Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_posix.cc70 SanitizerToolName, size, size, mem_type, errno); in MmapOrDie()
82 SanitizerToolName, size, size, addr); in UnmapOrDie()
97 SanitizerToolName, size, size, fixed_addr, errno); in MmapFixedNoReserve()
111 SanitizerToolName, size, size, fixed_addr, errno); in MmapFixedOrDie()
199 Report("ERROR: %s setrlimit() failed %d\n", SanitizerToolName, errno); in SetStackSizeLimitInBytes()
Dsanitizer_thread_registry.cc130 SanitizerToolName, max_threads_); in CreateThread()
205 Report("%s: Detach of non-existent thread\n", SanitizerToolName); in DetachThread()
222 Report("%s: Join of non-existent thread\n", SanitizerToolName); in JoinThread()
Dsanitizer_common.cc19 const char *SanitizerToolName = "SanitizerTool"; variable
201 SanitizerToolName, error_type, in ReportErrorSummary()
Dsanitizer_common.h35 extern const char *SanitizerToolName; // Can be changed by the tool.
Dsanitizer_allocator.h538 Printf("%s: Out of memory. Dying. ", SanitizerToolName); in PopulateFreeList()
/external/compiler-rt/lib/msan/
Dmsan.cc238 SanitizerToolName = "MemorySanitizer"; in __msan_init()
/external/compiler-rt/lib/asan/
Dasan_rtl.cc418 SanitizerToolName = "AddressSanitizer"; in __asan_init()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl.cc170 SanitizerToolName = "ThreadSanitizer"; in Initialize()