Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DConfig.h404 bool zIfuncNoplt; member
H A DRelocations.cpp1061 if (!sym.isPreemptible && (!isIfunc || ctx.arg.zIfuncNoplt)) { in processAux()
1087 if (LLVM_UNLIKELY(isIfunc) && ctx.arg.zIfuncNoplt) { in processAux()
1797 if (!sym.isGnuIFunc() || sym.isPreemptible || ctx.arg.zIfuncNoplt) in handleNonPreemptibleIfunc()
H A DDriver.cpp455 if (ctx.arg.zText && ctx.arg.zIfuncNoplt) in checkOptions()
1625 ctx.arg.zIfuncNoplt = hasZOption(args, "ifunc-noplt"); in readConfigs()