Home
last modified time | relevance | path

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

/external/llvm-project/lld/ELF/
DRelocations.h63 R_TLSDESC_CALL, enumerator
DRelocations.cpp198 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/
DPPC.cpp255 return R_TLSDESC_CALL; in getRelExpr()
DAArch64.cpp110 return R_TLSDESC_CALL; in getRelExpr()
DX86_64.cpp329 return R_TLSDESC_CALL; in getRelExpr()
DPPC64.cpp1043 return R_TLSDESC_CALL; in getRelExpr()