Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp1796 uint32_t ShstrIndex = ElfFile.getHeader().e_shstrndx; in readSections() local
1797 if (ShstrIndex == SHN_XINDEX) { in readSections()
1802 ShstrIndex = (*Sec)->sh_link; in readSections()
1805 if (ShstrIndex == SHN_UNDEF) in readSections()
1810 ShstrIndex, in readSections()
1811 "e_shstrndx field value " + Twine(ShstrIndex) + " in elf header " + in readSections()
1813 "e_shstrndx field value " + Twine(ShstrIndex) + " in elf header " + in readSections()