Module relocation

Source
Expand description

Parsing relocation sections: .rel.*, .rela.*, SHT_REL, SHT_RELA

Structs§

Elf32_Rel
C-style 32-bit ELF Relocation definition
Elf32_Rela
C-style 32-bit ELF Relocation (with addend) definition
Elf64_Rel
C-style 64-bit ELF Relocation definition
Elf64_Rela
C-style 64-bit ELF Relocation (with addend) definition
Rel
Rela

Type Aliases§

RelIterator
RelaIterator