Elf64Header

The file header is located at the beginning of the file, and is used to locate the other parts of the file.

Members

Variables

_version
uint _version;
Undocumented in source.
abi_version
ubyte abi_version;
Undocumented in source.
data_encoding
ElfDataEncoding data_encoding;
Undocumented in source.
ehsize
ushort ehsize;
Undocumented in source.
entry
ulong entry;
Undocumented in source.
file_class
ElfObjectFileClass file_class;
Undocumented in source.
file_type
ElfObjectFileType file_type;
Undocumented in source.
file_version
ubyte file_version;
Undocumented in source.
flags
uint flags;
Undocumented in source.
machine
ElfMachineType machine;
Undocumented in source.
magic
char[4] magic;
Undocumented in source.
os_abi
ElfOsAbi os_abi;
Undocumented in source.
pad
ubyte[7] pad;
Undocumented in source.
phentsize
ushort phentsize;
Undocumented in source.
phnum
ushort phnum;
Undocumented in source.
phoff
ulong phoff;
Undocumented in source.
shentsize
ushort shentsize;
Undocumented in source.
shnum
ushort shnum;
Undocumented in source.
shoff
ulong shoff;
Undocumented in source.
shstrndx
ushort shstrndx;
Undocumented in source.

Meta