Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/tests/
DMapInfoGetBuildIDTest.cpp137 ehdr.e_shoff = 0x2000; in InitElfData()
161 offset += ehdr.e_shoff + sizeof(shdr); in InitElfData()
DMapInfoGetElfTest.cpp57 ehdr->e_shoff = sh_offset; in InitElf()
252 ehdr.e_shoff = 0x2000; in TEST_F()
280 ehdr.e_shoff = 0x2000; in TEST_F()
309 ehdr.e_shoff = 0x2000; in TEST_F()
336 ehdr.e_shoff = 0x2000; in TEST_F()
DElfInterfaceTest.cpp520 ehdr.e_shoff = 0x200; in SonameInit()
752 ehdr.e_shoff = 0x1000; in InitSectionHeadersMalformed()
777 ehdr.e_shoff = offset; in InitSectionHeadersMalformedSymData()
850 ehdr.e_shoff = offset; in InitSectionHeaders()
936 ehdr.e_shoff = offset; in InitSectionHeadersOffsets()
1049 ehdr.e_shoff = elf_offset; in InitSectionHeadersOffsetsEhFrameSectionBias()
1141 ehdr.e_shoff = elf_offset; in InitSectionHeadersOffsetsEhFrameHdrSectionBias()
1232 ehdr.e_shoff = elf_offset; in InitSectionHeadersOffsetsDebugFrameSectionBias()
1419 ehdr.e_shoff = sh_offset; in TEST_F()
1476 ehdr.e_shoff = sh_offset; in TEST_F()
[all …]
DGenGnuDebugdata.cpp50 ehdr->e_shoff = offset; in GenElf()
DElfTestUtils.cpp67 ehdr.e_shoff = offset; in TestInitGnuDebugdata()
DMapInfoCreateMemoryTest.cpp53 ehdr.e_shoff = sh_offset; in InitElf()
397 ehdr.e_shoff = 0x4000; in TEST_F()
DJitDebugTest.cpp101 ehdr.e_shoff = sh_offset; in CreateElf()
DUnwinderTest.cpp1689 ehdr.e_shoff = 0x100; in TEST_F()
/system/unwinding/libunwindstack/
DElfInterface.cpp278 uint64_t offset = ehdr.e_shoff; in ReadSectionHeaders()
308 uint64_t str_offset = ehdr.e_shoff + shdr.sh_link * ehdr.e_shentsize; in ReadSectionHeaders()
532 *size = ehdr.e_shoff + ehdr.e_shentsize * ehdr.e_shnum; in GetMaxSize()
542 uint64_t offset = ehdr.e_shoff; in GetBuildIDInfo()
/system/chre/platform/shared/include/chre/platform/shared/
Dloader_util.h156 Elf32_Off e_shoff; member
/system/unwinding/libunwindstack/tests/fuzz/
DUnwinderComponentCreator.cpp260 ehdr.e_shoff = sh_offset; in PutElfInMemory()
/system/chre/platform/shared/
Dnanoapp_loader.cc561 offset = elfHeader->e_shoff; in copyAndVerifyHeaders()
/system/bpf/libbpf_android/
DLoader.cpp129 elfFile.seekg(eh.e_shoff); in readSectionHeadersAll()