Home
last modified time | relevance | path

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

/system/chre/platform/shared/include/chre/platform/shared/
Dloader_util.h150 typedef __u16 Elf32_Half; typedef
158 Elf32_Half e_type;
159 Elf32_Half e_machine;
165 Elf32_Half e_ehsize;
166 Elf32_Half e_phentsize;
167 Elf32_Half e_phnum;
168 Elf32_Half e_shentsize;
169 Elf32_Half e_shnum;
170 Elf32_Half e_shstrndx;
222 Elf32_Half st_shndx;
/system/unwinding/libunwindstack/
DElf.cpp291 Elf32_Half e_machine; in CreateInterfaceFromMemory()
292 if (!memory->ReadFully(EI_NIDENT + sizeof(Elf32_Half), &e_machine, sizeof(e_machine))) { in CreateInterfaceFromMemory()