Lines Matching defs:Elf_Sym
504 using Elf_Sym = typename ELFT::Sym;
526 ArrayRef<Elf_Sym> eSyms = CHECK2(obj.symbols(symtabSec), this);
536 uint32_t ObjFile<ELFT>::getSectionIndex(const Elf_Sym &sym) const {
1104 ArrayRef<Elf_Sym> eSyms = this->getELFSyms<ELFT>();
1117 const Elf_Sym &eSym = eSyms[i];
1154 const Elf_Sym &eSym = eSyms[i];
1173 ArrayRef<Elf_Sym> eSyms = this->getELFSyms<ELFT>();
1175 const Elf_Sym &eSym = eSyms[i];
1216 ArrayRef<Elf_Sym> eSyms = this->getELFSyms<ELFT>();
1218 const Elf_Sym &eSym = eSyms[i];
1447 using Elf_Sym = typename ELFT::Sym;
1545 ArrayRef<Elf_Sym> syms = this->getGlobalELFSyms<ELFT>();
1547 const Elf_Sym &sym = syms[i];