Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp226 bool isLocalInExecutable = !sym.isPreemptible && !config->shared; in handleTlsRelocation() local
244 if (isLocalInExecutable) in handleTlsRelocation()
281 if (isLocalInExecutable) in handleTlsRelocation()
326 toExecRelax && isLocalInExecutable) { in handleTlsRelocation()