Lines Matching refs:objSections
547 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()
792 const Elf_Shdr &sec = objSections[i]; in initializeSections()