Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/ELF/
H A DDWARF.cpp30 ArrayRef<typename ELFT::Shdr> objSections = obj->template getELFShdrs<ELFT>(); in LLDDwarfObj() local
31 assert(objSections.size() == obj->getSections().size()); in LLDDwarfObj()
59 !(objSections[i].sh_flags & ELF::SHF_GROUP)) { in LLDDwarfObj()
H A DInputFiles.cpp547 ArrayRef<Elf_Shdr> objSections = getELFShdrs<ELFT>(); in parse() local
548 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() local
709 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 …]
H A DDriver.cpp929 ArrayRef<Elf_Shdr_Impl<ELFT>> objSections = in processCallGraphRelocations() local
935 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()