Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/tests/
DElfInterfaceTest.cpp186 ehdr.e_phoff = 0x100; in SinglePtLoad()
224 ehdr.e_phoff = 0x100; in MultipleExecutablePtLoads()
291 ehdr.e_phoff = 0x100; in MultipleExecutablePtLoadsIncrementsNotSizeOfPhdr()
360 ehdr.e_phoff = 0x100; in NonExecutablePtLoads()
417 ehdr.e_phoff = 0x100; in ManyPhdrs()
487 ehdr.e_phoff = 0x100; in TEST_F()
524 ehdr.e_phoff = 0x100; in SonameInit()
726 ehdr.e_phoff = 0x100; in InitProgramHeadersMalformed()
1308 ehdr.e_phoff = 0x100; in CheckGnuEhFrame()
1365 ehdr.e_phoff = 0x100; in TEST_F()
[all …]
DMapInfoGetLoadBiasTest.cpp135 ehdr.e_phoff = 0x5000; in InitElfData()
DElfTest.cpp52 ehdr.e_phoff = 0x100; in InitElf32()
90 ehdr.e_phoff = 0x100; in InitElf64()
DUnwinderTest.cpp1693 ehdr.e_phoff = 0x50; in TEST_F()
/system/memory/libmeminfo/libelf64/
Dparse.cpp62 uint64_t phOffset = elf64Binary.ehdr.e_phoff; in ParseProgramHeaders()
/system/chre/platform/shared/include/chre/platform/shared/
Dloader_util.h162 Elf32_Off e_phoff; member
/system/chre/platform/shared/
Dnanoapp_loader.cc513 return reinterpret_cast<ProgramHeader *>(mBinary + getElfHeader()->e_phoff); in getProgramHeaderArray()
607 (first->p_offset < getElfHeader()->e_phoff) && in createMappings()
608 (first->p_filesz >= (getElfHeader()->e_phoff + in createMappings()
/system/unwinding/libunwindstack/
DElfInterface.cpp216 uint64_t offset = ehdr.e_phoff; in GetLoadBias()
233 uint64_t offset = ehdr.e_phoff; in ReadProgramHeaders()
601 uint64_t offset = ehdr.e_phoff; in GetMaxSize()