[][src]Crate elf_utilities

Modules

file
header
relocation
section

ELF section and section header utilities.

symbol

ELF symbol utilities.

Type Definitions

Elf32Half

Type for a 16-bit quantity (in ELF32)

Elf32Word

Type for an unsigned 32-bit quantity (in ELF32)

Elf32Sword

Type for a signed 32-bit quantity (in ELF32)

Elf32Xword

Type for an unsigned 64-bit quantity (in ELF32)

Elf32Sxword

Type for a signed 64-bit quantity (in ELF32)

Elf32Addr

Type of an address (in ELF32)

Elf32Off

Type of a file offsets (in ELF32)

Elf32Section

Type of a section indices (in ELF32)

Elf32Versym

Type of a version symbol information (in ELF32)

Elf64Half

Type for a 16-bit quantity (in ELF64)

Elf64Word

Type for an unsigned 32-bit quantity (in ELF64)

Elf64Sword

Type for a signed 32-bit quantity (in ELF64)

Elf64Xword

Type for an unsigned 64-bit quantity (in ELF64)

Elf64Sxword

Type for a signed 64-bit quantity (in ELF64)

Elf64Addr

Type of an address (in ELF64)

Elf64Off

Type of a file offsets (in ELF64)

Elf64Section

Type of a file offsets (in ELF64)

Elf64Versym

Type of a version symbol information (in ELF64)