Home | History | Annotate | Download | only in sys

Lines Matching defs:Elf64_Half

80 typedef	uint16_t	Elf64_Half;
107 Elf64_Half e_type; /* file type */
108 Elf64_Half e_machine; /* machine type */
114 Elf64_Half e_ehsize; /* sizeof ehdr */
115 Elf64_Half e_phentsize; /* Program header entry size */
116 Elf64_Half e_phnum; /* Number of program headers */
117 Elf64_Half e_shentsize; /* Section header entry size */
118 Elf64_Half e_shnum; /* Number of section headers */
119 Elf64_Half e_shstrndx; /* String table index */
402 Elf64_Half st_shndx; /* section index of symbol */