Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DConfig.h235 bool zIfuncNoplt; member
H A DRelocations.cpp1382 if (!sym.isPreemptible && (!sym.isGnuIFunc() || config->zIfuncNoplt)) { in scanReloc()
1428 if (sym.isGnuIFunc() && config->zIfuncNoplt) { in scanReloc()
H A DDriver.cpp344 if (config->zText && config->zIfuncNoplt) in checkOptions()
1179 config->zIfuncNoplt = hasZOption(args, "ifunc-noplt"); in readConfigs()