Module relocation

Source

Structsยง

Crel
Compact relocation
CrelIterator
Compact relocation iterator.
CrelIteratorHeader ๐Ÿ”’
CrelIteratorState ๐Ÿ”’
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ยง

ElfRelocationIterator ๐Ÿ”’

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.