Searched refs:getELFSyms (Results 1 – 3 of 3) sorted by relevance
194 template <typename ELFT> typename ELFT::SymRange getELFSyms() const { in getELFSyms() function199 return getELFSyms<ELFT>().slice(firstGlobal); in getGlobalELFSyms()
115 const typename ELFT::Sym &sym = file->template getELFSyms<ELFT>()[symIndex]; in findAux()
532 this->getObj().getSectionIndex(sym, getELFSyms<ELFT>(), shndxTable), in getSectionIndex()641 typename ELFT::SymRange symbols = this->getELFSyms<ELFT>(); in getShtGroupSignature()747 cantFail(this->getELFSyms<ELFT>()[sec.sh_info].getName(stringTable)); in initializeSections()1037 ArrayRef<Elf_Sym> eSyms = this->getELFSyms<ELFT>(); in initializeSymbols()1107 ArrayRef<Elf_Sym> eSyms = this->getELFSyms<ELFT>(); in initSectionsAndLocalSyms()1145 ArrayRef<Elf_Sym> eSyms = this->getELFSyms<ELFT>(); in postParse()1784 const ArrayRef<typename ELFT::Sym> eSyms = this->getELFSyms<ELFT>(); in parseLazy()