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

  /external/compiler-rt/lib/cfi/
cfi.cc 125 VReport(1, "Can not handle: symtab > strtab (%p > %zx)\n", symtab, strtab);
144 VReport(1, "Can not handle: symtab %p, strtab %zx\n", symtab, strtab);
163 VReport(1, "Module '%s' __cfi_check %zx\n", info->dlpi_name, cfi_check);
176 VReport(1, " %zx .. %zx\n", cur_beg, cur_end);
194 VReport(3, "__cfi_slowpath: %zx, %p\n", CallSiteTypeId, Ptr);
197 VReport(2, "CFI: invalid memory region for a function pointer (shadow==0): %p\n", Ptr);
201 VReport(2, "CFI: unchecked call (shadow=FFFF): %p\n", Ptr);
205 VReport(2, "__cfi_check at %p\n", cfi_check);
251 VReport(1, "CFI: VMA size %zx, shadow size %zx\n", vma, shadow_size);
253 VReport(1, "CFI: shadow at %zx .. %zx\n", shadow
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer_posix_libcdep.cc 386 VReport(2, "External symbolizer is explicitly disabled.\n");
389 VReport(2, "Using llvm-symbolizer at user-specified path: %s\n", path);
393 VReport(2, "Using atos at user-specified path: %s\n", path);
400 VReport(2, "Using addr2line at user-specified path: %s\n", path);
412 VReport(2, "Using llvm-symbolizer found at: %s\n", found_path);
417 VReport(2, "Using atos found at: %s\n", found_path);
423 VReport(2, "Using addr2line found at: %s\n", found_path);
433 VReport(2, "Symbolizer is disabled.\n");
437 VReport(2, "Using internal symbolizer.\n");
442 VReport(2, "Using libbacktrace symbolizer.\n")
    [all...]
sanitizer_symbolizer_win.cc 180 VReport(2, "WARNING: %s CreatePipe failed (error code: %d)\n",
188 VReport(2, "WARNING: %s SetHandleInformation failed (error code: %d)\n",
209 VReport(3, "Launching symbolizer command: %s\n", command_line.data());
229 VReport(2, "WARNING: %s failed to create process for %s (error code: %d)\n",
250 VReport(2, "Symbolizer is disabled.\n");
259 VReport(2, "Using llvm-symbolizer at %spath: %s\n",
264 VReport(2, "External symbolizer is explicitly disabled.\n");
266 VReport(2, "External symbolizer is not present.\n");
sanitizer_stoptheworld_linux_libcdep.cc 126 VReport(1, "Could not attach to thread %d (errno %d).\n", tid, pterrno);
129 VReport(2, "Attached to thread %d.\n", tid);
147 VReport(1, "Waiting on thread %d failed, detaching (errno %d).\n",
170 VReport(2, "Detached from thread %d.\n", tid);
175 VReport(1, "Could not detach from thread %d (errno %d).\n", tid, pterrno);
290 VReport(1, "Failed suspending threads.\n");
412 VReport(1, "Failed spawning a tracer thread (errno %d).\n", local_errno);
440 VReport(1, "Waiting on the tracer thread failed (errno %d).\n",
499 VReport(1, "Could not get registers from thread %d (errno %d).\n", tid,
sanitizer_unwind_linux_libcdep.cc 53 VReport(1,
66 VReport(1,
sanitizer_libignore.cc 75 VReport(1,
sanitizer_coverage_libcdep.cc 636 VReport(1, " CovDump: Trace: %zd PCs written\n", size());
637 VReport(1, " CovDump: Trace: %zd Events written\n", max_idx);
677 VReport(1, " CovDump: %zd caller-callee pairs written\n", total);
712 VReport(1, " CovDump: %zd counters written for '%s'\n", r.end - r.beg,
739 VReport(1,
786 VReport(1, " CovDump: %zd PCs written to packed file\n", num_offsets);
794 VReport(1, " CovDump: %s: %zd PCs written\n", path.data(), num_offsets);
    [all...]
sanitizer_mac.cc 589 VReport(1, "exec()-ing the program with\n");
590 VReport(1, "%s=%s\n", kDyldInsertLibraries, new_env);
591 VReport(1, "to enable wrappers.\n");
sanitizer_posix_libcdep.cc 181 VReport(1, "Installed the sigaction for signal %d\n", signum);
sanitizer_common.h 174 #define VReport(level, ...) \
  /external/compiler-rt/lib/asan/
asan_interceptors.h 99 VReport(1, "AddressSanitizer: failed to intercept '" #name "'\n"); \
104 VReport( \
asan_activation.cc 93 VReport(1, "Deactivating ASan\n");
120 VReport(1, "Activating ASan\n");
asan_thread.cc 100 VReport(1, "T%d TSDDtor\n", context->tid);
107 VReport(1, "T%d exited\n", tid);
161 VReport(1, "T%d: stack [%p,%p) size 0x%zx; local=%p\n", tid(),
286 VReport(2, "SetCurrentThread: %p for thread %p\n", t->context(),
asan_mac.cc 128 VReport(2,
asan_poisoning.cc 318 VReport(1, "poisoning: %p %zx\n", (void *)addr, size);
323 VReport(1, "unpoisoning: %p %zx\n", (void *)addr, size);
asan_fake_stack.cc 58 VReport(1, "T%d: FakeStack created: %p -- %p stack_size_log: %zd; "
asan_rtl.cc 555 VReport(1, "AddressSanitizer Init done\n");
asan_interceptors.cc 819 VReport(1, "AddressSanitizer: libc interceptors initialized\n");
  /external/compiler-rt/lib/lsan/
lsan_common_linux.cc 47 VReport(1, "LeakSanitizer: Dynamic linker not found. "
50 VReport(1, "LeakSanitizer: Multiple modules match \"%s\". "
lsan_common.cc 635 VReport(1, "__lsan_ignore_object(): no heap object found at %p", p);
637 VReport(1, "__lsan_ignore_object(): "
640 VReport(1, "__lsan_ignore_object(): ignoring heap object at %p\n", p);
651 VReport(1, "Registered root region at %p of size %llu\n", begin, size);
668 VReport(1, "Unregistered root region at %p of size %llu\n", begin, size);
  /external/compiler-rt/lib/tsan/rtl/
tsan_platform_linux.cc 277 VReport(1, "Program is run with unlimited stack size, which wouldn't "
  /external/compiler-rt/lib/msan/
msan_interceptors.cc     [all...]

Completed in 943 milliseconds