Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DRelocations.cpp211 bool toExecRelax = !config->shared && config->emachine != EM_ARM && in handleTlsRelocation() local
231 if (toExecRelax) { in handleTlsRelocation()
252 if (expr == R_DTPREL && toExecRelax) { in handleTlsRelocation()
273 if (!toExecRelax) { in handleTlsRelocation()
321 toExecRelax && isLocalInExecutable) { in handleTlsRelocation()