Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp214 bool toExecRelax = !config->shared && config->emachine != EM_ARM && in handleTlsRelocation() local
235 if (toExecRelax) { in handleTlsRelocation()
256 if (expr == R_DTPREL && toExecRelax) { in handleTlsRelocation()
277 if (!toExecRelax) { in handleTlsRelocation()
326 toExecRelax && isLocalInExecutable) { in handleTlsRelocation()