Home
last modified time | relevance | path

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

/system/chre/platform/shared/include/chre/platform/shared/
Dloader_util.h148 #define EI_NIDENT 16 macro
150 unsigned char e_ident[EI_NIDENT];
/system/unwinding/libunwindstack/
DElf.cpp289 if (!memory->ReadFully(EI_NIDENT + sizeof(Elf32_Half), &e_machine, sizeof(e_machine))) { in CreateInterfaceFromMemory()
310 if (!memory->ReadFully(EI_NIDENT + sizeof(Elf64_Half), &e_machine, sizeof(e_machine))) { in CreateInterfaceFromMemory()