Home
last modified time | relevance | path

Searched refs:TlsDescRel (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DTarget.h101 RelType TlsDescRel; variable
H A DRelocations.cpp195 {Target->TlsDescRel, In.Got, Off, !Sym.IsPreemptible, &Sym, 0}); in handleTlsRelocation()
/freebsd-12.1/contrib/llvm/tools/lld/ELF/Arch/
H A DAArch64.cpp63 TlsDescRel = R_AARCH64_TLSDESC; in AArch64()