Home | History | Annotate | Download | only in libtos

Lines Matching defs:Elf32_Half

72 typedef	__uint16_t Elf32_Half;
106 Elf32_Half e_type; /* file type */
107 Elf32_Half e_machine; /* machine type */
113 Elf32_Half e_ehsize; /* sizeof ehdr */
114 Elf32_Half e_phentsize; /* Program header entry size */
115 Elf32_Half e_phnum; /* Number of program headers */
116 Elf32_Half e_shentsize; /* Section header entry size */
117 Elf32_Half e_shnum; /* Number of section headers */
118 Elf32_Half e_shstrndx; /* String table index */
365 Elf32_Half st_shndx; /* section index of symbol */