| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_tls_get_addr.cpp | 41 VReport(2, "__tls_get_addr: DTLS_Deallocate %p\n", (void *)block); 63 VReport(2, "__tls_get_addr: DTLS_NextBlock %p %zd\n", (void *)&dtls, 69 VReport(2, "__tls_get_addr: DTLS_Find %p %zd\n", (void *)&dtls, id); 80 VReport(2, "__tls_get_addr: DTLS_Destroy %p\n", (void *)&dtls); 123 VReport(2, 130 VReport(2, "__tls_get_addr: glibc <=2.24 suspected; tls={0x%zx,0x%zx}\n", 135 VReport(2, "__tls_get_addr: static tls: 0x%zx\n", tls_beg); 141 VReport(2, "__tls_get_addr: glibc >=2.25 suspected; tls={0x%zx,0x%zx}\n", 144 VReport(2, "__tls_get_addr: Can't guess glibc version\n"); 155 VReport(2, "DTLS_on_libc_memalign: %p 0x%zx\n", ptr, size) [all...] |
| sanitizer_symbolizer_win.cpp | 209 VReport(2, "WARNING: %s CreatePipe failed (error code: %d)\n", 217 VReport(2, "WARNING: %s SetHandleInformation failed (error code: %d)\n", 236 VReport(3, "Launching symbolizer command: %s\n", command_line.data()); 256 VReport(2, "WARNING: %s failed to create process for %s (error code: %d)\n", 277 VReport(2, "Symbolizer is disabled.\n"); 294 VReport(2, "External symbolizer is explicitly disabled.\n"); 296 VReport(2, "Using llvm-symbolizer at %spath: %s\n", 301 VReport(2, "External symbolizer is not present.\n");
|
| sanitizer_symbolizer_posix_libcdep.cpp | 427 VReport(2, "External symbolizer is explicitly disabled.\n"); 431 VReport(2, "Using llvm-symbolizer at user-specified path: %s\n", path); 435 VReport(2, "Using atos at user-specified path: %s\n", path); 442 VReport(2, "Using addr2line at user-specified path: %s\n", path); 455 VReport(2, "Using atos found at: %s\n", found_path); 460 VReport(2, "Using llvm-symbolizer found at: %s\n", found_path); 465 VReport(2, "Using addr2line found at: %s\n", found_path); 475 VReport(2, "Symbolizer is disabled.\n"); 479 VReport(2, "Cannot use internal symbolizer: out of memory\n"); 481 VReport(2, "Using internal symbolizer.\n") [all...] |
| sanitizer_stoptheworld_netbsd_libcdep.cpp | 99 VReport(2, "Detached from process %d.\n", pid_); 101 VReport(1, "Could not detach from process %d (errno %d).\n", pid_, pterrno); 121 VReport(2, "Attached to process %d.\n", pid_); 137 VReport(2, "Appended thread %d in process %d.\n", pl.pl_lwpid, pid_); 218 VReport(1, "Failed suspending threads.\n"); 293 VReport(1, "Failed spawning a tracer thread (errno %d).\n", local_errno); 309 VReport(1, "Waiting on the tracer thread failed (errno %d).\n", 346 VReport(1,
|
| sanitizer_stoptheworld_linux_libcdep.cpp | 149 VReport(1, "Could not attach to thread %zu (errno %d).\n", (uptr)tid, 153 VReport(2, "Attached to thread %zu.\n", (uptr)tid); 171 VReport(1, "Waiting on thread %zu failed, detaching (errno %d).\n", 194 VReport(2, "Detached from thread %d.\n", tid); 199 VReport(1, "Could not detach from thread %d (errno %d).\n", tid, pterrno); 318 VReport(1, "Failed suspending threads.\n"); 440 VReport(1, "Failed spawning a tracer thread (errno %d).\n", local_errno); 466 VReport(1, "Waiting on the tracer thread failed (errno %d).\n", 584 VReport(1, "Could not get regset %p from thread %d (errno %d).\n", 611 VReport(1, "Could not get registers from thread %d (errno %d).\n", tid [all...] |
| sanitizer_stoptheworld_mac.cpp | 61 VReport(1, "Failed to get threads for task (errno %d).\n", err); 141 VReport(1, "Error - unable to get thread ident for a thread\n"); 156 VReport(1, "Error - unable to get registers for a thread\n");
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_tls_get_addr.cpp | 47 VReport(2, "__tls_get_addr: DTLS_Deallocate %p\n", (void *)block); 69 VReport(2, "__tls_get_addr: DTLS_NextBlock %p %zd\n", (void *)&dtls, 75 VReport(2, "__tls_get_addr: DTLS_Find %p %zd\n", (void *)&dtls, id); 86 VReport(2, "__tls_get_addr: DTLS_Destroy %p\n", (void *)&dtls); 121 VReport(2, 128 VReport(2, "__tls_get_addr: glibc <=2.18 suspected; tls={0x%zx,0x%zx}\n", 133 VReport(2, "__tls_get_addr: static tls: 0x%zx\n", tls_beg); 140 VReport(2, "__tls_get_addr: glibc >=2.19 suspected; tls={0x%zx 0x%zx}\n", 143 VReport(2, "__tls_get_addr: Can't guess glibc version\n"); 154 VReport(2, "DTLS_on_libc_memalign: %p 0x%zx\n", ptr, size) [all...] |
| sanitizer_symbolizer_posix_libcdep.cpp | 413 VReport(2, "External symbolizer is explicitly disabled.\n"); 417 VReport(2, "Using llvm-symbolizer at user-specified path: %s\n", path); 421 VReport(2, "Using atos at user-specified path: %s\n", path); 428 VReport(2, "Using addr2line at user-specified path: %s\n", path); 441 VReport(2, "Using atos found at: %s\n", found_path); 446 VReport(2, "Using llvm-symbolizer found at: %s\n", found_path); 451 VReport(2, "Using addr2line found at: %s\n", found_path); 461 VReport(2, "Symbolizer is disabled.\n"); 465 VReport(2, "Cannot use internal symbolizer: out of memory\n"); 467 VReport(2, "Using internal symbolizer.\n") [all...] |
| sanitizer_symbolizer_win.cpp | 211 VReport(2, "WARNING: %s CreatePipe failed (error code: %d)\n", 219 VReport(2, "WARNING: %s SetHandleInformation failed (error code: %d)\n", 240 VReport(3, "Launching symbolizer command: %s\n", command_line.data()); 260 VReport(2, "WARNING: %s failed to create process for %s (error code: %d)\n", 281 VReport(2, "Symbolizer is disabled.\n"); 297 VReport(2, "Using llvm-symbolizer at %spath: %s\n", 302 VReport(2, "External symbolizer is explicitly disabled.\n"); 304 VReport(2, "External symbolizer is not present.\n");
|
| sanitizer_stoptheworld_netbsd_libcdep.cpp | 99 VReport(2, "Detached from process %d.\n", pid_); 101 VReport(1, "Could not detach from process %d (errno %d).\n", pid_, pterrno); 121 VReport(2, "Attached to process %d.\n", pid_); 137 VReport(2, "Appended thread %d in process %d.\n", pl.pl_lwpid, pid_); 218 VReport(1, "Failed suspending threads.\n"); 293 VReport(1, "Failed spawning a tracer thread (errno %d).\n", local_errno); 309 VReport(1, "Waiting on the tracer thread failed (errno %d).\n", 346 VReport(1,
|
| sanitizer_stoptheworld_linux_libcdep.cpp | 148 VReport(1, "Could not attach to thread %zu (errno %d).\n", (uptr)tid, 152 VReport(2, "Attached to thread %zu.\n", (uptr)tid); 170 VReport(1, "Waiting on thread %zu failed, detaching (errno %d).\n", 193 VReport(2, "Detached from thread %d.\n", tid); 198 VReport(1, "Could not detach from thread %d (errno %d).\n", tid, pterrno); 317 VReport(1, "Failed suspending threads.\n"); 439 VReport(1, "Failed spawning a tracer thread (errno %d).\n", local_errno); 465 VReport(1, "Waiting on the tracer thread failed (errno %d).\n", 577 VReport(1, "Could not get regset %p from thread %d (errno %d).\n", 604 VReport(1, "Could not get registers from thread %d (errno %d).\n", tid [all...] |
| sanitizer_stoptheworld_mac.cpp | 61 VReport(1, "Failed to get threads for task (errno %d).\n", err); 138 VReport(1, "Error - unable to get thread ident for a thread\n"); 153 VReport(1, "Error - unable to get registers for a thread\n");
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_tls_get_addr.cc | 48 VReport(2, "__tls_get_addr: DTLS_Deallocate %p %zd\n", dtv, size); 61 VReport(2, "__tls_get_addr: DTLS_Resize %p %zd\n", &dtls, num_live_dtls); 75 VReport(2, "__tls_get_addr: DTLS_Destroy %p %zd\n", &dtls, dtls.dtv_size); 100 VReport(2, "__tls_get_addr: %p {%p,%p} => %p; tls_beg: %p; sp: %p " 106 VReport(2, "__tls_get_addr: glibc <=2.18 suspected; tls={%p,%p}\n", 111 VReport(2, "__tls_get_addr: static tls: %p\n", tls_beg); 118 VReport(2, "__tls_get_addr: glibc >=2.19 suspected; tls={%p %p}\n", 121 VReport(2, "__tls_get_addr: Can't guess glibc version\n"); 132 VReport(2, "DTLS_on_libc_memalign: %p %p\n", ptr, size);
|
| sanitizer_symbolizer_win.cc | 208 VReport(2, "WARNING: %s CreatePipe failed (error code: %d)\n", 216 VReport(2, "WARNING: %s SetHandleInformation failed (error code: %d)\n", 237 VReport(3, "Launching symbolizer command: %s\n", command_line.data()); 257 VReport(2, "WARNING: %s failed to create process for %s (error code: %d)\n", 278 VReport(2, "Symbolizer is disabled.\n"); 287 VReport(2, "Using llvm-symbolizer at %spath: %s\n", 292 VReport(2, "External symbolizer is explicitly disabled.\n"); 294 VReport(2, "External symbolizer is not present.\n");
|
| sanitizer_symbolizer_posix_libcdep.cc | 453 VReport(2, "External symbolizer is explicitly disabled.\n"); 456 VReport(2, "Using llvm-symbolizer at user-specified path: %s\n", path); 460 VReport(2, "Using atos at user-specified path: %s\n", path); 467 VReport(2, "Using addr2line at user-specified path: %s\n", path); 480 VReport(2, "Using atos found at: %s\n", found_path); 485 VReport(2, "Using llvm-symbolizer found at: %s\n", found_path); 490 VReport(2, "Using addr2line found at: %s\n", found_path); 500 VReport(2, "Symbolizer is disabled.\n"); 504 VReport(2, "Cannot use internal symbolizer: out of memory\n"); 506 VReport(2, "Using internal symbolizer.\n") [all...] |
| sanitizer_stoptheworld_linux_libcdep.cc | 149 VReport(1, "Could not attach to thread %zu (errno %d).\n", (uptr)tid, 153 VReport(2, "Attached to thread %zu.\n", (uptr)tid); 171 VReport(1, "Waiting on thread %zu failed, detaching (errno %d).\n", 194 VReport(2, "Detached from thread %d.\n", tid); 199 VReport(1, "Could not detach from thread %d (errno %d).\n", tid, pterrno); 317 VReport(1, "Failed suspending threads.\n"); 439 VReport(1, "Failed spawning a tracer thread (errno %d).\n", local_errno); 465 VReport(1, "Waiting on the tracer thread failed (errno %d).\n", 552 VReport(1, "Could not get registers from thread %d (errno %d).\n", tid,
|
| sanitizer_stoptheworld_mac.cc | 62 VReport(1, "Failed to get threads for task (errno %d).\n", err); 138 VReport(1, "Error - unable to get thread ident for a thread\n"); 153 VReport(1, "Error - unable to get registers for a thread\n");
|
| sanitizer_libignore.cc | 76 VReport(1, 109 VReport(1, "Adding instrumented range %p-%p from library '%s'\n",
|
| sanitizer_unwind_linux_libcdep.cc | 59 VReport(1, 72 VReport(1,
|
| /src/external/gpl3/gcc/dist/libsanitizer/asan/ |
| asan_interceptors.h | 151 VReport(1, "AddressSanitizer: failed to intercept '%s'\n", #name); \ 156 VReport(1, "AddressSanitizer: failed to intercept '%s@@%s'\n", \ 162 VReport(1, \
|
| asan_activation.cpp | 98 VReport(1, "Deactivating ASan\n"); 126 VReport(1, "Activating ASan\n");
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
| asan_interceptors.h | 145 VReport(1, "AddressSanitizer: failed to intercept '%s'\n", #name); \ 150 VReport(1, "AddressSanitizer: failed to intercept '%s@@%s'\n", \ 156 VReport(1, \
|
| /src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
| asan_interceptors.h | 120 VReport(1, "AddressSanitizer: failed to intercept '" #name "'\n"); \ 125 VReport( \
|
| asan_activation.cc | 99 VReport(1, "Deactivating ASan\n"); 127 VReport(1, "Activating ASan\n");
|
| /src/sys/external/bsd/compiler_rt/dist/lib/lsan/ |
| lsan_common_linux.cc | 64 VReport(1, "LeakSanitizer: Multiple modules match \"%s\". " 73 VReport(1, "LeakSanitizer: Dynamic linker not found. TLS and other "
|