/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() 94 InternalScopedString tmp_path(64 + internal_strlen(coverage_dir)); in CovUpdateMapping() 112 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 | 190 InternalScopedString path(kMaxPathLength); in DirectOpen() 586 static fd_t CovOpenFile(InternalScopedString *path, bool packed, in CovOpenFile() 615 InternalScopedString out(32 << 20); in DumpTrace() 623 InternalScopedString path(kMaxPathLength); in DumpTrace() 665 InternalScopedString out(32 << 20); in DumpCallerCalleePairs() 689 InternalScopedString path(kMaxPathLength); in DumpCallerCalleePairs() 716 InternalScopedString path(kMaxPathLength); in DumpCounters() 738 InternalScopedString path(kMaxPathLength); in DumpAsBitSet() 816 InternalScopedString report_path(kMaxPathLength); in GenerateHtmlReport() 833 InternalScopedString path(kMaxPathLength); in DumpOffsets() [all …]
|
D | sanitizer_stacktrace_libcdep.cc | 27 InternalScopedString frame_desc(GetPageSizeCached() * 2); in Print() 28 InternalScopedString dedup_token(GetPageSizeCached()); in Print()
|
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_common_libcdep.cc | 123 InternalScopedString msg_copy(kErrorMessageBufferSize); in WriteToSyslog()
|
D | sanitizer_common.cc | 200 InternalScopedString buff(kMaxSummaryLength); in ReportErrorSummary() 209 InternalScopedString buff(kMaxSummaryLength); in ReportErrorSummary()
|
D | sanitizer_procmaps_mac.cc | 162 InternalScopedString module_name(kMaxPathLength); in DumpListOfModules()
|
D | sanitizer_procmaps_common.cc | 123 InternalScopedString module_name(kMaxPathLength); in DumpListOfModules()
|
D | sanitizer_mac.cc | 308 InternalScopedString exe_path(kMaxPathLength); in ReadBinaryName() 627 InternalScopedString program_name(1024); in MaybeReexec()
|
D | sanitizer_symbolizer_win.cc | 196 InternalScopedString command_line(kMaxPathLength * 3); in StartSymbolizerSubprocess()
|
D | sanitizer_printf.cc | 324 void InternalScopedString::append(const char *format, ...) { in append()
|
D | sanitizer_common.h | 140 class InternalScopedString : public InternalScopedBuffer<char> { 142 explicit InternalScopedString(uptr max_length) in InternalScopedString() function
|
D | sanitizer_posix.cc | 338 InternalScopedString buff(kMaxPathLength); in GetCodeRangeForFile()
|
D | sanitizer_linux_libcdep.cc | 429 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 | 120 static void PrintMemoryByte(InternalScopedString *str, const char *before, in PrintMemoryByte() 129 static void PrintShadowByte(InternalScopedString *str, const char *before, in PrintShadowByte() 134 static void PrintShadowBytes(InternalScopedString *str, const char *before, in PrintShadowBytes() 148 static void PrintLegend(InternalScopedString *str) { in PrintLegend() 193 InternalScopedString str(1024); in MaybeDumpInstructionBytes() 211 InternalScopedString str(4096 * 8); in PrintShadowMemoryForAddress() 261 static void PrintGlobalNameIfASCII(InternalScopedString *str, in PrintGlobalNameIfASCII() 281 static void PrintGlobalLocation(InternalScopedString *str, in PrintGlobalLocation() 294 InternalScopedString str(4096); in DescribeAddressRelativeToGlobal() 402 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 | 127 static void RenderHex(InternalScopedString *Buffer, UIntMax Val) { in RenderHex() 137 static void RenderLocation(InternalScopedString *Buffer, Location Loc) { in RenderLocation() 171 static void RenderText(InternalScopedString *Buffer, const char *Message, in RenderText() 271 InternalScopedString Buffer(1024); in PrintMemorySnippet() 339 InternalScopedString Buffer(1024); in ~Diag()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_report.cc | 129 InternalScopedString res(2 * GetPageSizeCached()); in PrintStack()
|
/external/compiler-rt/lib/lsan/ |
D | lsan_common.cc | 627 InternalScopedString summary(kMaxSummaryLength); in PrintSummary()
|