/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/ |
H A D | msan_thread.cc | 26 &tls_begin_, &tls_size); in SetThreadStackAndTls() 28 tls_end_ = tls_begin_ + tls_size; in SetThreadStackAndTls() 36 if (tls_begin_ != tls_end_) in ClearShadowForThreadStackAndTLS() 37 __msan_unpoison((void *)tls_begin_, tls_end_ - tls_begin_); in ClearShadowForThreadStackAndTLS()
|
H A D | msan_thread.h | 33 uptr tls_begin() { return tls_begin_; } in tls_begin() 58 uptr tls_begin_; variable
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/hwasan/ |
H A D | hwasan_thread.cpp | 92 if (tls_begin_ != tls_end_) in ClearShadowForThreadStackAndTLS() 93 TagMemory(tls_begin_, tls_end_ - tls_begin_, 0); in ClearShadowForThreadStackAndTLS()
|
H A D | hwasan_thread.h | 47 uptr tls_begin() { return tls_begin_; } in tls_begin() 82 uptr tls_begin_; variable
|
H A D | hwasan_linux.cpp | 403 GetThreadStackAndTls(IsMainThread(), &stack_bottom_, &stack_size, &tls_begin_, in InitStackAndTls() 406 tls_end_ = tls_begin_ + tls_size; in InitStackAndTls()
|
H A D | hwasan_fuchsia.cpp | 108 tls_end_ = tls_begin_ = 0; in InitStackAndTls()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/lsan/ |
H A D | lsan_posix.h | 34 uptr tls_begin() { return tls_begin_; } in tls_begin() 39 uptr tls_begin_ = 0;
|
H A D | lsan_posix.cpp | 40 tls_begin_ = args->tls_begin; in OnStarted()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/lsan/ |
H A D | lsan_thread.h | 33 uptr tls_begin() { return tls_begin_; } in tls_begin() 42 tls_begin_, tls_end_;
|
H A D | lsan_thread.cc | 48 tls_begin_(0), in ThreadContext() 63 tls_begin_ = args->tls_begin; in OnStarted()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/lsan/ |
H A D | lsan_thread.h | 31 uptr tls_begin() { return tls_begin_; } in tls_begin() 40 tls_begin_, tls_end_;
|
H A D | lsan_thread.cc | 46 tls_begin_(0), in ThreadContext() 61 tls_begin_ = args->tls_begin; in OnStarted()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/ |
H A D | asan_thread.h | 74 uptr tls_begin() { return tls_begin_; } in tls_begin() 161 uptr tls_begin_; variable
|
H A D | asan_thread.cpp | 308 &tls_begin_, &tls_size); in SetThreadStackAndTls() 310 tls_end_ = tls_begin_ + tls_size; in SetThreadStackAndTls() 324 if (tls_begin_ != tls_end_) { in ClearShadowForThreadStackAndTLS() 325 uptr tls_begin_aligned = RoundDownTo(tls_begin_, SHADOW_GRANULARITY); in ClearShadowForThreadStackAndTLS()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
H A D | asan_thread.cc | 294 GetThreadStackAndTls(tid() == 0, &stack_bottom_, &stack_size, &tls_begin_, in SetThreadStackAndTls() 297 tls_end_ = tls_begin_ + tls_size; in SetThreadStackAndTls() 311 if (tls_begin_ != tls_end_) { in ClearShadowForThreadStackAndTLS() 312 uptr tls_begin_aligned = RoundDownTo(tls_begin_, SHADOW_GRANULARITY); in ClearShadowForThreadStackAndTLS()
|
H A D | asan_thread.h | 79 uptr tls_begin() { return tls_begin_; } in tls_begin() 161 uptr tls_begin_; variable
|
H A D | asan_rtems.cc | 128 tls_begin_ = options->tls_bottom; in SetThreadStackAndTls()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
H A D | asan_thread.cc | 295 const_cast<uptr *>(&stack_size), &tls_begin_, &tls_size); in SetThreadStackAndTls() 297 tls_end_ = tls_begin_ + tls_size; in SetThreadStackAndTls() 308 if (tls_begin_ != tls_end_) { in ClearShadowForThreadStackAndTLS() 309 uptr tls_begin_aligned = RoundDownTo(tls_begin_, SHADOW_GRANULARITY); in ClearShadowForThreadStackAndTLS()
|
H A D | asan_thread.h | 77 uptr tls_begin() { return tls_begin_; } in tls_begin() 159 uptr tls_begin_; variable
|
H A D | asan_rtems.cc | 126 tls_begin_ = options->tls_bottom; in SetThreadStackAndTls()
|