Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
HDRelocations.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()
HDRelocations.h68 R_TLSDESC_CALL, enumerator
/freebsd-13-stable/contrib/llvm-project/lld/ELF/Arch/
HDPPC.cpp257 return R_TLSDESC_CALL; in getRelExpr()
HDX86.cpp136 return R_TLSDESC_CALL; in getRelExpr()
HDLoongArch.cpp513 return R_TLSDESC_CALL; in getRelExpr()
HDX86_64.cpp368 return R_TLSDESC_CALL; in getRelExpr()
HDAArch64.cpp131 return R_TLSDESC_CALL; in getRelExpr()
HDPPC64.cpp1094 return R_TLSDESC_CALL; in getRelExpr()
HDRISCV.cpp311 return R_TLSDESC_CALL; in getRelExpr()