Home
last modified time | relevance | path

Searched refs:e_shstrndx (Results 1 – 12 of 12) sorted by relevance

/system/unwinding/libunwindstack/tests/
DGenGnuDebugdata.cpp49 ehdr->e_shstrndx = 2; in GenElf()
DElfInterfaceTest.cpp936 ehdr.e_shstrndx = 2; in InitSectionHeadersOffsets()
1052 ehdr.e_shstrndx = 2; in InitSectionHeadersOffsetsEhFrameSectionBias()
1146 ehdr.e_shstrndx = 2; in InitSectionHeadersOffsetsEhFrameHdrSectionBias()
1239 ehdr.e_shstrndx = 2; in InitSectionHeadersOffsetsDebugFrameSectionBias()
1422 ehdr.e_shstrndx = 1; in TEST_F()
1479 ehdr.e_shstrndx = 1; in TEST_F()
1540 ehdr.e_shstrndx = 2; in BuildID()
1600 ehdr.e_shstrndx = 2; in BuildIDTwoNotes()
1671 ehdr.e_shstrndx = 2; in BuildIDSectionTooSmallForName()
1731 ehdr.e_shstrndx = 2; in BuildIDSectionTooSmallForDesc()
[all …]
DElfTestUtils.cpp70 ehdr.e_shstrndx = 2; in TestInitGnuDebugdata()
DMapInfoGetBuildIDTest.cpp137 ehdr.e_shstrndx = 2; in InitElfData()
DJitDebugTest.cpp100 ehdr.e_shstrndx = 1; in CreateElf()
DUnwinderTest.cpp1697 ehdr.e_shstrndx = 1; in TEST_F()
/system/unwinding/libunwindstack/
DElfInterface.cpp345 if (ehdr.e_shstrndx < ehdr.e_shnum) { in ReadSectionHeaders()
346 uint64_t sh_offset = offset + ehdr.e_shstrndx * ehdr.e_shentsize; in ReadSectionHeaders()
632 if (ehdr.e_shstrndx >= ehdr.e_shnum) { in GetBuildIDInfo()
636 uint64_t sh_offset = offset + ehdr.e_shstrndx * ehdr.e_shentsize; in GetBuildIDInfo()
/system/memory/libmeminfo/libelf64/
Dparse.cpp107 if (elf64Binary.ehdr.e_shstrndx == i) { in ParseSections()
/system/chre/platform/shared/include/chre/platform/shared/
Dloader_util.h170 Elf32_Half e_shstrndx; member
/system/chre/platform/shared/
Dnanoapp_loader.cc470 (elfHeader->e_shstrndx < elfHeader->e_shnum) && in verifyElfHeader()
567 SectionHeader &stringSection = mSectionHeadersPtr[elfHeader->e_shstrndx]; in copyAndVerifyHeaders()
/system/unwinding/libunwindstack/tests/fuzz/
DUnwinderComponentCreator.cpp253 ehdr.e_shstrndx = 1; in PutElfInMemory()
/system/bpf/loader/
DLoader.cpp169 ret = readSectionByIdx(elfFile, eh.e_shstrndx, strtab); in readSectionHeaderStrtab()