Home | History | Annotate | Download | only in sys

Lines Matching defs:Elf64_Half

91 typedef uint16_t	Elf64_Half;
118 Elf64_Half e_type; /* file type */
119 Elf64_Half e_machine; /* machine type */
125 Elf64_Half e_ehsize; /* sizeof ehdr */
126 Elf64_Half e_phentsize; /* Program header entry size */
127 Elf64_Half e_phnum; /* Number of program headers */
128 Elf64_Half e_shentsize; /* Section header entry size */
129 Elf64_Half e_shnum; /* Number of section headers */
130 Elf64_Half e_shstrndx; /* String table index */
499 Elf64_Half st_shndx; /* section index of symbol */
1131 #define Elf_Half Elf64_Half