Home
last modified time | relevance | path

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

/DragonStub/inc/
H A Delf.h27 typedef uint16_t Elf32_Half; typedef
55 typedef Elf32_Half Elf32_Versym;
66 Elf32_Half e_type; /* Object file type */
67 Elf32_Half e_machine; /* Architecture */
73 Elf32_Half e_ehsize; /* ELF header size in bytes */
74 Elf32_Half e_phentsize; /* Program header table entry size */
75 Elf32_Half e_phnum; /* Program header table entry count */
76 Elf32_Half e_shentsize; /* Section header table entry size */
77 Elf32_Half e_shnum; /* Section header table entry count */
78 Elf32_Half e_shstrndx; /* Section header string table index */
[all …]