Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/asan/
Dasan_rtems.cpp103 uptr stack_bottom, stack_size, tls_bottom, tls_size; member
110 uptr tls_bottom, uptr tls_size) { in CreateAsanThread() argument
120 tls_bottom, tls_size}; in CreateAsanThread()
135 tls_begin_ = options->tls_bottom; in SetThreadStackAndTls()
136 tls_end_ = options->tls_bottom + options->tls_size; in SetThreadStackAndTls()
151 uptr tls_bottom, uptr tls_size) { in BeforeThreadCreateHook() argument
160 stack_bottom, stack_size, tls_bottom, tls_size); in BeforeThreadCreateHook()