| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
| H A D | tsan_report.cpp | 109 Printf(" [failed to restore the stack]\n\n"); in PrintStack() 119 Printf("%s\n", res.data()); in PrintStack() 121 Printf("\n"); in PrintStack() 127 Printf(" (mutexes:"); in PrintMutexSet() 129 Printf(" %s M%llu", m.write ? "write" : "read", m.id); in PrintMutexSet() 130 Printf(i == mset.Size() - 1 ? ")" : ","); in PrintMutexSet() 149 Printf("%s", d.Access()); in PrintMop() 151 Printf(" %s of size %d at %p by %s", in PrintMop() 158 Printf(" %s access of %s at %p by %s", in PrintMop() 163 Printf(":\n"); in PrintMop() [all …]
|
| H A D | tsan_platform_posix.cpp | 38 Printf(kShadowMemoryMappingWarning, SanitizerToolName, addr, addr + size, in DontDumpShadow() 40 Printf(kShadowMemoryMappingHint, "MADV_DONTDUMP", "use_madv_dontdump"); in DontDumpShadow() 49 Printf("FATAL: ThreadSanitizer can not mmap the shadow memory\n"); in InitializeShadowMemory() 50 Printf("FATAL: Make sure to compile with -fPIE and to link with -pie.\n"); in InitializeShadowMemory() 66 Printf("FATAL: ThreadSanitizer can not mmap the shadow memory\n"); in InitializeShadowMemory() 67 Printf("FATAL: Make sure to compile with -fPIE and to link with -pie.\n"); in InitializeShadowMemory() 91 Printf("FATAL: ThreadSanitizer can not protect [%zx,%zx]\n", beg, end); in ProtectRange() 92 Printf("FATAL: Make sure you are not using unlimited stack\n"); in ProtectRange() 108 Printf("FATAL: ThreadSanitizer: unexpected memory mapping 0x%zx-0x%zx\n", in CheckAndProtect()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
| H A D | tsan_report.cc | 123 Printf(" [failed to restore the stack]\n\n"); in PrintStack() 132 Printf("%s\n", res.data()); in PrintStack() 134 Printf("\n"); in PrintStack() 140 Printf(" (mutexes:"); in PrintMutexSet() 142 Printf(" %s M%llu", m.write ? "write" : "read", m.id); in PrintMutexSet() 143 Printf(i == mset.Size() - 1 ? ")" : ","); in PrintMutexSet() 162 Printf("%s", d.Access()); in PrintMop() 164 Printf(" %s of size %d at %p by %s", in PrintMop() 171 Printf(" %s access of %s at %p by %s", in PrintMop() 176 Printf(":\n"); in PrintMop() [all …]
|
| H A D | tsan_platform_posix.cc | 36 Printf(kShadowMemoryMappingWarning, SanitizerToolName, addr, addr + size, in NoHugePagesInShadow() 38 Printf(kShadowMemoryMappingHint, "MADV_NOHUGEPAGE", in NoHugePagesInShadow() 47 Printf(kShadowMemoryMappingWarning, SanitizerToolName, addr, addr + size, in DontDumpShadow() 49 Printf(kShadowMemoryMappingHint, "MADV_DONTDUMP", "use_madv_dontdump"); in DontDumpShadow() 58 Printf("FATAL: ThreadSanitizer can not mmap the shadow memory\n"); in InitializeShadowMemory() 59 Printf("FATAL: Make sure to compile with -fPIE and to link with -pie.\n"); in InitializeShadowMemory() 112 Printf("FATAL: ThreadSanitizer can not mmap the shadow memory\n"); in InitializeShadowMemory() 113 Printf("FATAL: Make sure to compile with -fPIE and to link with -pie.\n"); in InitializeShadowMemory() 129 Printf("FATAL: ThreadSanitizer can not protect [%zx,%zx]\n", beg, end); in ProtectRange() 130 Printf("FATAL: Make sure you are not using unlimited stack\n"); in ProtectRange() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
| H A D | tsan_report.cc | 121 Printf(" [failed to restore the stack]\n\n"); in PrintStack() 130 Printf("%s\n", res.data()); in PrintStack() 132 Printf("\n"); in PrintStack() 138 Printf(" (mutexes:"); in PrintMutexSet() 140 Printf(" %s M%llu", m.write ? "write" : "read", m.id); in PrintMutexSet() 141 Printf(i == mset.Size() - 1 ? ")" : ","); in PrintMutexSet() 160 Printf("%s", d.Access()); in PrintMop() 162 Printf(" %s of size %d at %p by %s", in PrintMop() 169 Printf(" %s access of %s at %p by %s", in PrintMop() 174 Printf(":\n"); in PrintMop() [all …]
|
| H A D | tsan_platform_posix.cc | 34 Printf(kShadowMemoryMappingWarning, SanitizerToolName, addr, addr + size, in NoHugePagesInShadow() 36 Printf(kShadowMemoryMappingHint, "MADV_NOHUGEPAGE", in NoHugePagesInShadow() 45 Printf(kShadowMemoryMappingWarning, SanitizerToolName, addr, addr + size, in DontDumpShadow() 47 Printf(kShadowMemoryMappingHint, "MADV_DONTDUMP", "use_madv_dontdump"); in DontDumpShadow() 56 Printf("FATAL: ThreadSanitizer can not mmap the shadow memory\n"); in InitializeShadowMemory() 57 Printf("FATAL: Make sure to compile with -fPIE and to link with -pie.\n"); in InitializeShadowMemory() 110 Printf("FATAL: ThreadSanitizer can not mmap the shadow memory\n"); in InitializeShadowMemory() 111 Printf("FATAL: Make sure to compile with -fPIE and to link with -pie.\n"); in InitializeShadowMemory() 127 Printf("FATAL: ThreadSanitizer can not protect [%zx,%zx]\n", beg, end); in ProtectRange() 128 Printf("FATAL: Make sure you are not using unlimited stack\n"); in ProtectRange() [all …]
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/ |
| H A D | msan_report.cc | 44 Printf("%s", d.Origin()); in DescribeStackOrigin() 45 Printf( in DescribeStackOrigin() 67 Printf(" %sUninitialized value was stored to memory at%s\n", d.Origin(), in DescribeOrigin() 79 Printf(" %sUninitialized value was created by a heap allocation%s\n", in DescribeOrigin() 83 Printf(" %sUninitialized value was created by a heap deallocation%s\n", in DescribeOrigin() 87 Printf(" %sMemory was marked as uninitialized%s\n", d.Origin(), in DescribeOrigin() 91 Printf(" %sUninitialized value was created%s\n", d.Origin(), in DescribeOrigin() 105 Printf("%s", d.Warning()); in ReportUMR() 107 Printf("%s", d.Default()); in ReportUMR() 118 Printf("WARNING: Expected use of uninitialized value not found\n"); in ReportExpectedUMRNotFound() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/hwasan/ |
| H A D | hwasan_report.cpp | 212 Printf("Potentially referenced stack objects:\n"); in PrintStackAllocations() 215 Printf(" %s in %s %s:%d\n", local.name, local.function_name, in PrintStackAllocations() 228 Printf("Previously allocated frames:\n"); in PrintStackAllocations() 244 Printf("%s\n", frame_desc.data()); in PrintStackAllocations() 317 Printf("%s", d.Error()); in ShowHeapOrGlobalCandidate() 318 Printf("\nCause: heap-buffer-overflow\n"); in ShowHeapOrGlobalCandidate() 319 Printf("%s", d.Default()); in ShowHeapOrGlobalCandidate() 320 Printf("%s", d.Location()); in ShowHeapOrGlobalCandidate() 321 Printf("%p is located %zd bytes %s %zd-byte region [%p,%p)\n", in ShowHeapOrGlobalCandidate() 324 Printf("%s", d.Allocation()); in ShowHeapOrGlobalCandidate() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/ |
| H A D | arm-ldmstm.ml | 76 Printf.sprintf "(match_dup %d)" (nregs + 1) 78 Printf.sprintf ("(match_operand:SI %d \"s_register_operand\" \"%s%s\")") 86 Printf.printf "%s" (if first then " [" else indent); 87 Printf.printf "(set (match_operand:SI %d \"%s\" \"\")\n" opnr (reg_predicate thumb); 88 Printf.printf "%s (mem:SI " indent; 89 begin if offset != 0 then Printf.printf "(plus:SI " end; 90 Printf.printf "%s" (destreg nregs first IN thumb); 91 begin if offset != 0 then Printf.printf "\n%s (const_int %d))" indent offset end; 92 Printf.printf "))" 96 Printf.printf "%s" (if first then " [" else indent); [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/ |
| H A D | arm-ldmstm.ml | 76 Printf.sprintf "(match_dup %d)" (nregs + 1) 78 Printf.sprintf ("(match_operand:SI %d \"s_register_operand\" \"%s%s\")") 86 Printf.printf "%s" (if first then " [" else indent); 87 Printf.printf "(set (match_operand:SI %d \"%s\" \"\")\n" opnr (reg_predicate thumb); 88 Printf.printf "%s (mem:SI " indent; 89 begin if offset != 0 then Printf.printf "(plus:SI " end; 90 Printf.printf "%s" (destreg nregs first IN thumb); 91 begin if offset != 0 then Printf.printf "\n%s (const_int %d))" indent offset end; 92 Printf.printf "))" 96 Printf.printf "%s" (if first then " [" else indent); [all …]
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
| H A D | asan_errors.cc | 48 Printf("%s", d.Error()); in Print() 53 Printf("%s", d.Default()); in Print() 64 Printf("%s", d.Error()); in Print() 69 Printf("%s object passed to delete has wrong type:\n", d.Default()); in Print() 71 Printf( in Print() 86 Printf( in Print() 105 Printf("%s", d.Error()); in Print() 110 Printf("%s", d.Default()); in Print() 126 Printf("%s", d.Error()); in Print() 130 Printf("%s", d.Default()); in Print() [all …]
|
| H A D | asan_rtl.cc | 308 Printf("AddressSanitizer exit stats:\n"); in asan_atexit() 313 Printf("asan_mapping.h:%zd -- %zd\n", i, AsanMappingProfile[i]); in asan_atexit() 331 Printf("|| `[%p, %p]` || HighMem ||\n", in PrintAddressSpaceLayout() 333 Printf("|| `[%p, %p]` || HighShadow ||\n", in PrintAddressSpaceLayout() 337 Printf("|| `[%p, %p]` || ShadowGap3 ||\n", in PrintAddressSpaceLayout() 339 Printf("|| `[%p, %p]` || MidMem ||\n", in PrintAddressSpaceLayout() 341 Printf("|| `[%p, %p]` || ShadowGap2 ||\n", in PrintAddressSpaceLayout() 343 Printf("|| `[%p, %p]` || MidShadow ||\n", in PrintAddressSpaceLayout() 346 Printf("|| `[%p, %p]` || ShadowGap ||\n", in PrintAddressSpaceLayout() 349 Printf("|| `[%p, %p]` || LowShadow ||\n", in PrintAddressSpaceLayout() [all …]
|
| H A D | asan_descriptions.cc | 56 Printf("%s", str.data()); in DescribeThread() 61 Printf("%s", str.data()); in DescribeThread() 154 Printf("%s", str.data()); in PrintHeapChunkAccess() 185 Printf( in DescribeAddressIfHeap() 267 Printf("%s", str.data()); in PrintAccessAndVarIntersection() 300 Printf("%s", str.data()); in DescribeAddressRelativeToGlobal() 323 Printf("Address %p is located in the %s area.\n", addr, ShadowNames[kind]); in Print() 332 Printf(" registered at:\n"); in Print() 360 Printf("%s", d.Location()); in Print() 361 Printf("Address %p is located in stack of thread %s", addr, in Print() [all …]
|
| H A D | asan_stats.cc | 35 Printf("%s", prefix); in PrintMallocStatsArray() 38 Printf("%zu:%zu; ", i, array[i]); in PrintMallocStatsArray() 40 Printf("\n"); in PrintMallocStatsArray() 44 Printf("Stats: %zuM malloced (%zuM for red zones) by %zu calls\n", in Print() 46 Printf("Stats: %zuM realloced by %zu calls\n", realloced>>20, reallocs); in Print() 47 Printf("Stats: %zuM freed by %zu calls\n", freed>>20, frees); in Print() 48 Printf("Stats: %zuM really freed by %zu calls\n", in Print() 50 Printf("Stats: %zuM (%zuM-%zuM) mmaped; %zu maps, %zu unmaps\n", in Print() 55 Printf("Stats: malloc large: %zu\n", malloc_large); in Print() 129 Printf("Stats: StackDepot: %zd ids; %zdM allocated\n", in PrintAccumulatedStats()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
| H A D | asan_errors.cc | 46 Printf("%s", d.Error()); in Print() 51 Printf("%s", d.Default()); in Print() 62 Printf("%s", d.Error()); in Print() 67 Printf("%s object passed to delete has wrong type:\n", d.Default()); in Print() 69 Printf( in Print() 84 Printf( in Print() 103 Printf("%s", d.Error()); in Print() 108 Printf("%s", d.Default()); in Print() 124 Printf("%s", d.Error()); in Print() 128 Printf("%s", d.Default()); in Print() [all …]
|
| H A D | asan_rtl.cc | 306 Printf("AddressSanitizer exit stats:\n"); in asan_atexit() 311 Printf("asan_mapping.h:%zd -- %zd\n", i, AsanMappingProfile[i]); in asan_atexit() 329 Printf("|| `[%p, %p]` || HighMem ||\n", in PrintAddressSpaceLayout() 331 Printf("|| `[%p, %p]` || HighShadow ||\n", in PrintAddressSpaceLayout() 335 Printf("|| `[%p, %p]` || ShadowGap3 ||\n", in PrintAddressSpaceLayout() 337 Printf("|| `[%p, %p]` || MidMem ||\n", in PrintAddressSpaceLayout() 339 Printf("|| `[%p, %p]` || ShadowGap2 ||\n", in PrintAddressSpaceLayout() 341 Printf("|| `[%p, %p]` || MidShadow ||\n", in PrintAddressSpaceLayout() 344 Printf("|| `[%p, %p]` || ShadowGap ||\n", in PrintAddressSpaceLayout() 347 Printf("|| `[%p, %p]` || LowShadow ||\n", in PrintAddressSpaceLayout() [all …]
|
| H A D | asan_descriptions.cc | 54 Printf("%s", str.data()); in DescribeThread() 59 Printf("%s", str.data()); in DescribeThread() 152 Printf("%s", str.data()); in PrintHeapChunkAccess() 183 Printf( in DescribeAddressIfHeap() 265 Printf("%s", str.data()); in PrintAccessAndVarIntersection() 298 Printf("%s", str.data()); in DescribeAddressRelativeToGlobal() 321 Printf("Address %p is located in the %s area.\n", addr, ShadowNames[kind]); in Print() 330 Printf(" registered at:\n"); in Print() 358 Printf("%s", d.Location()); in Print() 359 Printf("Address %p is located in stack of thread %s", addr, in Print() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/ |
| H A D | asan_errors.cpp | 48 Printf("%s", d.Error()); in Print() 52 Printf("%s", d.Default()); in Print() 63 Printf("%s", d.Error()); in Print() 67 Printf("%s object passed to delete has wrong type:\n", d.Default()); in Print() 69 Printf( in Print() 84 Printf( in Print() 103 Printf("%s", d.Error()); in Print() 108 Printf("%s", d.Default()); in Print() 124 Printf("%s", d.Error()); in Print() 128 Printf("%s", d.Default()); in Print() [all …]
|
| H A D | asan_rtl.cpp | 302 Printf("AddressSanitizer exit stats:\n"); in asan_atexit() 307 Printf("asan_mapping.h:%zd -- %zd\n", i, AsanMappingProfile[i]); in asan_atexit() 323 Printf("|| `[%p, %p]` || HighMem ||\n", in PrintAddressSpaceLayout() 325 Printf("|| `[%p, %p]` || HighShadow ||\n", in PrintAddressSpaceLayout() 329 Printf("|| `[%p, %p]` || ShadowGap3 ||\n", in PrintAddressSpaceLayout() 331 Printf("|| `[%p, %p]` || MidMem ||\n", in PrintAddressSpaceLayout() 333 Printf("|| `[%p, %p]` || ShadowGap2 ||\n", in PrintAddressSpaceLayout() 335 Printf("|| `[%p, %p]` || MidShadow ||\n", in PrintAddressSpaceLayout() 338 Printf("|| `[%p, %p]` || ShadowGap ||\n", in PrintAddressSpaceLayout() 341 Printf("|| `[%p, %p]` || LowShadow ||\n", in PrintAddressSpaceLayout() [all …]
|
| H A D | asan_descriptions.cpp | 55 Printf("%s", str.data()); in DescribeThread() 60 Printf("%s", str.data()); in DescribeThread() 152 Printf("%s", str.data()); in PrintHeapChunkAccess() 183 Printf( in DescribeAddressIfHeap() 265 Printf("%s", str.data()); in PrintAccessAndVarIntersection() 298 Printf("%s", str.data()); in DescribeAddressRelativeToGlobal() 321 Printf("Address %p is located in the %s area.\n", (void *)addr, in Print() 331 Printf(" registered at:\n"); in Print() 359 Printf("%s", d.Location()); in Print() 360 Printf("Address %p is located in stack of thread %s", (void *)addr, in Print() [all …]
|
| H A D | asan_stats.cpp | 34 Printf("%s", prefix); in PrintMallocStatsArray() 37 Printf("%zu:%zu; ", i, array[i]); in PrintMallocStatsArray() 39 Printf("\n"); in PrintMallocStatsArray() 43 Printf("Stats: %zuM malloced (%zuM for red zones) by %zu calls\n", in Print() 45 Printf("Stats: %zuM realloced by %zu calls\n", realloced>>20, reallocs); in Print() 46 Printf("Stats: %zuM freed by %zu calls\n", freed>>20, frees); in Print() 47 Printf("Stats: %zuM really freed by %zu calls\n", in Print() 49 Printf("Stats: %zuM (%zuM-%zuM) mmaped; %zu maps, %zu unmaps\n", in Print() 54 Printf("Stats: malloc large: %zu\n", malloc_large); in Print() 128 Printf("Stats: StackDepot: %zd ids; %zdM allocated\n", in PrintAccumulatedStats()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/ |
| H A D | FuzzerLoop.cpp | 57 Printf("MallocFreeTracer: START\n"); in Start() 64 Printf("MallocFreeTracer: STOP %zd %zd (%s)\n", Mallocs.load(), in Stop() 108 Printf("MALLOC[%zd] %p %zd\n", N, ptr, size); in MallocHook() 121 Printf("FREE[%zd] %p\n", N, ptr); in FreeHook() 131 Printf("==%d== ERROR: libFuzzer: out-of-memory (malloc(%zd))\n", GetPid(), in HandleMalloc() 133 Printf(" To change the out-of-memory limit use -rss_limit_mb=<N>\n\n"); in HandleMalloc() 136 Printf("SUMMARY: libFuzzer: out-of-memory\n"); in HandleMalloc() 186 Printf("; base unit: %s\n", Sha1ToString(BaseSha1).c_str()); in DumpCurrentUnit() 225 Printf("INFO: signal received, trying to exit gracefully\n"); in StaticGracefulExitCallback() 229 Printf("==%lu== ERROR: libFuzzer: file size exceeded\n", GetPid()); in StaticFileSizeExceedCallback() [all …]
|
| H A D | FuzzerDriver.cpp | 82 Printf("Usage:\n"); in PrintHelp() 84 Printf("\nTo run fuzzing pass 0 or more directories.\n"); in PrintHelp() 85 Printf("%s [-flag1=val1 [-flag2=val2 ...] ] [dir1 [dir2 ...] ]\n", Prog); in PrintHelp() 87 Printf("\nTo run individual tests without fuzzing pass 1 or more files:\n"); in PrintHelp() 88 Printf("%s [-flag1=val1 [-flag2=val2 ...] ] file1 [file2 ...]\n", Prog); in PrintHelp() 90 Printf("\nFlags: (strictly in form -flag=value)\n"); in PrintHelp() 98 Printf(" %s", D.Name); in PrintHelp() 100 Printf(" "); in PrintHelp() 101 Printf("\t"); in PrintHelp() 102 Printf("%d\t%s\n", D.Default, D.Description); in PrintHelp() [all …]
|
| H A D | FuzzerCorpus.h | 94 Printf("ADD_TO_CORPUS %zd NF %zd\n", Inputs.size(), NumFeatures); in AddToCorpus() 125 Printf("%c", C); in PrintUnit() 132 Printf("{"); in PrintFeatureSet() 134 Printf("%u,", Feature); in PrintFeatureSet() 135 Printf("}"); in PrintFeatureSet() 141 Printf("======= CORPUS:\n"); in PrintCorpus() 145 Printf("[%2d] ", i); in PrintCorpus() 146 Printf("%s sz=%zd ", Sha1ToString(II->Sha1).c_str(), II->U.size()); in PrintCorpus() 148 Printf(" "); in PrintCorpus() 150 Printf("\n"); in PrintCorpus() [all …]
|
| H A D | FuzzerMerge.cpp | 33 Printf("MERGE: failed to parse the control file (unexpected error)\n"); in ParseOrExit() 210 Printf("MERGE-INNER: using the control file '%s'\n", CFPath.c_str()); in CrashResistantMergeInternalStep() 216 Printf("MERGE-INNER: '%s' caused a failure at the previous merge step\n", in CrashResistantMergeInternalStep() 219 Printf("MERGE-INNER: %zd total files;" in CrashResistantMergeInternalStep() 272 Printf("MERGE-OUTER: failed to write to the control file: %s\n", in WriteNewControlFile() 285 Printf("Merge requires two or more corpus dirs\n"); in CrashResistantMerge() 296 Printf("MERGE-OUTER: non-empty control file provided: '%s'\n", in CrashResistantMerge() 301 Printf("MERGE-OUTER: control file ok, %zd files total," in CrashResistantMerge() 305 Printf("MERGE-OUTER: '%s' will be skipped as unlucky " in CrashResistantMerge() 309 Printf("MERGE-OUTER: nothing to do, merge has been completed before\n"); in CrashResistantMerge() [all …]
|