Home
last modified time | relevance | path

Searched refs:SanitizerToolName (Results 1 – 25 of 36) sorted by relevance

12

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_report.cpp48 "cannot be represented in type size_t\n", SanitizerToolName, count, in ReportCallocOverflow()
61 SanitizerToolName, count, size); in ReportReallocArrayOverflow()
71 SanitizerToolName, size, GetPageSizeCached()); in ReportPvallocOverflow()
81 "power of two\n", SanitizerToolName, alignment); in ReportInvalidAllocationAlignment()
94 SanitizerToolName, alignment, size); in ReportInvalidAlignedAllocAlignment()
98 SanitizerToolName, alignment, size); in ReportInvalidAlignedAllocAlignment()
113 SanitizerToolName, alignment, sizeof(void *)); in ReportInvalidPosixMemalignAlignment()
123 "supported size of 0x%zx\n", SanitizerToolName, user_size, max_size); in ReportAllocationSizeTooBig()
139 Report("ERROR: %s: allocator exceeded the RSS limit\n", SanitizerToolName); in ReportRssLimitExceeded()
H A Dsanitizer_common_libcdep.cpp28 VPrintf(1, "%s: Started BackgroundThread\n", SanitizerToolName); in BackgroundThread()
42 Printf("%s: RSS: %zdMb\n", SanitizerToolName, current_rss_mb); in BackgroundThread()
49 Printf("%s: StackDepot: %zd ids; %zdM allocated\n", SanitizerToolName, in BackgroundThread()
57 SanitizerToolName, hard_rss_limit_mb, current_rss_mb); in BackgroundThread()
65 SanitizerToolName, soft_rss_limit_mb, current_rss_mb); in BackgroundThread()
71 SanitizerToolName, soft_rss_limit_mb, current_rss_mb); in BackgroundThread()
91 VPrintf(1, "%s: internal_pthread_create undefined\n", SanitizerToolName); in MaybeStartBackgroudThread()
204 SanitizerToolName); in ProtectGap()
H A Dsanitizer_symbolizer_report.cpp164 Report("WARNING: %s: writable-executable page usage\n", SanitizerToolName); in ReportMmapWriteExec()
176 CatastrophicErrorWrite(SanitizerToolName, internal_strlen(SanitizerToolName)); in StartReportDeadlySignal()
227 SanitizerToolName, kDescription, (void *)sig.addr, (void *)sig.pc, in ReportStackOverflowImpl()
246 SanitizerToolName, description, (void *)sig.pc, (void *)sig.bp, in ReportDeadlySignalImpl()
250 SanitizerToolName, description, (void *)sig.addr, (void *)sig.pc, in ReportDeadlySignalImpl()
276 Printf("%s can not provide additional info.\n", SanitizerToolName); in ReportDeadlySignalImpl()
322 CatastrophicErrorWrite(SanitizerToolName, in Lock()
323 internal_strlen(SanitizerToolName)); in Lock()
H A Dsanitizer_libignore.cpp27 Report("%s: too many ignored libraries (max: %zu)\n", SanitizerToolName, in AddIgnoredLibrary()
69 SanitizerToolName, lib->templ, lib->name, mod.full_name()); in OnLibraryLoaded()
93 SanitizerToolName, lib->name, lib->templ); in OnLibraryLoaded()
H A Dsanitizer_suppressions.cpp77 SanitizerToolName, filename); in ParseFromFile()
83 Printf("%s: failed to read suppressions file '%s'\n", SanitizerToolName, in ParseFromFile()
141 Printf("%s: failed to parse suppressions.\n", SanitizerToolName); in Parse()
H A Dsanitizer_flag_parser.cpp59 Printf("Available flags for %s:\n", SanitizerToolName); in PrintFlagDescriptions()
70 Printf("%s: ERROR: %s\n", SanitizerToolName, err);
88 Printf("%s: ERROR: expected '=' in %s\n", SanitizerToolName, in parse_flag()
H A Dsanitizer_allocator.cpp82 "0x%zx bytes\n", SanitizerToolName, requested_size); in ReportInternalAllocatorOutOfMemory()
106 SanitizerToolName, count, size); in InternalReallocArray()
115 "cannot be represented in type size_t\n", SanitizerToolName, count, in InternalCalloc()
H A Dsanitizer_common.cpp25 const char *SanitizerToolName = "SanitizerTool"; variable
56 SanitizerToolName, mmap_type, size, size, mem_type, err); in ReportMmapFailureAndDie()
77 SanitizerToolName, size, size, addr, err); in ReportMunmapFailureAndDie()
119 alt_tool_name ? alt_tool_name : SanitizerToolName, in ReportErrorSummary()
H A Dsanitizer_stackdepot.cpp87 SanitizerToolName, diff >> 10, total_before >> 10, in CompressStackStore()
152 VPrintf(1, "%s: StackDepot compression thread started\n", SanitizerToolName); in Run()
154 VPrintf(1, "%s: StackDepot compression thread stopped\n", SanitizerToolName); in Run()
H A Dsanitizer_symbolizer_win.cpp210 SanitizerToolName, path_, GetLastError()); in StartSymbolizerSubprocess()
218 SanitizerToolName, path_, GetLastError()); in StartSymbolizerSubprocess()
257 SanitizerToolName, path_, GetLastError()); in StartSymbolizerSubprocess()
H A Dsanitizer_thread_registry.cpp151 SanitizerToolName, max_threads_); in CreateThread()
241 Report("%s: Detach of non-existent thread\n", SanitizerToolName); in DetachThread()
263 Report("%s: Join of non-existent thread\n", SanitizerToolName); in JoinThread()
H A Dsanitizer_posix_libcdep.cpp95 Report("ERROR: %s getrlimit() failed %d\n", SanitizerToolName, errno); in setlim()
100 Report("ERROR: %s setrlimit() failed %d\n", SanitizerToolName, errno); in setlim()
333 SanitizerToolName, size, size, (void *)fixed_addr, reserrno); in MmapFixed()
H A Dsanitizer_termination.cpp71 SanitizerToolName, StripModuleName(file), line, cond, (uptr)v1, in CheckFailed()
H A Dsanitizer_allocator_secondary.h94 SanitizerToolName, map_size, alignment); in Allocate()
176 Printf("%s: bad pointer %p\n", SanitizerToolName, p); in GetMetaData()
H A Dsanitizer_mac.cpp848 if (internal_strncmp(SanitizerToolName, "AddressSanitizer", in LogFullErrorReport()
851 else if (internal_strncmp(SanitizerToolName, "UndefinedBehaviorSanitizer", in LogFullErrorReport()
854 else if (internal_strncmp(SanitizerToolName, "ThreadSanitizer", in LogFullErrorReport()
977 if (internal_strcmp(sanitizer_names[i], SanitizerToolName) == 0) in ShouldCheckInterceptors()
998 SanitizerToolName, kDyldInsertLibraries, info_runtime.dli_fname); in VerifyInterceptorsWorking()
H A Dsanitizer_allocator_combined.h51 SanitizerToolName, size, alignment); in Allocate()
H A Dsanitizer_mutex.cpp175 Printf("%s: internal deadlock: can't lock %s under %s mutex\n", SanitizerToolName, in Lock()
H A Dsanitizer_win.cpp261 SanitizerToolName, size, size, fixed_addr, GetLastError()); in MmapFixedNoReserve()
339 SanitizerToolName, size, size, fixed_addr, GetLastError()); in MmapFixedNoAccess()
348 SanitizerToolName, size, size, GetLastError()); in MmapNoAccess()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_flags.cpp140 SanitizerToolName); in InitializeFlags()
163 "quarantine_size_mb, but not both\n", SanitizerToolName); in InitializeFlags()
185 "quarantine_size_mb is set to 0\n", SanitizerToolName); in InitializeFlags()
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_init.cpp43 SanitizerToolName = GetSanititizerToolName(); in CommonStandaloneInit()
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan.cpp91 SanitizerToolName = "LeakSanitizer"; in __lsan_init()
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_posix.cpp38 Printf(kShadowMemoryMappingWarning, SanitizerToolName, addr, addr + size, in DontDumpShadow()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_report.cpp918 SanitizerToolName, bug_type, untagged_addr, pc, thread->unique_id()); in ~InvalidFreeReport()
921 SanitizerToolName, bug_type, untagged_addr, pc); in ~InvalidFreeReport()
969 Report("ERROR: %s: %s; heap object [%p,%p) of size %zd\n", SanitizerToolName, in ~TailOverwrittenReport()
1010 kShadowAlignment, SanitizerToolName); in ~TailOverwrittenReport()
1039 Report("ERROR: %s: %s on address %p at pc %p\n", SanitizerToolName, bug_type, in ~TagMismatchReport()
H A Dhwasan.cpp159 SanitizerToolName); in InitializeFlags()
358 SanitizerToolName = "HWAddressSanitizer"; in __hwasan_init()
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_rtl.cpp162 SanitizerToolName = "MemProfiler"; in MemprofInitInternal()

12