Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DRelocations.cpp222 bool isLocalInExecutable = !sym.isPreemptible && !config->shared; in handleTlsRelocation() local
240 if (isLocalInExecutable) in handleTlsRelocation()
277 if (isLocalInExecutable) in handleTlsRelocation()
321 toExecRelax && isLocalInExecutable) { in handleTlsRelocation()