Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp1756 uint32_t ShstrIndex = ElfFile.getHeader().e_shstrndx; in readSections() local
1757 if (ShstrIndex == SHN_XINDEX) { in readSections()
1762 ShstrIndex = (*Sec)->sh_link; in readSections()
1765 if (ShstrIndex == SHN_UNDEF) in readSections()
1770 ShstrIndex, in readSections()
1771 "e_shstrndx field value " + Twine(ShstrIndex) + " in elf header " + in readSections()
1773 "e_shstrndx field value " + Twine(ShstrIndex) + " in elf header " + in readSections()