Lines Matching refs:objSections
599 ArrayRef<Elf_Shdr> objSections = getELFShdrs<ELFT>(); in parse() local
600 StringRef shstrtab = CHECK(obj.getSectionStringTable(objSections), this); in parse()
601 uint64_t size = objSections.size(); in parse()
604 const Elf_Shdr &sec = objSections[i]; in parse()
663 StringRef signature = getShtGroupSignature(objSections, sec); in parse()
779 ArrayRef<Elf_Shdr> objSections = getELFShdrs<ELFT>(); in initializeSections() local
780 StringRef shstrtab = CHECK(obj.getSectionStringTable(objSections), this); in initializeSections()
781 uint64_t size = objSections.size(); in initializeSections()
786 const Elf_Shdr &sec = objSections[i]; in initializeSections()
829 shndxTable = CHECK(obj.getSHNDXTable(sec, objSections), this); in initializeSections()
880 const Elf_Shdr &sec = objSections[i]; in initializeSections()