/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_stacktrace_libcdep.cpp | 26 InternalScopedString *output, in StackTraceTextPrinter() 27 InternalScopedString *dedup_token) in StackTraceTextPrinter() 75 InternalScopedString *output_; 76 InternalScopedString *dedup_token_; 80 static void CopyStringToBuffer(const InternalScopedString &str, char *out_buf, in CopyStringToBuffer() 93 void StackTrace::PrintTo(InternalScopedString *output) const { in PrintTo() 96 InternalScopedString dedup_token; in PrintTo() 123 InternalScopedString output; in PrintTo() 131 InternalScopedString output; in Print() 196 InternalScopedString output; in __sanitizer_symbolize_pc() [all …]
|
H A D | sanitizer_stacktrace_printer.h | 49 void RenderFrame(InternalScopedString *buffer, const char *format, int frame_no, 56 void RenderSourceLocation(InternalScopedString *buffer, const char *file, 60 void RenderModuleLocation(InternalScopedString *buffer, const char *module, 68 void RenderData(InternalScopedString *buffer, const char *format,
|
H A D | sanitizer_stacktrace_printer.cpp | 109 void RenderFrame(InternalScopedString *buffer, const char *format, int frame_no, in RenderFrame() 231 void RenderData(InternalScopedString *buffer, const char *format, in RenderData() 262 void RenderSourceLocation(InternalScopedString *buffer, const char *file, in RenderSourceLocation() 281 void RenderModuleLocation(InternalScopedString *buffer, const char *module, in RenderModuleLocation()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_stacktrace_printer.h | 48 void RenderFrame(InternalScopedString *buffer, const char *format, int frame_no, 53 void RenderSourceLocation(InternalScopedString *buffer, const char *file, 57 void RenderModuleLocation(InternalScopedString *buffer, const char *module, 65 void RenderData(InternalScopedString *buffer, const char *format,
|
H A D | sanitizer_stacktrace_libcdep.cc | 25 InternalScopedString frame_desc(GetPageSizeCached() * 2); in Print() 26 InternalScopedString dedup_token(GetPageSizeCached()); in Print() 114 InternalScopedString frame_desc(GetPageSizeCached()); in __sanitizer_symbolize_pc() 143 InternalScopedString data_desc(GetPageSizeCached()); in __sanitizer_symbolize_global()
|
H A D | sanitizer_stacktrace_printer.cc | 106 void RenderFrame(InternalScopedString *buffer, const char *format, int frame_no, in RenderFrame() 200 void RenderData(InternalScopedString *buffer, const char *format, in RenderData() 231 void RenderSourceLocation(InternalScopedString *buffer, const char *file, in RenderSourceLocation() 250 void RenderModuleLocation(InternalScopedString *buffer, const char *module, in RenderModuleLocation()
|
H A D | sanitizer_symbolizer_fuchsia.cc | 85 void RenderData(InternalScopedString *buffer, const char *format, in RenderData() 91 void RenderFrame(InternalScopedString *buffer, const char *format, int frame_no, in RenderFrame()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A 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, 67 void RenderData(InternalScopedString *buffer, const char *format,
|
H A D | sanitizer_stacktrace_libcdep.cc | 27 InternalScopedString frame_desc(GetPageSizeCached() * 2); in Print() 28 InternalScopedString dedup_token(GetPageSizeCached()); in Print() 116 InternalScopedString frame_desc(GetPageSizeCached()); in __sanitizer_symbolize_pc() 145 InternalScopedString data_desc(GetPageSizeCached()); in __sanitizer_symbolize_global()
|
H A D | sanitizer_stacktrace_printer.cc | 110 void RenderFrame(InternalScopedString *buffer, const char *format, int frame_no, in RenderFrame() 204 void RenderData(InternalScopedString *buffer, const char *format, in RenderData() 235 void RenderSourceLocation(InternalScopedString *buffer, const char *file, in RenderSourceLocation() 254 void RenderModuleLocation(InternalScopedString *buffer, const char *module, in RenderModuleLocation()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/ |
H A D | asan_report.h | 37 void PrintGlobalNameIfASCII(InternalScopedString *str, const __asan_global &g); 38 void PrintGlobalLocation(InternalScopedString *str, const __asan_global &g); 40 void PrintMemoryByte(InternalScopedString *str, const char *before, u8 byte,
|
H A D | asan_errors.cpp | 345 InternalScopedString g1_loc; in Print() 346 InternalScopedString g2_loc; in Print() 363 InternalScopedString error_msg; in Print() 495 static void PrintShadowByte(InternalScopedString *str, const char *before, in PrintShadowByte() 500 static void PrintLegend(InternalScopedString *str) { in PrintLegend() 538 static void PrintShadowBytes(InternalScopedString *str, const char *before, in PrintShadowBytes() 558 InternalScopedString str; in PrintShadowMemoryForAddress()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
H A D | asan_report.h | 36 void PrintGlobalNameIfASCII(InternalScopedString *str, const __asan_global &g); 37 void PrintGlobalLocation(InternalScopedString *str, const __asan_global &g); 39 void PrintMemoryByte(InternalScopedString *str, const char *before, u8 byte,
|
H A D | asan_errors.cc | 331 InternalScopedString g1_loc(256), g2_loc(256); in Print() 348 InternalScopedString error_msg(256); in Print() 479 static void PrintShadowByte(InternalScopedString *str, const char *before, in PrintShadowByte() 484 static void PrintLegend(InternalScopedString *str) { in PrintLegend() 523 static void PrintShadowBytes(InternalScopedString *str, const char *before, in PrintShadowBytes() 542 InternalScopedString str(4096 * 8); in PrintShadowMemoryForAddress()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
H A D | asan_report.h | 38 void PrintGlobalNameIfASCII(InternalScopedString *str, const __asan_global &g); 39 void PrintGlobalLocation(InternalScopedString *str, const __asan_global &g); 41 void PrintMemoryByte(InternalScopedString *str, const char *before, u8 byte,
|
H A D | asan_errors.cc | 333 InternalScopedString g1_loc(256), g2_loc(256); in Print() 350 InternalScopedString error_msg(256); in Print() 481 static void PrintShadowByte(InternalScopedString *str, const char *before, in PrintShadowByte() 486 static void PrintLegend(InternalScopedString *str) { in PrintLegend() 525 static void PrintShadowBytes(InternalScopedString *str, const char *before, in PrintShadowBytes() 544 InternalScopedString str(4096 * 8); in PrintShadowMemoryForAddress()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/ubsan/ |
H A D | ubsan_monitor.h | 25 InternalScopedString Buffer; 28 InternalScopedString &Msg);
|
H A D | ubsan_monitor.cc | 20 InternalScopedString &Msg) in UndefinedBehaviorReport() 52 InternalScopedString &Buf = CurrentUBR->Buffer; in __ubsan_get_current_report_data()
|
H A D | ubsan_diag.cc | 130 static void RenderHex(InternalScopedString *Buffer, UIntMax Val) { in RenderHex() 140 static void RenderLocation(InternalScopedString *Buffer, Location Loc) { in RenderLocation() 174 static void RenderText(InternalScopedString *Buffer, const char *Message, in RenderText() 274 InternalScopedString Buffer(1024); in PrintMemorySnippet() 342 InternalScopedString Buffer(1024); in ~Diag()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/ubsan/ |
H A D | ubsan_monitor.h | 24 InternalScopedString Buffer; 27 InternalScopedString &Msg);
|
H A D | ubsan_monitor.cpp | 19 InternalScopedString &Msg) in UndefinedBehaviorReport() 51 InternalScopedString &Buf = CurrentUBR->Buffer; in __ubsan_get_current_report_data()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/ |
H A D | ubsan_monitor.h | 23 InternalScopedString Buffer; 26 InternalScopedString &Msg);
|
H A D | ubsan_monitor.cc | 18 InternalScopedString &Msg) in UndefinedBehaviorReport() 50 InternalScopedString &Buf = CurrentUBR->Buffer; in __ubsan_get_current_report_data()
|
H A D | ubsan_diag.cc | 128 static void RenderHex(InternalScopedString *Buffer, UIntMax Val) { in RenderHex() 138 static void RenderLocation(InternalScopedString *Buffer, Location Loc) { in RenderLocation() 172 static void RenderText(InternalScopedString *Buffer, const char *Message, in RenderText() 272 InternalScopedString Buffer(1024); in PrintMemorySnippet() 340 InternalScopedString Buffer(1024); in ~Diag()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
H A D | sanitizer_stacktrace_printer_test.cc | 20 InternalScopedString str(128); in TEST() 54 InternalScopedString str(128); in TEST() 80 InternalScopedString str(256); in TEST()
|