Searched refs:objSections (Results 1 – 3 of 3) sorted by relevance
30 ArrayRef<typename ELFT::Shdr> objSections = obj->template getELFShdrs<ELFT>(); in LLDDwarfObj() local31 assert(objSections.size() == obj->getSections().size()); in LLDDwarfObj()59 !(objSections[i].sh_flags & ELF::SHF_GROUP)) { in LLDDwarfObj()
547 ArrayRef<Elf_Shdr> objSections = getELFShdrs<ELFT>(); in parse() local548 StringRef shstrtab = CHECK(obj.getSectionStringTable(objSections), this); in parse()549 uint64_t size = objSections.size(); in parse()552 const Elf_Shdr &sec = objSections[i]; in parse()601 StringRef signature = getShtGroupSignature(objSections, sec); in parse()708 ArrayRef<Elf_Shdr> objSections = getELFShdrs<ELFT>(); in initializeSections() local709 StringRef shstrtab = CHECK(obj.getSectionStringTable(objSections), this); in initializeSections()710 uint64_t size = objSections.size(); in initializeSections()715 const Elf_Shdr &sec = objSections[i]; in initializeSections()757 shndxTable = CHECK(obj.getSHNDXTable(sec, objSections), this); in initializeSections()[all …]
929 ArrayRef<Elf_Shdr_Impl<ELFT>> objSections = in processCallGraphRelocations() local935 objSections[inputObj->cgProfileSectionIndex])); in processCallGraphRelocations()937 for (size_t i = 0, e = objSections.size(); i < e; ++i) { in processCallGraphRelocations()938 const Elf_Shdr_Impl<ELFT> &sec = objSections[i]; in processCallGraphRelocations()