Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/tests/
DElfInterfaceTest.cpp185 ehdr.e_phoff = 0x100; in SinglePtLoad()
223 ehdr.e_phoff = 0x100; in MultipleExecutablePtLoads()
290 ehdr.e_phoff = 0x100; in MultipleExecutablePtLoadsIncrementsNotSizeOfPhdr()
359 ehdr.e_phoff = 0x100; in NonExecutablePtLoads()
416 ehdr.e_phoff = 0x100; in ManyPhdrs()
486 ehdr.e_phoff = 0x100; in TEST_F()
523 ehdr.e_phoff = 0x100; in SonameInit()
729 ehdr.e_phoff = 0x100; in InitProgramHeadersMalformed()
1304 ehdr.e_phoff = 0x100; in CheckGnuEhFrame()
1361 ehdr.e_phoff = 0x100; in TEST_F()
[all …]
DMapInfoGetLoadBiasTest.cpp134 ehdr.e_phoff = 0x5000; in InitElfData()
DElfTest.cpp52 ehdr.e_phoff = 0x100; in InitElf32()
90 ehdr.e_phoff = 0x100; in InitElf64()
DUnwinderTest.cpp1686 ehdr.e_phoff = 0x50; in TEST_F()
/system/chre/platform/shared/include/chre/platform/shared/
Dloader_util.h155 Elf32_Off e_phoff; member
/system/chre/platform/shared/
Dnanoapp_loader.cc471 reinterpret_cast<ProgramHeader *>(mBinary + elfHeader->e_phoff); in getProgramHeaderArray()
663 (first->p_offset < elfHeader->e_phoff) && in createMappings()
665 (elfHeader->e_phoff + (numProgramHeaders * sizeof(ProgramHeader)))); in createMappings()
/system/unwinding/libunwindstack/
DElfInterface.cpp159 uint64_t offset = ehdr.e_phoff; in GetLoadBias()
176 uint64_t offset = ehdr.e_phoff; in ReadProgramHeaders()