Searched refs:R_TLSDESC_CALL (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/lld/ELF/ |
D | Relocations.h | 63 R_TLSDESC_CALL, enumerator
|
D | Relocations.cpp | 198 if (oneof<R_AARCH64_TLSDESC_PAGE, R_TLSDESC, R_TLSDESC_CALL, R_TLSDESC_PC>( in handleTlsRelocation() 206 if (expr != R_TLSDESC_CALL) in handleTlsRelocation() 271 if (oneof<R_AARCH64_TLSDESC_PAGE, R_TLSDESC, R_TLSDESC_CALL, R_TLSDESC_PC, in handleTlsRelocation() 409 R_PPC64_CALL_PLT, R_PPC64_RELAX_TOC, R_RISCV_ADD, R_TLSDESC_CALL, in isStaticLinkTimeConstant() 1346 if ((type == R_PPC64_TLSGD && expr == R_TLSDESC_CALL) || in scanReloc()
|
/external/llvm-project/lld/ELF/Arch/ |
D | PPC.cpp | 255 return R_TLSDESC_CALL; in getRelExpr()
|
D | AArch64.cpp | 110 return R_TLSDESC_CALL; in getRelExpr()
|
D | X86_64.cpp | 329 return R_TLSDESC_CALL; in getRelExpr()
|
D | PPC64.cpp | 1043 return R_TLSDESC_CALL; in getRelExpr()
|