Home
last modified time | relevance | path

Searched refs:Elf64_Half (Results 1 – 1 of 1) sorted by relevance

/DragonStub/inc/
H A Delf.h28 typedef uint16_t Elf64_Half; typedef
56 typedef Elf64_Half Elf64_Versym;
84 Elf64_Half e_type; /* Object file type */
85 Elf64_Half e_machine; /* Architecture */
91 Elf64_Half e_ehsize; /* ELF header size in bytes */
92 Elf64_Half e_phentsize; /* Program header table entry size */
93 Elf64_Half e_phnum; /* Program header table entry count */
94 Elf64_Half e_shentsize; /* Section header table entry size */
95 Elf64_Half e_shnum; /* Section header table entry count */
96 Elf64_Half e_shstrndx; /* Section header string table index */
[all …]