Modules§
- dynamic
- file
- header
- parser
- relocation
- section
- ELF section and section header utilities.
- segment
- ELF segment and program header utilities.
- symbol
- ELF symbol utilities.
Type Aliases§
- Elf32
Addr - Type of an address (in ELF32)
- Elf32
Half - Type for a 16-bit quantity (in ELF32)
- Elf32
Off - Type of a file offsets (in ELF32)
- Elf32
Section - Type of a section indices (in ELF32)
- Elf32
Sword - Type for a signed 32-bit quantity (in ELF32)
- Elf32
Sxword - Type for a signed 64-bit quantity (in ELF32)
- Elf32
Versym - Type of a version symbol information (in ELF32)
- Elf32
Word - Type for an unsigned 32-bit quantity (in ELF32)
- Elf32
Xword - Type for an unsigned 64-bit quantity (in ELF32)
- Elf64
Addr - Type of an address (in ELF64)
- Elf64
Half - Type for a 16-bit quantity (in ELF64)
- Elf64
Off - Type of a file offsets (in ELF64)
- Elf64
Section - Type of a file offsets (in ELF64)
- Elf64
Sword - Type for a signed 32-bit quantity (in ELF64)
- Elf64
Sxword - Type for a signed 64-bit quantity (in ELF64)
- Elf64
Versym - Type of a version symbol information (in ELF64)
- Elf64
Word - Type for an unsigned 32-bit quantity (in ELF64)
- Elf64
Xword - Type for an unsigned 64-bit quantity (in ELF64)