Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lld/ELF/Arch/
HDLoongArch.cpp196 tlsDescRel = R_LARCH_TLS_DESC64; in LoongArch()
202 tlsDescRel = R_LARCH_TLS_DESC32; in LoongArch()
HDX86.cpp52 tlsDescRel = R_386_TLS_DESC; in X86()
HDX86_64.cpp77 tlsDescRel = R_X86_64_TLSDESC; in X86_64()
HDAArch64.cpp86 tlsDescRel = R_AARCH64_TLSDESC; in AArch64()
HDRISCV.cpp127 tlsDescRel = R_RISCV_TLSDESC; in RISCV()
/freebsd-14-stable/contrib/llvm-project/lld/ELF/
HDTarget.h131 RelType tlsDescRel; variable
HDRelocations.cpp1817 target->tlsDescRel, *got, got->getTlsDescOffset(sym), sym, in postScanRelocations()
1818 target->tlsDescRel); in postScanRelocations()