Searched refs:objSections (Results 1 – 3 of 3) sorted by relevance
30 ArrayRef<typename ELFT::Shdr> objSections = in LLDDwarfObj() local32 assert(objSections.size() == obj->getSections().size()); in LLDDwarfObj()61 !(objSections[it.index()].sh_flags & ELF::SHF_GROUP)) { in LLDDwarfObj()
566 ArrayRef<Elf_Shdr> objSections = CHECK(obj.sections(), this); in initializeSections() local567 uint64_t size = objSections.size(); in initializeSections()570 CHECK(obj.getSectionStringTable(objSections), this); in initializeSections()574 for (size_t i = 0, e = objSections.size(); i < e; ++i) { in initializeSections()577 const Elf_Shdr &sec = objSections[i]; in initializeSections()605 StringRef signature = getShtGroupSignature(objSections, sec); in initializeSections()645 shndxTable = CHECK(obj.getSHNDXTable(sec, objSections), this); in initializeSections()665 for (size_t i = 0, e = objSections.size(); i < e; ++i) { in initializeSections()668 const Elf_Shdr &sec = objSections[i]; in initializeSections()
687 ArrayRef<Elf_Shdr_Impl<ELFT>> objSections = in maybeReportDiscarded() local694 file->getObj().getSectionName(objSections[sym.discardedSecIdx]), file); in maybeReportDiscarded()701 Elf_Shdr_Impl<ELFT> elfSec = objSections[sym.discardedSecIdx - 1]; in maybeReportDiscarded()706 StringRef signature = file->getShtGroupSignature(objSections, elfSec); in maybeReportDiscarded()