Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/tests/
DGenGnuDebugdata.cpp40 ehdr->e_ehsize = sizeof(Ehdr); in InitEhdr()
DElfTestUtils.cpp47 ehdr->e_ehsize = sizeof(Ehdr); in TestInitEhdr()
DElfTest.cpp53 ehdr.e_ehsize = sizeof(ehdr); in InitElf32()
92 ehdr.e_ehsize = sizeof(ehdr); in InitElf64()
/system/chre/platform/shared/include/chre/platform/shared/
Dloader_util.h165 Elf32_Half e_ehsize; member
/system/chre/platform/shared/
Dnanoapp_loader.cc467 (elfHeader->e_ehsize == sizeof(ElfHeader)) && in verifyElfHeader()