Module relocation

Source

Structs§

ElfDynamicRelocationIterator
An iterator for the dynamic relocations in an ElfFile.
ElfSectionRelocationIterator
An iterator for the relocations for an ElfSection.
RelocationSections
A mapping from section index to associated relocation sections.
RelrIterator
An iterator over the relative relocations in an ELF SHT_RELR section.

Enums§

ElfRelaIterator 🔒

Traits§

Rel
A trait for generic access to elf::Rel32 and elf::Rel64.
Rela
A trait for generic access to elf::Rela32 and elf::Rela64.
Relr
A trait for generic access to elf::Relr32 and elf::Relr64.

Functions§

parse_relocation 🔒

Type Aliases§

ElfDynamicRelocationIterator32
An iterator for the dynamic relocations in an ElfFile32.
ElfDynamicRelocationIterator64
An iterator for the dynamic relocations in an ElfFile64.
ElfSectionRelocationIterator32
An iterator for the relocations for an ElfSection32.
ElfSectionRelocationIterator64
An iterator for the relocations for an ElfSection64.