#include <DyldChainedFixupsCreator.hpp>
◆ DyldChainedFixupsCreator()
LIEF::MachO::DyldChainedFixupsCreator::DyldChainedFixupsCreator |
( |
| ) |
|
|
default |
◆ add_binding() [1/2]
DyldChainedFixupsCreator & LIEF::MachO::DyldChainedFixupsCreator::add_binding |
( |
uint64_t | address, |
|
|
std::string | symbol, |
|
|
std::string | library, |
|
|
uint64_t | addend = 0, |
|
|
bool | weak = false ) |
◆ add_binding() [2/2]
DyldChainedFixupsCreator & LIEF::MachO::DyldChainedFixupsCreator::add_binding |
( |
uint64_t | address, |
|
|
std::string | symbol, |
|
|
uint64_t | addend = 0, |
|
|
bool | weak = false ) |
|
inline |
◆ add_bindings()
◆ add_relocation()
◆ add_relocations()
◆ create()
◆ fixups_version()
◆ imports_format()
◆ BIND24_THRESHOLD
uint32_t LIEF::MachO::DyldChainedFixupsCreator::BIND24_THRESHOLD = (uint32_t(1) << 16) - 1 |
|
staticconstexpr |
◆ MAX_IMPORTS
uint32_t LIEF::MachO::DyldChainedFixupsCreator::MAX_IMPORTS = (uint32_t(1) << 24) - 1 |
|
staticconstexpr |
The documentation for this class was generated from the following file: