/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
sanitizer_allocator_report.cc | 47 ScopedAllocatorErrorReport report("calloc-overflow", stack); local in function:__sanitizer::ReportCallocOverflow 48 Report("ERROR: %s: calloc parameters overflow: count * size (%zd * %zd) " 57 ScopedAllocatorErrorReport report("pvalloc-overflow", stack); local in function:__sanitizer::ReportPvallocOverflow 58 Report("ERROR: %s: pvalloc parameters overflow: size 0x%zx rounded up to " 68 ScopedAllocatorErrorReport report("invalid-allocation-alignment", stack); local in function:__sanitizer::ReportInvalidAllocationAlignment 69 Report("ERROR: %s: invalid allocation alignment: %zd, alignment must be a " 78 ScopedAllocatorErrorReport report("invalid-aligned-alloc-alignment", stack); local in function:__sanitizer::ReportInvalidAlignedAllocAlignment 80 Report("ERROR: %s: invalid alignment requested in " 85 Report("ERROR: %s: invalid alignment requested in aligned_alloc: %zd, " 96 ScopedAllocatorErrorReport report("invalid-posix-memalign-alignment" local in function:__sanitizer::ReportInvalidPosixMemalignAlignment 109 ScopedAllocatorErrorReport report("allocation-size-too-big", stack); local in function:__sanitizer::ReportAllocationSizeTooBig 118 ScopedAllocatorErrorReport report("out-of-memory", stack); local in function:__sanitizer::ReportOutOfMemory [all...] |
sanitizer_symbolizer_report.cc | 82 // Currently, we include the first stack frame into the report summary. 112 Report("WARNING: %s: writable-executable page usage\n", SanitizerToolName); 135 Report("Hint: PC is at a non-executable region. Maybe a wild jump?\n"); 160 Report("%s", str.data()); 174 Report("ERROR: %s: %s on address %p (pc %p bp %p sp %p T%d)\n", 192 Report("ERROR: %s: %s on unknown address %p (pc %p bp %p sp %p T%d)\n", 197 Report("Hint: pc points to the zero page.\n"); 203 Report("The signal is caused by a %s memory access.\n", access_type); 205 Report("Hint: address points to the zero page.\n"); 235 Report("ABORTING\n") [all...] |
sanitizer_symbolizer_win.cc | 93 Report("*** WARNING: Failed to initialize DbgHelp! ***\n"); 94 Report("*** Most likely this means that the app is already ***\n"); 95 Report("*** using DbgHelp, possibly with incompatible flags. ***\n"); 96 Report("*** Due to technical reasons, symbolization might crash ***\n"); 97 Report("*** or produce wrong results. ***\n"); 110 Report("*** WARNING: Failed to SymGetSearchPathW ***\n"); 120 Report("*** WARNING: Failed to getting the EXE directory ***\n"); 129 Report("*** WARNING: Failed to SymSetSearchPathW\n");
|
sanitizer_libignore.cc | 28 Report("%s: too many ignored libraries (max: %d)\n", SanitizerToolName, 68 Report("%s: called_from_lib suppression '%s' is matched against" 92 Report("%s: library '%s' that was matched against called_from_lib"
|
sanitizer_common_libcdep.cc | 66 Report("%s: hard rss limit exhausted (%zdMb vs %zdMb)\n", 74 Report("%s: soft rss limit exhausted (%zdMb vs %zdMb)\n",
|
sanitizer_flag_parser.cc | 36 void Report() { 48 unknown_flags.Report();
|
sanitizer_termination.cc | 81 Report("Sanitizer CHECK failed: %s:%d %s (%lld, %lld)\n", file, line, cond,
|
/src/sys/external/bsd/compiler_rt/dist/lib/xray/ |
xray_utils.cc | 61 Report("Failed to resize VMO: %s\n", _zx_status_get_string(Status)); 69 Report("Failed to write: %s\n", _zx_status_get_string(Status)); 84 Report("XRay: cannot create VMO: %s\n", _zx_status_get_string(Status)); 93 Report("XRay: cannot get basic info about current process handle: %s\n", 109 Report("XRay: cannot duplicate VMO handle: %s\n", 120 Report("XRay: " FORMAT_DUMPFILE "\n", ProfileSinkName, VmoName); 144 Report("Failed to write; errno = %d\n", errno); 173 Report("XRay log file name too long (%d): %s\n", NeededLength, TmpFilename); 178 Report("XRay: Failed opening temporary file '%s'; not logging events.\n", 183 Report("XRay: Log file in '%s'\n", TmpFilename) [all...] |
xray_allocator.h | 47 Report("XRay Profiling: Failed to create VMO of size %zu: %s\n", 58 Report("XRay Profiling: Failed to map VMAR of size %zu: %s\n", sizeof(T), 69 Report( 98 Report("XRay Profiling: Failed to create VMO of size %zu: %s\n", S, 108 Report("XRay Profiling: Failed to map VMAR of size %zu: %s\n", S, 118 Report( 187 Report("XRay Profiling: Failed to allocate memory for allocator.\n"); 201 Report("XRay Profiling: Cannot obtain enough memory from "
|
xray_x86_64.cc | 41 Report("Read error; errno = %d\n", errno); 85 Report("Unable to determine CPU frequency for TSC accounting.\n"); 106 Report("Unable to determine CPU frequency for TSC accounting.\n"); 157 Report("XRay Entry trampoline (%p) too far from sled (%p)\n", 202 Report("XRay Exit trampoline (%p) too far from sled (%p)\n", 230 Report("XRay Tail Exit trampoline (%p) too far from sled (%p)\n", 340 Report("Missing rdtscp support.\n"); 346 Report("Unable to determine CPU frequency.\n");
|
xray_interface.cc | 117 Report("XRay: cannot change code protection: %s\n", 138 Report("XRay: cannot change code protection: %s\n", 173 Report("Unsupported sled kind '%d' @%04x\n", Sled.Address, int(Sled.Kind)); 204 Report("Invalid function id provided: %d\n", FuncId); 221 Report("Failed patching any sled for function '%d'.", FuncId); 282 Report("System page size is not a power of two: %lld\n", PageSize); 292 Report("Failed mprotect: %d\n", errno); 324 Report("Invalid function id provided: %d\n", FuncId); 332 Report("Provided page size is not a power of two: %lld\n", PageSize); 357 Report("Failed mprotect: %d\n", errno) [all...] |
xray_fdr_logging.cc | 199 Report( 284 Report("Not flushing log, implementation is not finalized.\n"); 293 Report("Not flushing log, implementation is still finalizing.\n"); 299 Report("Cannot flush when global buffer queue is null.\n"); 326 Report("XRay FDR: Not flushing to file, 'no_file_flush=true'.\n"); 394 Report("Cannot finalize log, implementation not initialized.\n"); 402 Report("Attempting to finalize an uninitialized global buffer!\n"); 436 Report("clock_gettime(2) return %d, errno=%d", result, int(errno)); 572 Report("Custom event size too large; truncating to %d.\n", 602 Report("Typed event size too large; truncating to %d.\n" [all...] |
xray_basic_logging.cc | 130 Report("Not initializing TLD since ThreadBufferSize == 0.\n"); 142 Report("Not initializing the ShadowStack since MaxStackDepth == 0.\n"); 312 Report("clock_gettimg(2) return %d, errno=%d.", result, int(errno)); 332 Report("clock_gettimg(2) return %d, errno=%d.", result, int(errno)); 349 Report("Cleaned up log for TID: %d\n", GetTid()); 354 Report("Skipping buffer for TID: %d; Offset = %llu\n", GetTid(), 380 Report("Basic logging already initialized.\n"); 394 Report("WARNING: Required CPU features missing for XRay instrumentation, " 448 Report("Basic logging already finalized.\n"); 476 Report("Cannot register XRay Basic Mode to 'xray-basic'; error = %d\n" [all...] |
xray_profiling.cc | 212 Report("Not flushing profiles, profiling not been finalized.\n"); 219 Report("Cannot finalize properly inside a signal handler!\n"); 231 Report("Not flushing profiles, implementation still flushing.\n"); 243 Report("profiling: No data to flush.\n"); 248 Report("profiling: Failed to flush to file, dropping data.\n"); 322 Report("Cannot finalize profile, the profiling is not initialized.\n"); 364 Report("Cannot initialize already initialised profiling " 399 Report("Failed to initialize preallocated memory buffers!"); 415 Report("Failed to initialize preallocated memory buffers; error: %s", 470 Report("XRay Profile flushed at exit.") [all...] |
xray_tsc.h | 72 Report("clock_gettime(2) returned %d, errno=%d.", result, int(errno));
|
/src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
asan_shadow_setup.cc | 35 Report( 77 Report( 86 Report("This might be related to ELF_ET_DYN_BASE change in Linux 4.12.\n"); 87 Report( 152 Report( 155 Report("ASan shadow was supposed to be located in the [%p-%p] range.\n",
|
asan_errors.cc | 49 Report( 65 Report( 98 Report( 106 Report( 127 Report("ERROR: AddressSanitizer: %s (%s vs %s) on %p\n", 137 Report( 145 Report( 158 Report( 171 Report( 184 Report( [all...] |
asan_flags.cc | 144 Report("%s: detect_leaks is not supported on this platform.\n", 171 Report("%s: please use either 'quarantine_size' (deprecated) or " 193 Report("%s: thread_local_quarantine_size_kb can be set to 0 only when " 198 Report("WARNING: strlen interceptor is enabled even though replace_str=0. " 202 Report("WARNING: strchr* interceptors are enabled even though " 206 Report("WARNING: strndup* interceptors are enabled even though "
|
asan_linux.cc | 96 Report( 185 Report("Your application is linked against incompatible ASan runtimes.\n"); 197 Report("ASan runtime does not come first in initial library list; " 222 Report("Your application is linked against "
|
asan_mac.cc | 78 Report("Unable to find a memory range for dynamic shadow.\n"); 79 Report( 92 Report("Unable to find a memory range after restricting VM.\n"); 232 Report(#dispatch_x_f "(): context: %p, pthread_self: %p\n", \ 250 Report("dispatch_after_f: %p\n", asan_ctxt); 263 Report("dispatch_group_async_f(): context: %p, pthread_self: %p\n",
|
asan_activation.cc | 81 Report( 139 Report("Activated with flags:\n");
|
asan_globals.cc | 86 Report( 92 Report(" location (%p): name=%s[%p], %d %d\n", g.location, 204 Report("The following global variable is not properly aligned.\n"); 205 Report("This may happen if another global with the same name\n"); 206 Report("resides in another non-instrumented module.\n"); 207 Report("Or the global comes from a C file built w/o -fno-common.\n"); 208 Report("In either case this is likely an ODR violation bug,\n"); 209 Report("but AddressSanitizer can not provide more details.\n"); 454 // FIXME: Optionally report that we're unpoisoning globals from a module.
|
/src/common/lib/libc/misc/ |
ubsan.c | 255 static void Report(bool isFatal, const char *pFormat, ...) __printflike(2, 3); 373 Report(isFatal, "UBSan: Undefined Behavior in %s, %s integer overflow: %s %s %s cannot be represented in type %s\n", 391 Report(isFatal, "UBSan: Undefined Behavior in %s, negation of %s cannot be represented in type %s\n", 407 Report(isFatal, "UBSan: Undefined Behavior in %s, calling __builtin_unreachable()\n", 425 Report(isFatal, "UBSan: Undefined Behavior in %s, %s null pointer of type %s\n", 428 Report(isFatal, "UBSan: Undefined Behavior in %s, %s misaligned address %p for type %s which requires %ld byte alignment\n", 431 Report(isFatal, "UBSan: Undefined Behavior in %s, %s address %p with insufficient space for an object of type %s\n", 450 Report(isFatal, "UBSan: Undefined Behavior in %s, variable length array bound value %s <= 0\n", 468 Report(isFatal, "UBSan: Undefined Behavior in %s, index %s is out of range for type %s\n", 489 Report(isFatal, "UBSan: Undefined Behavior in %s, shift exponent %s is negative\n" [all...] |
/src/sys/external/bsd/compiler_rt/dist/lib/lsan/ |
lsan_malloc_mac.cc | 53 Report("mz_realloc(%p) -- attempting to realloc unallocated memory.\n", ptr);
|
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
tsan_interceptors.h | 37 Report("FATAL: ThreadSanitizer: failed to intercept %s\n", #func); \
|