Searched refs:R_TLSDESC_CALL (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Relocations.cpp | 1314 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 D | Relocations.h | 68 R_TLSDESC_CALL, enumerator
|
/freebsd/contrib/llvm-project/lld/ELF/Arch/ |
H A D | PPC.cpp | 257 return R_TLSDESC_CALL; in getRelExpr()
|
H A D | X86.cpp | 136 return R_TLSDESC_CALL; in getRelExpr()
|
H A D | LoongArch.cpp | 513 return R_TLSDESC_CALL; in getRelExpr()
|
H A D | X86_64.cpp | 368 return R_TLSDESC_CALL; in getRelExpr()
|
H A D | AArch64.cpp | 131 return R_TLSDESC_CALL; in getRelExpr()
|
H A D | PPC64.cpp | 1094 return R_TLSDESC_CALL; in getRelExpr()
|
H A D | RISCV.cpp | 311 return R_TLSDESC_CALL; in getRelExpr()
|