FreeBASIC
0.91.0
|
Data Fields | |
ubyte | e_ident [to+1] |
ushort | e_type |
ushort | e_machine |
ulong | e_version |
ulongint | e_entry |
ulongint | e_phoff |
ulongint | e_shoff |
ulong | e_flags |
ushort | e_ehsize |
ushort | e_phentsize |
ushort | e_phnum |
ushort | e_shentsize |
ushort | e_shnum |
ushort | e_shstrndx |
Definition at line 913 of file objinfo.bas.
ushort ELF64_H::e_ehsize |
Definition at line 922 of file objinfo.bas.
ulongint ELF64_H::e_entry |
Definition at line 918 of file objinfo.bas.
ulong ELF64_H::e_flags |
Definition at line 921 of file objinfo.bas.
ubyte ELF64_H::e_ident[to+1] |
Definition at line 914 of file objinfo.bas.
ushort ELF64_H::e_machine |
Definition at line 916 of file objinfo.bas.
ushort ELF64_H::e_phentsize |
Definition at line 923 of file objinfo.bas.
ushort ELF64_H::e_phnum |
Definition at line 924 of file objinfo.bas.
ulongint ELF64_H::e_phoff |
Definition at line 919 of file objinfo.bas.
ushort ELF64_H::e_shentsize |
Definition at line 925 of file objinfo.bas.
ushort ELF64_H::e_shnum |
Definition at line 926 of file objinfo.bas.
ulongint ELF64_H::e_shoff |
Definition at line 920 of file objinfo.bas.
ushort ELF64_H::e_shstrndx |
Definition at line 927 of file objinfo.bas.
ushort ELF64_H::e_type |
Definition at line 915 of file objinfo.bas.
ulong ELF64_H::e_version |
Definition at line 917 of file objinfo.bas.