Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lld/ELF/
DRelocations.cpp1280 bool isLocalInExecutable = !sym.isPreemptible && !config->shared; in handleTlsRelocation() local
1343 if (toExecRelax && isLocalInExecutable) { in handleTlsRelocation()
1693 bool isLocalInExecutable = !sym.isPreemptible && !config->shared; in postScanRelocations() local
1705 if (isLocalInExecutable) in postScanRelocations()