Searched refs:R_TLSDESC (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | Relocations.h | 67 R_TLSDESC, enumerator
|
H A D | Relocations.cpp | 1313 oneof<R_LOONGARCH_TLSDESC_PAGE_PC, R_TLSDESC, R_TLSDESC_PC, in handleTlsRelocation() 1324 if (oneof<R_AARCH64_TLSDESC_PAGE, R_TLSDESC, R_TLSDESC_CALL, R_TLSDESC_PC, in handleTlsRelocation() 1392 if (oneof<R_AARCH64_TLSDESC_PAGE, R_TLSDESC, R_TLSDESC_CALL, R_TLSDESC_PC, in handleTlsRelocation()
|
H A D | InputSection.cpp | 912 case R_TLSDESC: in getRelocTargetVA()
|
/freebsd/contrib/llvm-project/lld/ELF/Arch/ |
H A D | LoongArch.cpp | 511 return R_TLSDESC; in getRelExpr()
|
H A D | AArch64.cpp | 129 return R_TLSDESC; in getRelExpr()
|