Searched refs:ShstrIndex (Results 1 – 1 of 1) sorted by relevance
1825 uint32_t ShstrIndex = ElfFile.getHeader().e_shstrndx; in readSections() local1826 if (ShstrIndex == SHN_XINDEX) { in readSections()1831 ShstrIndex = (*Sec)->sh_link; in readSections()1834 if (ShstrIndex == SHN_UNDEF) in readSections()1839 ShstrIndex, in readSections()1840 "e_shstrndx field value " + Twine(ShstrIndex) + " in elf header " + in readSections()1842 "e_shstrndx field value " + Twine(ShstrIndex) + " in elf header " + in readSections()