Module object::read::elf::relocation
source · 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.
Enums§
Traits§
- A trait for generic access to
elf::Rel32
andelf::Rel64
. - A trait for generic access to
elf::Rela32
andelf::Rela64
.
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
.