Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_thread.cc26 &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 Dmsan_thread.h33 uptr tls_begin() { return tls_begin_; } in tls_begin()
58 uptr tls_begin_; variable
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/hwasan/
H A Dhwasan_thread.cpp92 if (tls_begin_ != tls_end_) in ClearShadowForThreadStackAndTLS()
93 TagMemory(tls_begin_, tls_end_ - tls_begin_, 0); in ClearShadowForThreadStackAndTLS()
H A Dhwasan_thread.h47 uptr tls_begin() { return tls_begin_; } in tls_begin()
82 uptr tls_begin_; variable
H A Dhwasan_linux.cpp403 GetThreadStackAndTls(IsMainThread(), &stack_bottom_, &stack_size, &tls_begin_, in InitStackAndTls()
406 tls_end_ = tls_begin_ + tls_size; in InitStackAndTls()
H A Dhwasan_fuchsia.cpp108 tls_end_ = tls_begin_ = 0; in InitStackAndTls()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/lsan/
H A Dlsan_posix.h34 uptr tls_begin() { return tls_begin_; } in tls_begin()
39 uptr tls_begin_ = 0;
H A Dlsan_posix.cpp40 tls_begin_ = args->tls_begin; in OnStarted()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/lsan/
H A Dlsan_thread.h33 uptr tls_begin() { return tls_begin_; } in tls_begin()
42 tls_begin_, tls_end_;
H A Dlsan_thread.cc48 tls_begin_(0), in ThreadContext()
63 tls_begin_ = args->tls_begin; in OnStarted()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
H A Dlsan_thread.h31 uptr tls_begin() { return tls_begin_; } in tls_begin()
40 tls_begin_, tls_end_;
H A Dlsan_thread.cc46 tls_begin_(0), in ThreadContext()
61 tls_begin_ = args->tls_begin; in OnStarted()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_thread.h74 uptr tls_begin() { return tls_begin_; } in tls_begin()
161 uptr tls_begin_; variable
H A Dasan_thread.cpp308 &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 Dasan_thread.cc294 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 Dasan_thread.h79 uptr tls_begin() { return tls_begin_; } in tls_begin()
161 uptr tls_begin_; variable
H A Dasan_rtems.cc128 tls_begin_ = options->tls_bottom; in SetThreadStackAndTls()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_thread.cc295 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 Dasan_thread.h77 uptr tls_begin() { return tls_begin_; } in tls_begin()
159 uptr tls_begin_; variable
H A Dasan_rtems.cc126 tls_begin_ = options->tls_bottom; in SetThreadStackAndTls()