/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_symbolizer_posix_libcdep.cc | 416 VReport(2, "External symbolizer is explicitly disabled.\n"); in ChooseExternalSymbolizer() 419 VReport(2, "Using llvm-symbolizer at user-specified path: %s\n", path); in ChooseExternalSymbolizer() 423 VReport(2, "Using atos at user-specified path: %s\n", path); in ChooseExternalSymbolizer() 430 VReport(2, "Using addr2line at user-specified path: %s\n", path); in ChooseExternalSymbolizer() 442 VReport(2, "Using llvm-symbolizer found at: %s\n", found_path); in ChooseExternalSymbolizer() 447 VReport(2, "Using atos found at: %s\n", found_path); in ChooseExternalSymbolizer() 453 VReport(2, "Using addr2line found at: %s\n", found_path); in ChooseExternalSymbolizer() 463 VReport(2, "Symbolizer is disabled.\n"); in ChooseSymbolizerTools() 467 VReport(2, "Using internal symbolizer.\n"); in ChooseSymbolizerTools() 472 VReport(2, "Using libbacktrace symbolizer.\n"); in ChooseSymbolizerTools() [all …]
|
D | sanitizer_symbolizer_win.cc | 180 VReport(2, "WARNING: %s CreatePipe failed (error code: %d)\n", in StartSymbolizerSubprocess() 188 VReport(2, "WARNING: %s SetHandleInformation failed (error code: %d)\n", in StartSymbolizerSubprocess() 209 VReport(3, "Launching symbolizer command: %s\n", command_line.data()); in StartSymbolizerSubprocess() 229 VReport(2, "WARNING: %s failed to create process for %s (error code: %d)\n", in StartSymbolizerSubprocess() 250 VReport(2, "Symbolizer is disabled.\n"); in ChooseSymbolizerTools() 259 VReport(2, "Using llvm-symbolizer at %spath: %s\n", in ChooseSymbolizerTools() 264 VReport(2, "External symbolizer is explicitly disabled.\n"); in ChooseSymbolizerTools() 266 VReport(2, "External symbolizer is not present.\n"); in ChooseSymbolizerTools()
|
D | sanitizer_stoptheworld_linux_libcdep.cc | 130 VReport(1, "Could not attach to thread %d (errno %d).\n", tid, pterrno); in SuspendThread() 133 VReport(2, "Attached to thread %d.\n", tid); in SuspendThread() 151 VReport(1, "Waiting on thread %d failed, detaching (errno %d).\n", in SuspendThread() 174 VReport(2, "Detached from thread %d.\n", tid); in ResumeAllThreads() 179 VReport(1, "Could not detach from thread %d (errno %d).\n", tid, pterrno); in ResumeAllThreads() 294 VReport(1, "Failed suspending threads.\n"); in TracerThread() 416 VReport(1, "Failed spawning a tracer thread (errno %d).\n", local_errno); in StopTheWorld() 444 VReport(1, "Waiting on the tracer thread failed (errno %d).\n", in StopTheWorld() 512 VReport(1, "Could not get registers from thread %d (errno %d).\n", tid, in GetRegistersAndSP()
|
D | sanitizer_unwind_linux_libcdep.cc | 58 VReport(1, in SanitizerInitializeUnwinder() 71 VReport(1, in SanitizerInitializeUnwinder()
|
D | sanitizer_posix_libcdep.cc | 186 VReport(1, "Installed the sigaction for signal %d\n", signum); in MaybeInstallSigaction() 389 VReport(1, "Waiting on the process failed (errno %d).\n", local_errno); in IsProcessRunning() 400 VReport(1, "Waiting on the process failed (errno %d).\n", local_errno); in WaitForProcess()
|
D | sanitizer_coverage_libcdep.cc | 653 VReport(1, " CovDump: Trace: %zd PCs written\n", size()); in DumpTrace() 654 VReport(1, " CovDump: Trace: %zd Events written\n", max_idx); in DumpTrace() 694 VReport(1, " CovDump: %zd caller-callee pairs written\n", total); in DumpCallerCalleePairs() 729 VReport(1, " CovDump: %zd counters written for '%s'\n", r.end - r.beg, in DumpCounters() 756 VReport(1, in DumpAsBitSet() 858 VReport(1, " CovDump: %zd PCs written to packed file\n", num_offsets); in DumpOffsets() 867 VReport(1, " CovDump: %s: %zd PCs written\n", path.data(), num_offsets); in DumpOffsets()
|
D | sanitizer_mac.cc | 647 VReport(1, "exec()-ing the program with\n"); in MaybeReexec() 648 VReport(1, "%s=%s\n", kDyldInsertLibraries, new_env); in MaybeReexec() 649 VReport(1, "to enable wrappers.\n"); in MaybeReexec()
|
D | sanitizer_libignore.cc | 75 VReport(1, in OnLibraryLoaded()
|
D | sanitizer_common.h | 180 #define VReport(level, ...) \ macro
|
/external/compiler-rt/lib/cfi/ |
D | cfi.cc | 127 VReport(1, "CFI: shadow at %zx .. %zx\n", shadow_, shadow_ + GetShadowSize()); in Start() 198 VReport(1, "Can not handle: symtab > strtab (%p > %zx)\n", symtab, strtab); in find_cfi_check_in_dso() 217 VReport(1, "Can not handle: symtab %p, strtab %zx\n", symtab, strtab); in find_cfi_check_in_dso() 236 VReport(1, "Module '%s' __cfi_check %zx\n", info->dlpi_name, cfi_check); in dl_iterate_phdr_cb() 251 VReport(1, " %zx .. %zx\n", cur_beg, cur_end); in dl_iterate_phdr_cb() 276 VReport(1, "CFI: VMA size %zx, shadow size %zx\n", vma, GetShadowSize()); in InitShadow() 303 VReport(3, "__cfi_slowpath: %llx, %p\n", CallSiteTypeId, Ptr); in CfiSlowPathCommon() 306 VReport(1, "CFI: invalid memory region for a check target: %p\n", Ptr); in CfiSlowPathCommon() 317 VReport(2, "CFI: unchecked call (shadow=FFFF): %p\n", Ptr); in CfiSlowPathCommon() 321 VReport(2, "__cfi_check at %p\n", cfi_check); in CfiSlowPathCommon()
|
/external/compiler-rt/lib/asan/ |
D | asan_thread.cc | 100 VReport(1, "T%d TSDDtor\n", context->tid); in TSDDtor() 107 VReport(1, "T%d exited\n", tid); in Destroy() 228 VReport(1, "T%d: stack [%p,%p) size 0x%zx; local=%p\n", tid(), in Init() 360 VReport(2, "SetCurrentThread: %p for thread %p\n", t->context(), in SetCurrentThread() 443 VReport(1, "__asan_start_switch_fiber called from unknown thread\n"); in __sanitizer_start_switch_fiber() 453 VReport(1, "__asan_finish_switch_fiber called from unknown thread\n"); in __sanitizer_finish_switch_fiber()
|
D | asan_interceptors.h | 97 VReport(1, "AddressSanitizer: failed to intercept '" #name "'\n"); \ in DECLARE_REAL() 102 VReport( \
|
D | asan_activation.cc | 94 VReport(1, "Deactivating ASan\n"); in AsanDeactivate() 121 VReport(1, "Activating ASan\n"); in AsanActivate()
|
D | asan_poisoning.cc | 318 VReport(1, "poisoning: %p %zx\n", (void *)addr, size); in __asan_poison_stack_memory() 323 VReport(1, "unpoisoning: %p %zx\n", (void *)addr, size); in __asan_unpoison_stack_memory()
|
D | asan_mac.cc | 161 VReport(2, in asan_dispatch_call_block_and_release()
|
D | asan_fake_stack.cc | 58 VReport(1, "T%d: FakeStack created: %p -- %p stack_size_log: %zd; " in Create()
|
D | asan_rtl.cc | 573 VReport(1, "AddressSanitizer Init done\n"); in AsanInitInternal()
|
D | asan_interceptors.cc | 803 VReport(1, "AddressSanitizer: libc interceptors initialized\n"); in InitializeAsanInterceptors()
|
/external/compiler-rt/lib/lsan/ |
D | lsan_common_linux.cc | 47 VReport(1, "LeakSanitizer: Multiple modules match \"%s\". " in InitializePlatformSpecificModules() 54 VReport(1, "LeakSanitizer: Dynamic linker not found. " in InitializePlatformSpecificModules()
|
D | lsan_common.cc | 675 VReport(1, "__lsan_ignore_object(): no heap object found at %p", p); in __lsan_ignore_object() 677 VReport(1, "__lsan_ignore_object(): " in __lsan_ignore_object() 680 VReport(1, "__lsan_ignore_object(): ignoring heap object at %p\n", p); in __lsan_ignore_object() 691 VReport(1, "Registered root region at %p of size %llu\n", begin, size); in __lsan_register_root_region() 708 VReport(1, "Unregistered root region at %p of size %llu\n", begin, size); in __lsan_unregister_root_region()
|
/external/compiler-rt/lib/esan/ |
D | esan_linux.cpp | 34 VReport(1, "The stack size limit is beyond the maximum supported.\n" in verifyAddressSpace()
|
D | working_set.cpp | 185 VReport(1, "%s: snapshot #%5d bit %d freq %4d: %8u\n", SanitizerToolName, in takeSample()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_platform_linux.cc | 239 VReport(1, "Program is run with unlimited stack size, which wouldn't " in InitializePlatform() 261 VReport(1, "WARNING: Program is run with randomized virtual address " in InitializePlatform()
|
/external/compiler-rt/lib/msan/ |
D | msan_interceptors.cc | 1268 VReport(1, "MemorySanitizer: failed to intercept '" #name "'\n"); \ 1274 VReport( \
|