Searched refs:e_shstrndx (Results 1 – 11 of 11) sorted by relevance
286 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()
53 ehdr->e_shstrndx = 2; in GenElf()
939 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 …]
70 ehdr.e_shstrndx = 2; in TestInitGnuDebugdata()
140 ehdr.e_shstrndx = 2; in InitElfData()
100 ehdr.e_shstrndx = 1; in CreateElf()
1690 ehdr.e_shstrndx = 1; in TEST_F()
163 Elf32_Half e_shstrndx; member
419 (elfHeader->e_shstrndx < elfHeader->e_shnum) && in verifyElfHeader()578 SectionHeader &stringSection = mSectionHeadersPtr[elfHeader->e_shstrndx]; in copyAndVerifyHeaders()
259 ehdr.e_shstrndx = 1; in PutElfInMemory()
161 ret = readSectionByIdx(elfFile, eh.e_shstrndx, strtab); in readSectionHeaderStrtab()