Expand description
Parses ELF files per the ELF specification in ulib/musl/include/elf.h
Structs§
- Elf32
Dyn - Elf32
File Header - Elf32
Program Header - Elf64
Dyn - Elf64
DynSection - Elf64
File Header - Elf64
Headers - Elf64
Program Header - ElfIdent
- ELF identity header.
- Segment
Flags - elf32_
sym - elf64_
sym
Enums§
- Elf64
DynTag - ElfArchitecture
- ElfClass
- ELF class, from EI_CLASS.
- ElfData
Encoding - ELF data encoding, from EI_DATA.
- ElfParse
Error - Possible errors that can occur during ELF parsing.
- ElfType
- ElfVersion
- ELF version, from EI_VERSION.
- Segment
Type