Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/lsan/
Dlsan_posix.cpp31 uptr tls_begin; member
40 tls_begin_ = args->tls_begin; in OnStarted()
52 &args.tls_begin, &tls_size); in ThreadStart()
54 args.tls_end = args.tls_begin + tls_size; in ThreadStart()
61 uptr *tls_begin, uptr *tls_end, uptr *cache_begin, in GetThreadRangesLocked() argument
69 *tls_begin = context->tls_begin(); in GetThreadRangesLocked()
Dlsan_common.cpp284 uptr stack_begin, stack_end, tls_begin, tls_end, cache_begin, cache_end; in ProcessThreads() local
287 &tls_begin, &tls_end, in ProcessThreads()
340 if (tls_begin) { in ProcessThreads()
341 LOG_THREADS("TLS at %p-%p.\n", tls_begin, tls_end); in ProcessThreads()
345 tls_begin > cache_end) { in ProcessThreads()
346 ScanRangeForPointers(tls_begin, tls_end, frontier, "TLS", kReachable); in ProcessThreads()
348 if (tls_begin < cache_begin) in ProcessThreads()
349 ScanRangeForPointers(tls_begin, cache_begin, frontier, "TLS", in ProcessThreads()
Dlsan_posix.h34 uptr tls_begin() { return tls_begin_; } in tls_begin() function
Dlsan_common.h228 uptr *tls_begin, uptr *tls_end, uptr *cache_begin,
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
Ddfsan_interceptors.cpp197 *begin = t->tls_begin(); \
208 uptr tls_begin, tls_end; in INTERCEPTOR() local
209 COMMON_INTERCEPTOR_GET_TLS_RANGE(&tls_begin, &tls_end); in INTERCEPTOR()
210 DTLS::DTV *dtv = DTLS_on_tls_get_addr(arg, res, tls_begin, tls_end); in INTERCEPTOR()
Ddfsan_thread.h38 uptr tls_begin() { return tls_begin_; } in tls_begin() function
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/msan/
Dmsan_thread.h32 uptr tls_begin() { return tls_begin_; } in tls_begin() function
Dmsan_interceptors.cpp1320 *begin = t->tls_begin(); \
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/asan/
Dasan_thread.cpp485 uptr *tls_begin, uptr *tls_end, uptr *cache_begin, in GetThreadRangesLocked() argument
491 *tls_begin = t->tls_begin(); in GetThreadRangesLocked()
Dasan_thread.h74 uptr tls_begin() { return tls_begin_; } in tls_begin() function
Dasan_interceptors.cpp145 *begin = t->tls_begin(); \
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
Dhwasan_thread.h42 uptr tls_begin() { return tls_begin_; } in tls_begin() function
Dhwasan_thread.cpp114 tls_begin(), tls_end()); in Print()
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/memprof/
Dmemprof_thread.h74 uptr tls_begin() { return tls_begin_; } in tls_begin() function
Dmemprof_interceptors.cpp106 *begin = t->tls_begin(); \
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors_posix.cpp2398 *begin = t->tls_begin(); \
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc5322 uptr tls_begin, tls_end;
5323 COMMON_INTERCEPTOR_GET_TLS_RANGE(&tls_begin, &tls_end);
5324 DTLS::DTV *dtv = DTLS_on_tls_get_addr(arg, res, tls_begin, tls_end);
5355 uptr tls_begin, tls_end;
5356 COMMON_INTERCEPTOR_GET_TLS_RANGE(&tls_begin, &tls_end);
5357 DTLS::DTV *dtv = DTLS_on_tls_get_addr(arg, ptr, tls_begin, tls_end);