Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/ELF/
H A DRelocations.h58 R_RELAX_TLS_LD_TO_LE, enumerator
H A DRelocations.cpp1290 c.addReloc({target->adjustTlsExpr(type, R_RELAX_TLS_LD_TO_LE), type, in handleTlsRelocation()
1304 expr = target->adjustTlsExpr(type, R_RELAX_TLS_LD_TO_LE); in handleTlsRelocation()
H A DInputSection.cpp781 case R_RELAX_TLS_LD_TO_LE: in getRelocTargetVA()
/openbsd/gnu/llvm/lld/ELF/Arch/
H A DPPC.cpp382 if (expr == R_RELAX_TLS_LD_TO_LE) in adjustTlsExpr()
H A DX86.cpp502 case R_RELAX_TLS_LD_TO_LE: in relocateAlloc()
H A DX86_64.cpp785 if (rel.expr == R_RELAX_TLS_LD_TO_LE) { in relocate()
H A DPPC64.cpp1447 if (expr == R_RELAX_TLS_LD_TO_LE) in adjustTlsExpr()