/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_stacktrace_printer.h | 50 void RenderFrame(InternalScopedString *buffer, const char *format, int frame_no, 55 void RenderSourceLocation(InternalScopedString *buffer, const char *file, 59 void RenderModuleLocation(InternalScopedString *buffer, const char *module,
|
D | sanitizer_coverage_mapping_libcdep.cc | 72 InternalScopedString text(kMaxTextSize); in CovUpdateMapping() 99 InternalScopedString tmp_path(64 + internal_strlen(coverage_dir)); in CovUpdateMapping() 117 InternalScopedString path(64 + internal_strlen(coverage_dir)); in CovUpdateMapping()
|
D | sanitizer_stacktrace_printer.cc | 29 void RenderFrame(InternalScopedString *buffer, const char *format, int frame_no, in RenderFrame() 119 void RenderSourceLocation(InternalScopedString *buffer, const char *file, in RenderSourceLocation() 138 void RenderModuleLocation(InternalScopedString *buffer, const char *module, in RenderModuleLocation()
|
D | sanitizer_coverage_libcdep.cc | 183 InternalScopedString path(kMaxPathLength); in DirectOpen() 569 static fd_t CovOpenFile(InternalScopedString *path, bool packed, in CovOpenFile() 598 InternalScopedString out(32 << 20); in DumpTrace() 606 InternalScopedString path(kMaxPathLength); in DumpTrace() 648 InternalScopedString out(32 << 20); in DumpCallerCalleePairs() 672 InternalScopedString path(kMaxPathLength); in DumpCallerCalleePairs() 699 InternalScopedString path(kMaxPathLength); in DumpCounters() 721 InternalScopedString path(kMaxPathLength); in DumpAsBitSet() 750 InternalScopedString path(kMaxPathLength); in DumpOffsets() 821 InternalScopedString path(kMaxPathLength); in CovPrepareForSandboxing() [all …]
|
D | sanitizer_libignore.cc | 41 InternalScopedString buf(kMaxPathLength); in OnLibraryLoaded() 54 InternalScopedString module(kMaxPathLength); in OnLibraryLoaded()
|
D | sanitizer_suppressions.cc | 36 InternalScopedString exec(kMaxPathLength); in GetPathAssumingFileIsRelativeToExec() 55 InternalScopedString new_file_path(kMaxPathLength); in ParseFromFile()
|
D | sanitizer_stacktrace_libcdep.cc | 27 InternalScopedString frame_desc(GetPageSizeCached() * 2); in Print()
|
D | sanitizer_common_libcdep.cc | 123 InternalScopedString msg_copy(kErrorMessageBufferSize); in WriteToSyslog()
|
D | sanitizer_procmaps_mac.cc | 163 InternalScopedString module_name(kMaxPathLength); in DumpListOfModules()
|
D | sanitizer_procmaps_common.cc | 124 InternalScopedString module_name(kMaxPathLength); in DumpListOfModules()
|
D | sanitizer_common.cc | 284 InternalScopedString buff(kMaxSummaryLength); in ReportErrorSummary() 293 InternalScopedString buff(kMaxSummaryLength); in ReportErrorSummary()
|
D | sanitizer_mac.cc | 276 InternalScopedString exe_path(kMaxPathLength); in ReadBinaryName() 569 InternalScopedString program_name(1024); in MaybeReexec()
|
D | sanitizer_symbolizer_win.cc | 196 InternalScopedString command_line(kMaxPathLength * 3); in StartSymbolizerSubprocess()
|
D | sanitizer_common.h | 134 class InternalScopedString : public InternalScopedBuffer<char> { 136 explicit InternalScopedString(uptr max_length) in InternalScopedString() function
|
D | sanitizer_printf.cc | 321 void InternalScopedString::append(const char *format, ...) { in append()
|
D | sanitizer_posix.cc | 304 InternalScopedString buff(kMaxPathLength); in GetCodeRangeForFile()
|
D | sanitizer_linux_libcdep.cc | 426 InternalScopedString module_name(kMaxPathLength); in dl_iterate_phdr_cb()
|
D | sanitizer_malloc_mac.inc | 85 InternalScopedString new_name(buflen);
|
/external/compiler-rt/lib/asan/ |
D | asan_report.cc | 119 static void PrintMemoryByte(InternalScopedString *str, const char *before, in PrintMemoryByte() 128 static void PrintShadowByte(InternalScopedString *str, const char *before, in PrintShadowByte() 133 static void PrintShadowBytes(InternalScopedString *str, const char *before, in PrintShadowBytes() 147 static void PrintLegend(InternalScopedString *str) { in PrintLegend() 192 InternalScopedString str(1024); in MaybeDumpInstructionBytes() 210 InternalScopedString str(4096 * 8); in PrintShadowMemoryForAddress() 260 static void PrintGlobalNameIfASCII(InternalScopedString *str, in PrintGlobalNameIfASCII() 280 static void PrintGlobalLocation(InternalScopedString *str, in PrintGlobalLocation() 293 InternalScopedString str(4096); in DescribeAddressRelativeToGlobal() 401 InternalScopedString str(1024); in PrintAccessAndVarIntersection() [all …]
|
D | asan_fake_stack.cc | 69 InternalScopedString str(kNumberOfSizeClasses * 50); in Destroy()
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_stacktrace_printer_test.cc | 20 InternalScopedString str(128); in TEST() 54 InternalScopedString str(128); in TEST() 75 InternalScopedString str(256); in TEST()
|
D | sanitizer_common_test.cc | 235 TEST(SanitizerCommon, InternalScopedString) { in TEST() argument 236 InternalScopedString str(10); in TEST()
|
/external/compiler-rt/lib/ubsan/ |
D | ubsan_diag.cc | 140 InternalScopedString LocBuffer(1024); in renderLocation()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_report.cc | 127 InternalScopedString res(2 * GetPageSizeCached()); in PrintStack()
|
/external/compiler-rt/lib/lsan/ |
D | lsan_common.cc | 594 InternalScopedString summary(kMaxSummaryLength); in PrintSummary()
|