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