Searched refs:e_shstrndx (Results 1 – 12 of 12) sorted by relevance
49 ehdr->e_shstrndx = 2; in GenElf()
936 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 …]
70 ehdr.e_shstrndx = 2; in TestInitGnuDebugdata()
137 ehdr.e_shstrndx = 2; in InitElfData()
100 ehdr.e_shstrndx = 1; in CreateElf()
1697 ehdr.e_shstrndx = 1; in TEST_F()
345 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()
107 if (elf64Binary.ehdr.e_shstrndx == i) { in ParseSections()
170 Elf32_Half e_shstrndx; member
470 (elfHeader->e_shstrndx < elfHeader->e_shnum) && in verifyElfHeader()567 SectionHeader &stringSection = mSectionHeadersPtr[elfHeader->e_shstrndx]; in copyAndVerifyHeaders()
253 ehdr.e_shstrndx = 1; in PutElfInMemory()
169 ret = readSectionByIdx(elfFile, eh.e_shstrndx, strtab); in readSectionHeaderStrtab()