Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DRelocations.h35 R_DTPREL, enumerator
H A DInputSection.cpp723 case R_DTPREL: in getRelocTargetVA()
1008 if (tombstone && (expr == R_ABS || expr == R_DTPREL)) { in relocateNonAlloc()
1059 if (LLVM_LIKELY(expr == R_ABS) || expr == R_DTPREL || expr == R_GOTPLTREL || in relocateNonAlloc()
H A DRelocations.cpp1376 if (expr == R_DTPREL) { in handleTlsRelocation()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DPPC.cpp234 return R_DTPREL; in getRelExpr()
H A DX86.cpp80 return R_DTPREL; in getRelExpr()
H A DLoongArch.cpp407 return R_DTPREL; in getRelExpr()
H A DMips.cpp140 return R_DTPREL; in getRelExpr()
H A DX86_64.cpp363 return R_DTPREL; in getRelExpr()
H A DPPC64.cpp1092 return R_DTPREL; in getRelExpr()
H A DARM.cpp149 return R_DTPREL; in getRelExpr()