Lines Matching defs:EF
893 const ELFFile<ELFT> &EF, std::optional<unsigned> TextSectionIndex,
896 bool IsRelocatable = EF.getHeader().e_type == ELF::ET_REL;
901 const auto &Sections = cantFail(EF.sections());
908 Expected<const Elf_Shdr *> TextSecOrErr = EF.getSection(Sec.sh_link);
911 describe(EF, Sec) + ": " +
922 EF.getSectionAndRelocations(IsMatch);
929 describe(EF, *Sec));
931 EF.decodeBBAddrMap(*Sec, RelocSec, PGOAnalyses);
935 return createError("unable to read " + describe(EF, *Sec) + ": " +
950 readDynsymVersionsImpl(const ELFFile<ELFT> &EF,
957 for (const Elf_Shdr &Sec : cantFail(EF.sections())) {
969 EF.loadVersionMap(VerNeedSec, VerDefSec);
978 EF.template getEntry<typename ELFT::Versym>(*VerSec, I);
981 " from " + describe(EF, *VerSec) + ": " +
990 Expected<StringRef> VerOrErr = EF.getSymbolVersionByIndex(
995 " of " + describe(EF, *VerSec) + ": " +