Expand description
ELF64 type definitions
Contains all ELF64 struct, enum, and error type definitions used by the
loader. Separated from mod.rs for maintainability.
Structs§
- Dynamic
Info - Dynamic linking information
- Elf64
Dynamic - Dynamic entry
- Elf64
Header - ELF header
- Elf64
Program Header - Program header
- Elf64
Rela - Relocation entry
- Elf64
Section Header - Section header
- Elf64
Symbol - Symbol table entry
- ElfBinary
- ELF binary information
- ElfRelocation
- Relocation entry
- ElfSegment
- ELF segment information
- ElfSymbol
- Symbol information
Enums§
- ElfClass
- ELF class
- ElfData
- ELF data encoding
- ElfError
- ELF loader errors
- ElfMachine
- ELF machine type
- ElfType
- ELF file type
- Program
Type - Program header type
- Segment
Type - Segment type
Constants§
- ELF_
MAGIC - ELF magic number