ELFHeader64L
package
struct ELFHeader64L {
}
Members
- ehsize
ELF64_Half ehsize;
Undocumented in source.
- entry
ELF64_Addr entry;
Undocumented in source.
- flags
ELF64_Word flags;
Undocumented in source.
- ident
ELFIdent ident;
Undocumented in source.
- machine
ELF64_Half machine;
Undocumented in source.
- phentsize
ELF64_Half phentsize;
Undocumented in source.
- phnum
ELF64_Half phnum;
Undocumented in source.
- phoff
ELF64_Off phoff;
Undocumented in source.
- shentsize
ELF64_Half shentsize;
Undocumented in source.
- shnum
ELF64_Half shnum;
Undocumented in source.
- shoff
ELF64_Off shoff;
Undocumented in source.
- shstrndx
ELF64_Half shstrndx;
Undocumented in source.
- type
ELF64_Half type;
Undocumented in source.
- version_
ELF64_Word version_;
Undocumented in source.