Lines Matching defs:objSections
553 ArrayRef<Elf_Shdr> objSections = getELFShdrs<ELFT>();
554 StringRef shstrtab = CHECK2(obj.getSectionStringTable(objSections), this);
555 uint64_t size = objSections.size();
558 const Elf_Shdr &sec = objSections[i];
562 StringRef signature = getShtGroupSignature(objSections, sec);
738 ArrayRef<Elf_Shdr> objSections = getELFShdrs<ELFT>();
739 StringRef shstrtab = CHECK2(obj.getSectionStringTable(objSections), this);
740 uint64_t size = objSections.size();
745 const Elf_Shdr &sec = objSections[i];
788 shndxTable = CHECK2(obj.getSHNDXTable(sec, objSections), this);
839 const Elf_Shdr &sec = objSections[i];