Searched refs:e_phoff (Results 1 – 7 of 7) sorted by relevance
185 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 …]
134 ehdr.e_phoff = 0x5000; in InitElfData()
52 ehdr.e_phoff = 0x100; in InitElf32()90 ehdr.e_phoff = 0x100; in InitElf64()
1686 ehdr.e_phoff = 0x50; in TEST_F()
155 Elf32_Off e_phoff; member
471 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()
159 uint64_t offset = ehdr.e_phoff; in GetLoadBias()176 uint64_t offset = ehdr.e_phoff; in ReadProgramHeaders()