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.h143 typedef __u16 Elf32_Half; typedef
151 Elf32_Half e_type;
152 Elf32_Half e_machine;
158 Elf32_Half e_ehsize;
159 Elf32_Half e_phentsize;
160 Elf32_Half e_phnum;
161 Elf32_Half e_shentsize;
162 Elf32_Half e_shnum;
163 Elf32_Half e_shstrndx;
215 Elf32_Half st_shndx;
/system/unwinding/libunwindstack/
DElf.cpp288 Elf32_Half e_machine; in CreateInterfaceFromMemory()
289 if (!memory->ReadFully(EI_NIDENT + sizeof(Elf32_Half), &e_machine, sizeof(e_machine))) { in CreateInterfaceFromMemory()