|
LIEF: Library to Instrument Executable Formats Version 1.0.0
|
#include <vector>#include <ostream>#include "LIEF/visibility.h"#include "LIEF/span.hpp"#include "LIEF/iterators.hpp"#include "LIEF/MachO/LoadCommand.hpp"

Go to the source code of this file.
Classes | |
| struct | LIEF::MachO::details::function_variant_fixup_t |
| class | LIEF::MachO::FunctionVariantFixups |
| Class which represents the LC_FUNCTION_VARIANT_FIXUPS command. More... | |
| class | LIEF::MachO::FunctionVariantFixups::Fixup |
| A single relocation associated with a function-variant. It mirrors the FunctionVariantFixups::InternalFixup structure used by dyld and describes a slot that must be fixed up to point to the variant referenced by variant_index(). More... | |
Namespaces | |
| namespace | LIEF |
| LIEF namespace. | |
| namespace | LIEF::MachO |
| Namespace related to the LIEF's Mach-O module. | |
| namespace | LIEF::MachO::details |