Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp1315 bool isLocalInExecutable = !sym.isPreemptible && !config->shared; in handleTlsRelocation() local
1383 if (execOptimize && isLocalInExecutable && config->emachine != EM_S390) { in handleTlsRelocation()
1749 bool isLocalInExecutable = !sym.isPreemptible && !config->shared; in postScanRelocations() local
1761 if (isLocalInExecutable) in postScanRelocations()