Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DSPARCV9.cpp79 return R_TPREL; in getRelExpr()
H A DHexagon.cpp154 return R_TPREL; in getRelExpr()
H A DPPC.cpp264 return R_TPREL; in getRelExpr()
H A DX86.cpp142 return R_TPREL; in getRelExpr()
H A DLoongArch.cpp416 return R_TPREL; in getRelExpr()
H A DMips.cpp147 return R_TPREL; in getRelExpr()
H A DX86_64.cpp366 return R_TPREL; in getRelExpr()
H A DAArch64.cpp144 return R_TPREL; in getRelExpr()
H A DPPC64.cpp1079 return R_TPREL; in getRelExpr()
H A DRISCV.cpp319 return R_TPREL; in getRelExpr()
H A DARM.cpp186 return R_TPREL; in getRelExpr()
/freebsd/contrib/llvm-project/lld/ELF/
H A DRelocations.h65 R_TPREL, enumerator
H A DRelocations.cpp947 in.got->addConstant({R_TPREL, target->symbolicRel, off, 0, &sym}); in addTpOffsetGotEntry()
1298 if (expr == R_TPREL || expr == R_TPREL_NEG) { in handleTlsRelocation()
H A DInputSection.cpp897 case R_TPREL: in getRelocTargetVA()