Home
last modified time | relevance | path

Searched refs:isGnuIFunc (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lld/ELF/
DRelocations.cpp1315 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()
DSymbols.h288 bool isGnuIFunc() const { return type == llvm::ELF::STT_GNU_IFUNC; } in isGnuIFunc() function
/external/llvm-project/lld/ELF/Arch/
DPPC64.cpp351 assert(!d->isGnuIFunc()); in tryRelaxPPC64TocIndirection()