Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DRelocations.cpp1314 R_TLSDESC_CALL>(expr)) { in handleTlsRelocation()
1315 if (expr != R_TLSDESC_CALL) { in handleTlsRelocation()
1324 if (oneof<R_AARCH64_TLSDESC_PAGE, R_TLSDESC, R_TLSDESC_CALL, R_TLSDESC_PC, in handleTlsRelocation()
1329 if (expr != R_TLSDESC_CALL) { in handleTlsRelocation()
1345 !(isRISCV && expr != R_TLSDESC_PC && expr != R_TLSDESC_CALL) && in handleTlsRelocation()
1392 if (oneof<R_AARCH64_TLSDESC_PAGE, R_TLSDESC, R_TLSDESC_CALL, R_TLSDESC_PC, in handleTlsRelocation()
1500 if ((type == R_PPC64_TLSGD && expr == R_TLSDESC_CALL) || in scanOne()
1536 if (sym.isTls() || oneof<R_TLSDESC_PC, R_TLSDESC_CALL>(expr)) { in scanOne()
H A DRelocations.h68 R_TLSDESC_CALL, enumerator
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DPPC.cpp257 return R_TLSDESC_CALL; in getRelExpr()
H A DX86.cpp136 return R_TLSDESC_CALL; in getRelExpr()
H A DLoongArch.cpp513 return R_TLSDESC_CALL; in getRelExpr()
H A DX86_64.cpp368 return R_TLSDESC_CALL; in getRelExpr()
H A DAArch64.cpp131 return R_TLSDESC_CALL; in getRelExpr()
H A DPPC64.cpp1094 return R_TLSDESC_CALL; in getRelExpr()
H A DRISCV.cpp311 return R_TLSDESC_CALL; in getRelExpr()