Searched refs:isGnuIFunc (Results 1 – 3 of 3) sorted by relevance
1315 if (sym.isGnuIFunc() && !config->zText && config->warnIfuncTextrel) { in scanReloc()1370 if (!sym.isPreemptible && (!sym.isGnuIFunc() || config->zIfuncNoplt)) { in scanReloc()1409 if (sym.isGnuIFunc() && config->zIfuncNoplt) { in scanReloc()1417 if (!sym.isGnuIFunc() || sym.isPreemptible) { in scanReloc()
288 bool isGnuIFunc() const { return type == llvm::ELF::STT_GNU_IFUNC; } in isGnuIFunc() function
351 assert(!d->isGnuIFunc()); in tryRelaxPPC64TocIndirection()