Home
last modified time | relevance | path

Searched refs:Elf64_Half (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/include/sys/
Dexec_elf.h90 typedef uint16_t Elf64_Half; typedef
117 Elf64_Half e_type; /* file type */
118 Elf64_Half e_machine; /* machine type */
124 Elf64_Half e_ehsize; /* sizeof ehdr */
125 Elf64_Half e_phentsize; /* Program header entry size */
126 Elf64_Half e_phnum; /* Number of program headers */
127 Elf64_Half e_shentsize; /* Section header entry size */
128 Elf64_Half e_shnum; /* Number of section headers */
129 Elf64_Half e_shstrndx; /* String table index */
468 Elf64_Half st_shndx; /* section index of symbol */
[all …]