/netbsd-src/external/gpl3/gcc/dist/libsanitizer/lsan/ |
H A D | lsan_posix.cpp | 29 uptr cache_begin; member 42 cache_begin_ = args->cache_begin; in OnStarted() 55 GetAllocatorCacheRange(&args.cache_begin, &args.cache_end); in ThreadStart() 61 uptr *tls_begin, uptr *tls_end, uptr *cache_begin, in GetThreadRangesLocked() argument 71 *cache_begin = context->cache_begin(); in GetThreadRangesLocked()
|
H A D | lsan_fuchsia.cpp | 45 uptr cache_begin, cache_end; member 50 cache_begin_ = args->cache_begin; in OnStarted() 56 GetAllocatorCacheRange(&args.cache_begin, &args.cache_end); in ThreadStart() 57 CHECK_EQ(args.cache_end - args.cache_begin, sizeof(AllocatorCache)); in ThreadStart() 74 static_cast<decltype(caches)>(arg)->push_back(ctx->cache_begin()); in GetAllThreadAllocatorCachesLocked()
|
H A D | lsan_common.cpp | 283 uptr stack_begin, stack_end, tls_begin, tls_end, cache_begin, cache_end; in ProcessThreads() local 287 &cache_begin, &cache_end, &dtls); in ProcessThreads() 344 if (cache_begin == cache_end || tls_end < cache_begin || in ProcessThreads() 348 if (tls_begin < cache_begin) in ProcessThreads() 349 ScanRangeForPointers(tls_begin, cache_begin, frontier, "TLS", in ProcessThreads()
|
H A D | lsan_thread.h | 27 uptr cache_begin() { return cache_begin_; } in cache_begin() function
|
H A D | lsan_common.h | 229 uptr *tls_begin, uptr *tls_end, uptr *cache_begin,
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/lsan/ |
H A D | lsan_thread.cc | 54 cache_begin, cache_end, member 65 cache_begin_ = args->cache_begin; in OnStarted() 88 GetAllocatorCacheRange(&args.cache_begin, &args.cache_end); in ThreadStart() 131 uptr *tls_begin, uptr *tls_end, uptr *cache_begin, in GetThreadRangesLocked() argument 140 *cache_begin = context->cache_begin(); in GetThreadRangesLocked()
|
H A D | lsan_common.cc | 225 uptr stack_begin, stack_end, tls_begin, tls_end, cache_begin, cache_end; in ProcessThreads() local 229 &cache_begin, &cache_end, &dtls); in ProcessThreads() 281 if (cache_begin == cache_end || tls_end < cache_begin || in ProcessThreads() 285 if (tls_begin < cache_begin) in ProcessThreads() 286 ScanRangeForPointers(tls_begin, cache_begin, frontier, "TLS", in ProcessThreads()
|
H A D | lsan_thread.h | 35 uptr cache_begin() { return cache_begin_; } in cache_begin() function
|
H A D | lsan_common.h | 210 uptr *tls_begin, uptr *tls_end, uptr *cache_begin,
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/lsan/ |
H A D | lsan_thread.cc | 52 cache_begin, cache_end, member 63 cache_begin_ = args->cache_begin; in OnStarted() 86 GetAllocatorCacheRange(&args.cache_begin, &args.cache_end); in ThreadStart() 129 uptr *tls_begin, uptr *tls_end, uptr *cache_begin, in GetThreadRangesLocked() argument 138 *cache_begin = context->cache_begin(); in GetThreadRangesLocked()
|
H A D | lsan_common.cc | 223 uptr stack_begin, stack_end, tls_begin, tls_end, cache_begin, cache_end; in ProcessThreads() local 227 &cache_begin, &cache_end, &dtls); in ProcessThreads() 279 if (cache_begin == cache_end || tls_end < cache_begin || in ProcessThreads() 283 if (tls_begin < cache_begin) in ProcessThreads() 284 ScanRangeForPointers(tls_begin, cache_begin, frontier, "TLS", in ProcessThreads()
|
H A D | lsan_thread.h | 33 uptr cache_begin() { return cache_begin_; } in cache_begin() function
|
H A D | lsan_common.h | 210 uptr *tls_begin, uptr *tls_end, uptr *cache_begin,
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
H A D | asan_thread.cc | 469 uptr *tls_begin, uptr *tls_end, uptr *cache_begin, in GetThreadRangesLocked() argument 478 *cache_begin = 0; in GetThreadRangesLocked()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
H A D | asan_thread.cc | 468 uptr *tls_begin, uptr *tls_end, uptr *cache_begin, in GetThreadRangesLocked() argument 477 *cache_begin = 0; in GetThreadRangesLocked()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/ |
H A D | asan_thread.cpp | 485 uptr *tls_begin, uptr *tls_end, uptr *cache_begin, in GetThreadRangesLocked() argument 494 *cache_begin = 0; in GetThreadRangesLocked()
|