Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DConfig.h308 bool zIfuncNoplt; member
H A DRelocations.cpp1056 if (!sym.isPreemptible && (!isIfunc || config->zIfuncNoplt)) { in processAux()
1081 if (LLVM_UNLIKELY(isIfunc) && config->zIfuncNoplt) { in processAux()
1668 if (!sym.isGnuIFunc() || sym.isPreemptible || config->zIfuncNoplt) in handleNonPreemptibleIfunc()
H A DDriver.cpp430 if (config->zText && config->zIfuncNoplt) in checkOptions()
1431 config->zIfuncNoplt = hasZOption(args, "ifunc-noplt"); in readConfigs()