Structs§
- ElfDynamic
Relocation Iterator - An iterator for the dynamic relocations in an
ElfFile
. - ElfSection
Relocation Iterator - An iterator for the relocations for an
ElfSection
. - Relocation
Sections - A mapping from section index to associated relocation sections.
- Relr
Iterator - An iterator over the relative relocations in an ELF
SHT_RELR
section.
Enums§
Traits§
- Rel
- A trait for generic access to
elf::Rel32
andelf::Rel64
. - Rela
- A trait for generic access to
elf::Rela32
andelf::Rela64
. - Relr
- A trait for generic access to
elf::Relr32
andelf::Relr64
.
Functions§
Type Aliases§
- ElfDynamic
Relocation Iterator32 - An iterator for the dynamic relocations in an
ElfFile32
. - ElfDynamic
Relocation Iterator64 - An iterator for the dynamic relocations in an
ElfFile64
. - ElfSection
Relocation Iterator32 - An iterator for the relocations for an
ElfSection32
. - ElfSection
Relocation Iterator64 - An iterator for the relocations for an
ElfSection64
.