Lines Matching defs:Elf_Sym
550 using Elf_Sym = typename ELFT::Sym;
572 ArrayRef<Elf_Sym> eSyms = CHECK(obj.symbols(symtabSec), this);
582 uint32_t ObjFile<ELFT>::getSectionIndex(const Elf_Sym &sym) const {
1127 ArrayRef<Elf_Sym> eSyms = this->getELFSyms<ELFT>();
1141 const Elf_Sym &eSym = eSyms[i];
1178 const Elf_Sym &eSym = eSyms[i];
1197 ArrayRef<Elf_Sym> eSyms = this->getELFSyms<ELFT>();
1199 const Elf_Sym &eSym = eSyms[i];
1235 ArrayRef<Elf_Sym> eSyms = this->getELFSyms<ELFT>();
1237 const Elf_Sym &eSym = eSyms[i];
1457 using Elf_Sym = typename ELFT::Sym;
1549 ArrayRef<Elf_Sym> syms = this->getGlobalELFSyms<ELFT>();
1551 const Elf_Sym &sym = syms[i];