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