Lines Matching defs:Elf32_Half
59 typedef uint16_t Elf32_Half;
90 Elf32_Half e_type; /* file type */
91 Elf32_Half e_machine; /* machine type */
97 Elf32_Half e_ehsize; /* sizeof ehdr */
98 Elf32_Half e_phentsize; /* Program header entry size */
99 Elf32_Half e_phnum; /* Number of program headers */
100 Elf32_Half e_shentsize; /* Section header entry size */
101 Elf32_Half e_shnum; /* Number of section headers */
102 Elf32_Half e_shstrndx; /* String table index */
395 Elf32_Half st_shndx; /* section index of symbol */