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