Searched refs:tls_begin (Results 1 – 7 of 7) sorted by relevance
/external/compiler-rt/lib/lsan/ |
D | lsan_thread.cc | 63 tls_begin, tls_end; member 70 tls_begin_ = args->tls_begin; in OnStarted() 90 &args.tls_begin, &tls_size); in ThreadStart() 92 args.tls_end = args.tls_begin + tls_size; in ThreadStart() 134 uptr *tls_begin, uptr *tls_end, in GetThreadRangesLocked() argument 141 *tls_begin = context->tls_begin(); in GetThreadRangesLocked()
|
D | lsan_common.cc | 184 uptr stack_begin, stack_end, tls_begin, tls_end, cache_begin, cache_end; in ProcessThreads() local 186 &tls_begin, &tls_end, in ProcessThreads() 224 LOG_THREADS("TLS at %p-%p.\n", tls_begin, tls_end); in ProcessThreads() 226 ScanRangeForPointers(tls_begin, tls_end, frontier, "TLS", kReachable); in ProcessThreads() 230 CHECK_LE(tls_begin, cache_begin); in ProcessThreads() 232 if (tls_begin < cache_begin) in ProcessThreads() 233 ScanRangeForPointers(tls_begin, cache_begin, frontier, "TLS", in ProcessThreads()
|
D | lsan_thread.h | 29 uptr tls_begin() { return tls_begin_; } in tls_begin() function
|
D | lsan_common.h | 144 uptr *tls_begin, uptr *tls_end,
|
/external/compiler-rt/lib/asan/ |
D | asan_thread.cc | 326 uptr *tls_begin, uptr *tls_end, in GetThreadRangesLocked() argument 332 *tls_begin = t->tls_begin(); in GetThreadRangesLocked()
|
D | asan_thread.h | 70 uptr tls_begin() { return tls_begin_; } in tls_begin() function
|
/external/compiler-rt/lib/msan/ |
D | msan_thread.h | 33 uptr tls_begin() { return tls_begin_; } in tls_begin() function
|