Package-level declarations
Types
Represents an unsigned program address in 32-bit ELF format. Equivalent to uint32_t in C.
Represents the ELF 32-bit file header structure.
Represents a 16-bit unsigned integer in ELF format. Equivalent to uint16_t in C.
Represents an unsigned file offset in 32-bit ELF format. Equivalent to uint32_t in C.
Represents a section header in a 32-bit ELF file.
Represents a 32-bit signed integer in ELF format. Equivalent to int32_t in C.
Represents a 32-bit unsigned integer in ELF format. Equivalent to uint32_t in C.
Represents an unsigned program address in 64-bit ELF format. Equivalent to uint64_t in C.
Represents the ELF 64-bit file header structure.
Represents a 16-bit unsigned integer in ELF format. Equivalent to uint16_t in C.
Represents an unsigned file offset in 64-bit ELF format. Equivalent to uint64_t in C.
Represents a section header in a 64-bit ELF file.
Represents a 64-bit signed integer in ELF format. Equivalent to int64_t in C.
Represents a 32-bit unsigned integer in ELF format. Equivalent to uint32_t in C.
Represents a 64-bit unsigned integer in ELF format. Equivalent to uint64_t in C.
Type for C enum ElfClass
Type for C enum ElfData
Represents an exported symbol in an ELF file
Represents an ELF file and provides access to its contents.
Represents an exception occurring during ELF file processing.
JVM implementation of ElfFileException.
Non-JVM implementation of ElfFileException.
Represents the initial bytes of an ELF file that specify how to interpret the file.
Represents an import symbol in an ELF file
Type for C enum ElfMachine
Type for C enum ElfOsAbi
Type for C enum ElfPType
Type for C enum ElfSType
Type for C enum ElfSymBinding
Type for C enum ElfSymType
Type for C enum ElfSymVisibility
Type for C enum ElfType