#include <memory>
#include <cassert>
#include "LIEF/visibility.h"
#include "LIEF/PE/AuxiliarySymbol.hpp"
Go to the source code of this file.
|
class | LIEF::PE::AuxiliaryWeakExternal |
| "Weak externals" are a mechanism for object files that allows flexibility at link time. A module can contain an unresolved external symbol (sym1 ), but it can also include an auxiliary record that indicates that if sym1 is not present at link time, another external symbol (sym2 ) is used to resolve references instead. More...
|
|