Searched refs:e_shoff (Results 1 – 15 of 15) sorted by relevance
57 ehdr->e_shoff = sh_offset; in InitElf()245 ehdr.e_shoff = 0x2000; in TEST_F()273 ehdr.e_shoff = 0x2000; in TEST_F()304 ehdr.e_shoff = 0x2000; in TEST_F()330 ehdr.e_shoff = 0x2000; in TEST_F()359 ehdr.e_shoff = 0x2000; in TEST_F()
134 ehdr.e_shoff = 0x2000; in InitElfData()158 offset += ehdr.e_shoff + sizeof(shdr); in InitElfData()
521 ehdr.e_shoff = 0x200; in SonameInit()749 ehdr.e_shoff = 0x1000; in InitSectionHeadersMalformed()774 ehdr.e_shoff = offset; in InitSectionHeadersMalformedSymData()847 ehdr.e_shoff = offset; in InitSectionHeaders()933 ehdr.e_shoff = offset; in InitSectionHeadersOffsets()1049 ehdr.e_shoff = elf_offset; in InitSectionHeadersOffsetsEhFrameSectionBias()1143 ehdr.e_shoff = elf_offset; in InitSectionHeadersOffsetsEhFrameHdrSectionBias()1236 ehdr.e_shoff = elf_offset; in InitSectionHeadersOffsetsDebugFrameSectionBias()1423 ehdr.e_shoff = sh_offset; in TEST_F()1480 ehdr.e_shoff = sh_offset; in TEST_F()[all …]
46 ehdr->e_shoff = offset; in GenElf()
67 ehdr.e_shoff = offset; in TestInitGnuDebugdata()
53 ehdr.e_shoff = sh_offset; in InitElf()427 ehdr.e_shoff = 0x4000; in TEST_F()
101 ehdr.e_shoff = sh_offset; in CreateElf()
120 ehdr.e_shoff = 0x2000; in WriteElfFile()
1696 ehdr.e_shoff = 0x100; in TEST_F()
337 uint64_t offset = ehdr.e_shoff; in ReadSectionHeaders()367 uint64_t str_offset = ehdr.e_shoff + shdr.sh_link * ehdr.e_shentsize; in ReadSectionHeaders()597 uint64_t elf_size = ehdr.e_shoff + ehdr.e_shentsize * ehdr.e_shnum; in GetMaxSize()628 uint64_t offset = ehdr.e_shoff; in GetBuildIDInfo()
135 uint64_t shOffset = elf64Binary.ehdr.e_shoff; in ParseSectionHeaders()
163 Elf32_Off e_shoff; member
254 ehdr.e_shoff = sh_offset; in PutElfInMemory()
562 memcpy(mSectionHeadersPtr, (mBinary + elfHeader->e_shoff), in copyAndVerifyHeaders()
137 elfFile.seekg(eh.e_shoff); in readSectionHeadersAll()