Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DConfig.h249 bool zIfuncNoplt; member
H A DRelocations.cpp1398 if (!sym.isPreemptible && (!sym.isGnuIFunc() || config->zIfuncNoplt)) { in scanOne()
1418 if (sym.isGnuIFunc() && config->zIfuncNoplt) { in scanOne()
1562 if (!sym.isGnuIFunc() || sym.isPreemptible || config->zIfuncNoplt) in handleNonPreemptibleIfunc()
H A DDriver.cpp341 if (config->zText && config->zIfuncNoplt) in checkOptions()
1234 config->zIfuncNoplt = hasZOption(args, "ifunc-noplt"); in readConfigs()