Home
last modified time | relevance | path

Searched refs:e_shoff (Results 1 – 15 of 15) sorted by relevance

/system/unwinding/libunwindstack/tests/
DMapInfoGetElfTest.cpp57 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()
DMapInfoGetBuildIDTest.cpp134 ehdr.e_shoff = 0x2000; in InitElfData()
158 offset += ehdr.e_shoff + sizeof(shdr); in InitElfData()
DElfInterfaceTest.cpp521 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 …]
DGenGnuDebugdata.cpp46 ehdr->e_shoff = offset; in GenElf()
DElfTestUtils.cpp67 ehdr.e_shoff = offset; in TestInitGnuDebugdata()
DMapInfoCreateMemoryTest.cpp53 ehdr.e_shoff = sh_offset; in InitElf()
427 ehdr.e_shoff = 0x4000; in TEST_F()
DJitDebugTest.cpp101 ehdr.e_shoff = sh_offset; in CreateElf()
DElfCacheTest.cpp120 ehdr.e_shoff = 0x2000; in WriteElfFile()
DUnwinderTest.cpp1696 ehdr.e_shoff = 0x100; in TEST_F()
/system/unwinding/libunwindstack/
DElfInterface.cpp337 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()
/system/memory/libmeminfo/libelf64/
Dparse.cpp135 uint64_t shOffset = elf64Binary.ehdr.e_shoff; in ParseSectionHeaders()
/system/chre/platform/shared/include/chre/platform/shared/
Dloader_util.h163 Elf32_Off e_shoff; member
/system/unwinding/libunwindstack/tests/fuzz/
DUnwinderComponentCreator.cpp254 ehdr.e_shoff = sh_offset; in PutElfInMemory()
/system/chre/platform/shared/
Dnanoapp_loader.cc562 memcpy(mSectionHeadersPtr, (mBinary + elfHeader->e_shoff), in copyAndVerifyHeaders()
/system/bpf/loader/
DLoader.cpp137 elfFile.seekg(eh.e_shoff); in readSectionHeadersAll()