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