HomeSort by relevance Sort by last modified time
    Searched refs:VPrintf (Results 1 - 14 of 14) sorted by null

  /external/compiler-rt/lib/msan/
msan_linux.cc 56 VPrintf(1, "__msan_init %p\n", &__msan_init);
57 VPrintf(1, "Memory : %p %p\n", kMemBeg, kMemEnd);
58 VPrintf(1, "Bad2 : %p %p\n", kBad2Beg, kBad2End);
59 VPrintf(1, "Origins : %p %p\n", kOriginsBeg, kOriginsEnd);
60 VPrintf(1, "Shadow : %p %p\n", kShadowBeg, kShadowEnd);
61 VPrintf(1, "Bad1 : %p %p\n", kBad1Beg, kBad1End);
msan.cc 381 VPrintf(1, "Unlimited stack, doing reexec\n");
388 VPrintf(1, "MSAN_OPTIONS: %s\n", msan_options ? msan_options : "<empty>");
392 VPrintf(1, "msan_track_origins\n");
413 VPrintf(1, "MemorySanitizer init done\n");
msan_report.cc 62 VPrintf(1, " raw origin id: %d\n", id);
msan_interceptors.cc     [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_tls_get_addr.cc 48 VPrintf(2, "__tls_get_addr: DTLS_Deallocate %p %zd\n", dtv, size);
61 VPrintf(2, "__tls_get_addr: DTLS_Resize %p %zd\n", &dtls, num_live_dtls);
75 VPrintf(2, "__tls_get_addr: DTLS_Destroy %p %zd\n", &dtls, dtls.dtv_size);
90 VPrintf(2, "__tls_get_addr: %p {%p,%p} => %p; tls_beg: %p; sp: %p "
96 VPrintf(2, "__tls_get_addr: glibc <=2.18 suspected; tls={%p,%p}\n",
103 VPrintf(2, "__tls_get_addr: glibc >=2.19 suspected; tls={%p %p}\n",
106 VPrintf(2, "__tls_get_addr: Can't guess glibc version\n");
117 VPrintf(2, "DTLS_on_libc_memalign: %p %p\n", ptr, size);
sanitizer_deadlock_detector2.cc 154 VPrintf(2, "#%llu: DD::MutexInit(%p)\n", cb->lt->ctx, m);
190 VPrintf(3, "#%llu: DD::allocateId assign id %d\n", cb->lt->ctx, id);
195 VPrintf(2, "#%llu: DD::MutexBeforeLock(%p, wlock=%d) nlocked=%d\n",
202 VPrintf(3, "#%llu: DD::MutexBeforeLock recursive\n",
218 VPrintf(3, "#%llu: DD::MutexBeforeLock first mutex\n",
244 VPrintf(3, "#%llu: DD::MutexBeforeLock added %d->%d link\n",
259 VPrintf(3, "#%llu: DD::MutexBeforeLock added %d->%d link\n",
265 VPrintf(3, "#%llu: DD::MutexBeforeLock don't check\n",
275 VPrintf(2, "#%llu: DD::MutexAfterLock(%p, wlock=%d, try=%d) nlocked=%d\n",
281 VPrintf(3, "#%llu: DD::MutexAfterLock recursive\n", cb->lt->ctx)
    [all...]
sanitizer_linux_libcdep.cc 453 VPrintf(1, "Sanitizer: increasing stacksize %zu->%zu\n", stacksize,
sanitizer_common.h 142 #define VPrintf(level, ...) \
  /external/compiler-rt/lib/tsan/rtl/
tsan_platform_linux.cc 244 VPrintf(2, "kClosedLow %zx-%zx (%zuGB)\n",
246 VPrintf(2, "kClosedMid %zx-%zx (%zuGB)\n",
248 VPrintf(2, "app mem: %zx-%zx (%zuGB)\n",
251 VPrintf(2, "stack: %zx\n", (uptr)&shadow);
tsan_rtl.cc 265 VPrintf(2, "mapped meta shadow for (%p-%p) at (%p-%p)\n",
407 VPrintf(1, "ThreadSanitizer: forked new process with pid %d,"
tsan_interceptors.cc 854 VPrintf(1, "ThreadSanitizer: starting new threads after multi-threaded "
    [all...]
  /external/compiler-rt/lib/asan/
asan_poisoning.cc 83 VPrintf(1, "Trying to poison memory region [%p, %p)\n", (void *)beg_addr,
123 VPrintf(1, "Trying to unpoison memory region [%p, %p)\n", (void *)beg_addr,
270 VPrintf(2, "contiguous_container: %p %p %p %p\n", beg_p, end_p, old_mid_p,
asan_interceptors.cc 306 VPrintf(1,
  /external/compiler-rt/lib/tsan/dd/
dd_interceptors.cc 292 VPrintf(1, "guessed data_start=%p data_end=%p\n", g_data_start, g_data_end);

Completed in 597 milliseconds