Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/ELF/
H A DTarget.h125 RelType tlsDescRel; variable
H A DRelocations.cpp1643 target->tlsDescRel, *in.got, in.got->getTlsDescOffset(sym), sym, in postScanRelocations()
1644 target->tlsDescRel); in postScanRelocations()
/llvm-project-15.0.7/lld/ELF/Arch/
H A DX86.cpp58 tlsDescRel = R_386_TLS_DESC; in X86()
H A DAArch64.cpp66 tlsDescRel = R_AARCH64_TLSDESC; in AArch64()
H A DX86_64.cpp84 tlsDescRel = R_X86_64_TLSDESC; in X86_64()