Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/
DElfInterface.cpp286 if (ehdr.e_shstrndx < ehdr.e_shnum) { in ReadSectionHeaders()
287 uint64_t sh_offset = offset + ehdr.e_shstrndx * ehdr.e_shentsize; in ReadSectionHeaders()
546 if (ehdr.e_shstrndx >= ehdr.e_shnum) { in GetBuildIDInfo()
550 uint64_t sh_offset = offset + ehdr.e_shstrndx * ehdr.e_shentsize; in GetBuildIDInfo()
/system/unwinding/libunwindstack/tests/
DGenGnuDebugdata.cpp53 ehdr->e_shstrndx = 2; in GenElf()
DElfInterfaceTest.cpp939 ehdr.e_shstrndx = 2; in InitSectionHeadersOffsets()
1052 ehdr.e_shstrndx = 2; in InitSectionHeadersOffsetsEhFrameSectionBias()
1144 ehdr.e_shstrndx = 2; in InitSectionHeadersOffsetsEhFrameHdrSectionBias()
1235 ehdr.e_shstrndx = 2; in InitSectionHeadersOffsetsDebugFrameSectionBias()
1418 ehdr.e_shstrndx = 1; in TEST_F()
1475 ehdr.e_shstrndx = 1; in TEST_F()
1536 ehdr.e_shstrndx = 2; in BuildID()
1596 ehdr.e_shstrndx = 2; in BuildIDTwoNotes()
1667 ehdr.e_shstrndx = 2; in BuildIDSectionTooSmallForName()
1727 ehdr.e_shstrndx = 2; in BuildIDSectionTooSmallForDesc()
[all …]
DElfTestUtils.cpp70 ehdr.e_shstrndx = 2; in TestInitGnuDebugdata()
DMapInfoGetBuildIDTest.cpp140 ehdr.e_shstrndx = 2; in InitElfData()
DJitDebugTest.cpp100 ehdr.e_shstrndx = 1; in CreateElf()
DUnwinderTest.cpp1690 ehdr.e_shstrndx = 1; in TEST_F()
/system/chre/platform/shared/include/chre/platform/shared/
Dloader_util.h163 Elf32_Half e_shstrndx; member
/system/chre/platform/shared/
Dnanoapp_loader.cc419 (elfHeader->e_shstrndx < elfHeader->e_shnum) && in verifyElfHeader()
578 SectionHeader &stringSection = mSectionHeadersPtr[elfHeader->e_shstrndx]; in copyAndVerifyHeaders()
/system/unwinding/libunwindstack/tests/fuzz/
DUnwinderComponentCreator.cpp259 ehdr.e_shstrndx = 1; in PutElfInMemory()
/system/bpf/libbpf_android/
DLoader.cpp161 ret = readSectionByIdx(elfFile, eh.e_shstrndx, strtab); in readSectionHeaderStrtab()