Module section

Source

Structs§

ElfSection
A section in an ElfFile.
ElfSectionIterator
An iterator for the sections in an ElfFile.
SectionTable
The table of section headers in an ELF file.

Traits§

SectionHeader
A trait for generic access to elf::SectionHeader32 and elf::SectionHeader64.

Type Aliases§

ElfSection32
A section in an ElfFile32.
ElfSection64
A section in an ElfFile64.
ElfSectionIterator32
An iterator for the sections in an ElfFile32.
ElfSectionIterator64
An iterator for the sections in an ElfFile64.