Module elf_parse

Source
Expand description

Parses ELF files per the ELF specification in ulib/musl/include/elf.h

Structs§

Elf32Dyn
Elf32FileHeader
Elf32ProgramHeader
Elf64Dyn
Elf64DynSection
Elf64FileHeader
Elf64Headers
Elf64ProgramHeader
ElfIdent
ELF identity header.
SegmentFlags
elf32_sym
elf64_sym

Enums§

Elf64DynTag
ElfArchitecture
ElfClass
ELF class, from EI_CLASS.
ElfDataEncoding
ELF data encoding, from EI_DATA.
ElfParseError
Possible errors that can occur during ELF parsing.
ElfType
ElfVersion
ELF version, from EI_VERSION.
SegmentType

Constants§

ARCH32_ARCH
CURRENT_ARCH
ELF_MAGIC
NATIVE_ENCODING

Type Aliases§

Elf32Addr
Elf32Half
Elf32Lword
Elf32SWord
Elf32Sym
Elf32Word
Elf64Addr
Elf64Half
Elf64Sym
Elf64Word
Elf64Xword