Home
last modified time | relevance | path

Searched refs:tlsDescRel (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lld/ELF/
H A DTarget.h134 RelType tlsDescRel = 0; variable
H A DRelocations.cpp1906 RelType tlsDescRel = ctx.target->tlsDescRel; in postScanRelocations() local
1909 tlsDescRel = ELF::R_AARCH64_AUTH_TLSDESC; in postScanRelocations()
1912 tlsDescRel, *got, got->getTlsDescOffset(sym), sym, tlsDescRel); in postScanRelocations()
/freebsd/contrib/llvm-project/lld/ELF/Arch/
H A DX86.cpp57 tlsDescRel = R_386_TLS_DESC; in X86()
H A DLoongArch.cpp219 tlsDescRel = R_LARCH_TLS_DESC64; in LoongArch()
225 tlsDescRel = R_LARCH_TLS_DESC32; in LoongArch()
H A DAArch64.cpp120 tlsDescRel = R_AARCH64_TLSDESC; in AArch64()
H A DX86_64.cpp84 tlsDescRel = R_X86_64_TLSDESC; in X86_64()
H A DRISCV.cpp130 tlsDescRel = R_RISCV_TLSDESC; in RISCV()