Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DConfig.h227 bool zIfuncNoplt; member
DRelocations.cpp1370 if (!sym.isPreemptible && (!sym.isGnuIFunc() || config->zIfuncNoplt)) { in scanReloc()
1409 if (sym.isGnuIFunc() && config->zIfuncNoplt) { in scanReloc()
DDriver.cpp340 if (config->zText && config->zIfuncNoplt) in checkOptions()
1101 config->zIfuncNoplt = hasZOption(args, "ifunc-noplt"); in readConfigs()