Lines Matching refs:objSections
576 ArrayRef<Elf_Shdr> objSections = getELFShdrs<ELFT>(); in parse() local
577 StringRef shstrtab = CHECK(obj.getSectionStringTable(objSections), this); in parse()
578 uint64_t size = objSections.size(); in parse()
581 const Elf_Shdr &sec = objSections[i]; in parse()
640 StringRef signature = getShtGroupSignature(objSections, sec); in parse()
747 ArrayRef<Elf_Shdr> objSections = getELFShdrs<ELFT>(); in initializeSections() local
748 StringRef shstrtab = CHECK(obj.getSectionStringTable(objSections), this); in initializeSections()
749 uint64_t size = objSections.size(); in initializeSections()
754 const Elf_Shdr &sec = objSections[i]; in initializeSections()
796 shndxTable = CHECK(obj.getSHNDXTable(sec, objSections), this); in initializeSections()
823 const Elf_Shdr &sec = objSections[i]; in initializeSections()