Module relocation
Structs§
- Dyld
- Structure that represents a bytecode rebase operation (from
LC_DYLD_INFO
) - Fixup
- Structure that represents a fixup (i.e. relocation) from the recent from
LC_DYLD_CHAINED_FIXUPS
command - Generic
- Object
- This structure represents a relocation in a Mach-O object file (
.o
)
Enums§
- Relocation
- Enum that represents the different to encode/represent a relocation in a Mach-O file
Traits§
- Relocation
Base - Trait shared by all the relocations defined in
Relocation