Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp1828 uint32_t ShstrIndex = ElfFile.getHeader().e_shstrndx; in readSections() local
1829 if (ShstrIndex == SHN_XINDEX) { in readSections()
1834 ShstrIndex = (*Sec)->sh_link; in readSections()
1837 if (ShstrIndex == SHN_UNDEF) in readSections()
1842 ShstrIndex, in readSections()
1843 "e_shstrndx field value " + Twine(ShstrIndex) + " in elf header " + in readSections()
1845 "e_shstrndx field value " + Twine(ShstrIndex) + " in elf header " + in readSections()