Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lld/ELF/
DRelocations.h34 R_DTPREL, enumerator
DInputSection.cpp632 case R_DTPREL: in getRelocTargetVA()
866 (isDebug && (type == target.symbolicRel || expr == R_DTPREL))) { in relocateNonAlloc()
917 if (expr == R_ABS || expr == R_DTPREL || expr == R_GOTPLTREL || in relocateNonAlloc()
DRelocations.cpp1302 if (expr == R_DTPREL) { in handleTlsRelocation()
/openbsd/src/gnu/llvm/lld/ELF/Arch/
DPPC.cpp234 return R_DTPREL; in getRelExpr()
DX86.cpp80 return R_DTPREL; in getRelExpr()
DMips.cpp140 return R_DTPREL; in getRelExpr()
DARM.cpp128 return R_DTPREL; in getRelExpr()
DX86_64.cpp319 return R_DTPREL; in getRelExpr()
DPPC64.cpp1049 return R_DTPREL; in getRelExpr()