Home | History | Annotate | Download | only in include

Lines Matching defs:Elf64_Half

89 typedef uint16_t	Elf64_Half;
116 Elf64_Half e_type; /* file type */
117 Elf64_Half e_machine; /* machine type */
123 Elf64_Half e_ehsize; /* sizeof ehdr */
124 Elf64_Half e_phentsize; /* Program header entry size */
125 Elf64_Half e_phnum; /* Number of program headers */
126 Elf64_Half e_shentsize; /* Section header entry size */
127 Elf64_Half e_shnum; /* Number of section headers */
128 Elf64_Half e_shstrndx; /* String table index */
497 Elf64_Half st_shndx; /* section index of symbol */
1102 #define Elf_Half Elf64_Half