Searched refs:VReport (Results 1 - 17 of 17) sorted by relevance

/external/compiler-rt/lib/asan/
H A Dasan_activation.cc33 VReport(1, "Deactivating ASan\n");
51 VReport(1, "Activating ASan\n");
66 VReport(
H A Dasan_mac.cc140 VReport(1, "exec()-ing the program with\n");
141 VReport(1, "%s=%s\n", kDyldInsertLibraries, new_env);
142 VReport(1, "to enable ASan wrappers.\n");
143 VReport(1, "Set ASAN_OPTIONS=allow_reexec=0 to disable this.\n");
282 VReport(2,
H A Dasan_thread.cc91 VReport(1, "T%d TSDDtor\n", context->tid);
98 VReport(1, "T%d exited\n", tid);
152 VReport(1, "T%d: stack [%p,%p) size 0x%zx; local=%p\n", tid(),
273 VReport(2, "SetCurrentThread: %p for thread %p\n", t->context(),
H A Dasan_rtl.cc289 VReport(1, "Using the defaults from __asan_default_options: %s\n",
319 VReport(1, "Extra activation flags: %s\n", buf);
585 VReport(1, "Parsed ASAN_OPTIONS: %s\n", options);
694 VReport(1, "AddressSanitizer Init done\n");
H A Dasan_poisoning.cc256 VReport(1, "poisoning: %p %zx\n", (void *)addr, size);
261 VReport(1, "unpoisoning: %p %zx\n", (void *)addr, size);
H A Dasan_fake_stack.cc51 VReport(1, "T%d: FakeStack created: %p -- %p stack_size_log: %zd; "
H A Dasan_interceptors.cc109 VReport(1, "AddressSanitizer: failed to intercept '" #name "'\n"); \
830 VReport(1, "AddressSanitizer: libc interceptors initialized\n");
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_linux_libcdep.cc103 VReport(1, "Could not attach to thread %d (errno %d).\n", thread_id,
107 VReport(1, "Attached to thread %d.\n", thread_id);
116 VReport(1, "Waiting on thread %d failed, detaching (errno %d).\n",
132 VReport(1, "Detached from thread %d.\n", tid);
137 VReport(1, "Could not detach from thread %d (errno %d).\n", tid, pterrno);
260 VReport(1, "Failed suspending threads.\n");
388 VReport(1, "Failed spawning a tracer thread (errno %d).\n", local_errno);
405 VReport(1, "Waiting on the tracer thread failed (errno %d).\n",
447 VReport(1, "Could not get registers from thread %d (errno %d).\n", tid,
H A Dsanitizer_libignore.cc79 VReport(1,
H A Dsanitizer_posix_libcdep.cc135 VReport(1, "Installed the sigaction for signal %d\n", signum);
H A Dsanitizer_coverage_libcdep.cc308 VReport(1, " CovDump: %zd PCs written to packed file\n", vb - old_vb);
319 VReport(1, " CovDump: %s: %zd PCs written\n", path.data(),
H A Dsanitizer_linux_libcdep.cc176 VReport(1,
189 VReport(1,
H A Dsanitizer_common.h138 #define VReport(level, ...) \ macro
/external/compiler-rt/lib/lsan/
H A Dlsan_common_linux.cc47 VReport(1, "LeakSanitizer: Dynamic linker not found. "
50 VReport(1, "LeakSanitizer: Multiple modules match \"%s\". "
H A Dlsan_common.cc639 VReport(1, "__lsan_ignore_object(): no heap object found at %p", p);
641 VReport(1, "__lsan_ignore_object(): "
644 VReport(1, "__lsan_ignore_object(): ignoring heap object at %p\n", p);
655 VReport(1, "Registered root region at %p of size %llu\n", begin, size);
672 VReport(1, "Unregistered root region at %p of size %llu\n", begin, size);
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_linux.cc337 VReport(1, "Program is run with unlimited stack size, which wouldn't "
/external/compiler-rt/lib/msan/
H A Dmsan_interceptors.cc1206 VReport(1, "MemorySanitizer: failed to intercept '" #name "'\n"); \

Completed in 142 milliseconds