Skip to main contentModule relocation
- Dyld
- Structure that represents a bytecode rebase operation (from
LC_DYLD_INFO) - Fixup
- Structure that represents a fixup (i.e. relocation) from the
LC_DYLD_CHAINED_FIXUPS
command - Generic
- Object
- This structure represents a relocation in a Mach-O object file (
.o)
- Origin
- Origin of a Mach-O relocation
- Relocation
- Enum that represents the different to encode/represent a relocation
in a Mach-O file
- RelocationBase
- Trait shared by all the relocations defined in
Relocation
- Relocations