Expand description
Support for writing ELF files.
Provides Writer
for low level writing of ELF files.
This is also used to provide ELF support for write::Object
.
Structs
- A helper for writing an attributes section.
- Native endian version of
elf::FileHeader64
. - Native endian version of
elf::ProgramHeader64
. - Unified native endian version of
elf::Rel64
andelf::Rela64
. - Native endian version of
elf::SectionHeader64
. - The index of an ELF section.
- Native endian version of
elf::Sym64
. - The index of an ELF symbol.
- Information required for writing
elf::Verdef
. - Information required for writing
elf::Vernaux
. - Information required for writing
elf::Verneed
. - A helper for writing ELF files.