Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libc/config/linux/
H A Dapp.h81 struct TLSDescriptor { struct
94 constexpr TLSDescriptor() = default; argument
99 void init_tls(TLSDescriptor &tls);
/llvm-project-15.0.7/libc/loader/linux/aarch64/
H A Dstart.cpp41 void init_tls(TLSDescriptor &tls_descriptor) { in init_tls()
158 __llvm_libc::TLSDescriptor tls; in _start()
/llvm-project-15.0.7/libc/loader/linux/x86_64/
H A Dstart.cpp39 void init_tls(TLSDescriptor &tls_descriptor) { in init_tls()
171 __llvm_libc::TLSDescriptor tls; in _start()
/llvm-project-15.0.7/compiler-rt/lib/orc/
H A Delfnix_platform.cpp72 struct TLSDescriptor { struct
511 TLSDescriptor *D, const char *ThreadPointer) { in ___orc_rt_elfnix_tlsdesc_resolver_impl()
/llvm-project-15.0.7/libc/src/__support/threads/linux/
H A Dthread.cpp155 TLSDescriptor tls; in run()