Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DSPARCV9.cpp78 return R_TPREL; in getRelExpr()
H A DSystemZ.cpp159 return R_TPREL; in getRelExpr()
H A DHexagon.cpp167 return R_TPREL; in getRelExpr()
H A DPPC.cpp269 return R_TPREL; in getRelExpr()
H A DX86.cpp147 return R_TPREL; in getRelExpr()
H A DMips.cpp145 return R_TPREL; in getRelExpr()
H A DAArch64.cpp183 return R_TPREL; in getRelExpr()
H A DX86_64.cpp378 return R_TPREL; in getRelExpr()
H A DPPC64.cpp1080 return R_TPREL; in getRelExpr()
H A DLoongArch.cpp439 return R_TPREL; in getRelExpr()
H A DRISCV.cpp318 return R_TPREL; in getRelExpr()
H A DARM.cpp189 return R_TPREL; in getRelExpr()
/freebsd/contrib/llvm-project/lld/ELF/
H A DRelocations.h73 R_TPREL, enumerator
H A DRelocations.cpp938 ctx.in.got->addConstant({R_TPREL, ctx.target->symbolicRel, off, 0, &sym}); in addTpOffsetGotEntry()
1329 if (expr == R_TPREL || expr == R_TPREL_NEG) { in handleTlsRelocation()
H A DInputSection.cpp959 case R_TPREL: in getRelocTargetVA()