Lines Matching defs:Elf
176 const ELFFile<ELFT> &Elf = ELFObj.getELFFile();
180 Expected<typename ELFT::ShdrRange> SectionsOrError = Elf.sections();
189 Elf.getStringTableForSymtab(**SymTabOrErr, *SectionsOrError);
194 auto SymsOrErr = Elf.symbols(*SymTabOrErr);
203 reinterpret_cast<const typename ELFT::GnuHash *>(Elf.base() +
205 if (Sec.sh_offset + Sec.sh_size >= Elf.getBufSize())
227 reinterpret_cast<const typename ELFT::Hash *>(Elf.base() +
229 if (Sec.sh_offset + Sec.sh_size >= Elf.getBufSize())
253 const ELFFile<ELFT> &Elf = ELFObj.getELFFile();
257 Expected<typename ELFT::ShdrRange> SectionsOrError = Elf.sections();
261 auto StrTabOrErr = Elf.getStringTableForSymtab(Sec, *SectionsOrError);
266 auto SymsOrErr = Elf.symbols(&Sec);