ELFHeader32L
package
struct ELFHeader32L {
}
Members
- ehsize
ELF32_Half ehsize;
Undocumented in source.
- entry
ELF32_Addr entry;
Undocumented in source.
- flags
ELF32_Word flags;
Undocumented in source.
- ident
ELFIdent ident;
Undocumented in source.
- machine
ELF32_Half machine;
Undocumented in source.
- phentsize
ELF32_Half phentsize;
Undocumented in source.
- phnum
ELF32_Half phnum;
Undocumented in source.
- phoff
ELF32_Off phoff;
Undocumented in source.
- shentsize
ELF32_Half shentsize;
Undocumented in source.
- shnum
ELF32_Half shnum;
Undocumented in source.
- shoff
ELF32_Off shoff;
Undocumented in source.
- shstrndx
ELF32_Half shstrndx;
Undocumented in source.
- type
ELF32_Half type;
Undocumented in source.
- version_
ELF32_Word version_;
Undocumented in source.