Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DRelocations.h58 R_RELAX_TLS_LD_TO_LE, enumerator
DInputSection.cpp814 case R_RELAX_TLS_LD_TO_LE: in getRelocTargetVA()
1057 case R_RELAX_TLS_LD_TO_LE: in relocateAlloc()
DRelocations.cpp233 {target->adjustTlsExpr(type, R_RELAX_TLS_LD_TO_LE), type, offset, in handleTlsRelocation()
253 c.relocations.push_back({target->adjustTlsExpr(type, R_RELAX_TLS_LD_TO_LE), in handleTlsRelocation()
/external/llvm-project/lld/ELF/Arch/
DPPC.cpp365 if (expr == R_RELAX_TLS_LD_TO_LE) in adjustTlsExpr()
DPPC64.cpp1397 if (expr == R_RELAX_TLS_LD_TO_LE) in adjustTlsExpr()