Module goblin::pe::relocation [−][src]
Structs
Relocation | A COFF relocation. |
Relocations | An iterator for COFF relocations. |
Constants
COFF_RELOCATION_SIZE | Size of a single COFF relocation. |
IMAGE_REL_AMD64_ABSOLUTE | The relocation is ignored. |
IMAGE_REL_AMD64_ADDR32 | The 32-bit VA of the relocation target. |
IMAGE_REL_AMD64_ADDR32NB | The 32-bit address without an image base (RVA). |
IMAGE_REL_AMD64_ADDR64 | The 64-bit VA of the relocation target. |
IMAGE_REL_AMD64_PAIR | A pair that must immediately follow every span-dependent value. |
IMAGE_REL_AMD64_REL32 | The 32-bit relative address from the byte following the relocation. |
IMAGE_REL_AMD64_REL32_1 | The 32-bit address relative to byte distance 1 from the relocation. |
IMAGE_REL_AMD64_REL32_2 | The 32-bit address relative to byte distance 2 from the relocation. |
IMAGE_REL_AMD64_REL32_3 | The 32-bit address relative to byte distance 3 from the relocation. |
IMAGE_REL_AMD64_REL32_4 | The 32-bit address relative to byte distance 4 from the relocation. |
IMAGE_REL_AMD64_REL32_5 | The 32-bit address relative to byte distance 5 from the relocation. |
IMAGE_REL_AMD64_SECREL | The 32-bit offset of the target from the beginning of its section. |
IMAGE_REL_AMD64_SECREL7 | A 7-bit unsigned offset from the base of the section that contains the target. |
IMAGE_REL_AMD64_SECTION | The 16-bit section index of the section that contains the target. |
IMAGE_REL_AMD64_SREL32 | A 32-bit signed span-dependent value emitted into the object. |
IMAGE_REL_AMD64_SSPAN32 | A 32-bit signed span-dependent value that is applied at link time. |
IMAGE_REL_AMD64_TOKEN | CLR tokens. |
IMAGE_REL_I386_ABSOLUTE | The relocation is ignored. |
IMAGE_REL_I386_DIR16 | Not supported. |
IMAGE_REL_I386_DIR32 | The target’s 32-bit VA. |
IMAGE_REL_I386_DIR32NB | The target’s 32-bit RVA. |
IMAGE_REL_I386_REL16 | Not supported. |
IMAGE_REL_I386_REL32 | The 32-bit relative displacement to the target. |
IMAGE_REL_I386_SECREL | The 32-bit offset of the target from the beginning of its section. |
IMAGE_REL_I386_SECREL7 | A 7-bit offset from the base of the section that contains the target. |
IMAGE_REL_I386_SECTION | The 16-bit section index of the section that contains the target. |
IMAGE_REL_I386_SEG12 | Not supported. |
IMAGE_REL_I386_TOKEN | The CLR token. |