Home
last modified time | relevance | path

Searched refs:RenderModuleLocation (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_stacktrace_printer_test.cc53 TEST(SanitizerStacktracePrinter, RenderModuleLocation) { in TEST() argument
55 RenderModuleLocation(&str, "/dir/exe", 0x123, kModuleArchUnknown, ""); in TEST()
60 RenderModuleLocation(&str, "/dir/exe", 0x123, kModuleArchUnknown, "/dir/"); in TEST()
65 RenderModuleLocation(&str, "/dir/exe", 0x123, kModuleArchX86_64H, "/dir/"); in TEST()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_stacktrace_printer.cc179 RenderModuleLocation(buffer, info.module, info.module_offset, in RenderFrame()
191 RenderModuleLocation(buffer, StripModuleName(info.module), in RenderFrame()
254 void RenderModuleLocation(InternalScopedString *buffer, const char *module, in RenderModuleLocation() function
H A Dsanitizer_stacktrace_printer.h59 void RenderModuleLocation(InternalScopedString *buffer, const char *module,
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_stacktrace_printer.cc175 RenderModuleLocation(buffer, info.module, info.module_offset, in RenderFrame()
187 RenderModuleLocation(buffer, StripModuleName(info.module), in RenderFrame()
250 void RenderModuleLocation(InternalScopedString *buffer, const char *module, in RenderModuleLocation() function
H A Dsanitizer_stacktrace_printer.h57 void RenderModuleLocation(InternalScopedString *buffer, const char *module,
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_stacktrace_printer.cpp182 RenderModuleLocation(buffer, info->module, info->module_offset, in RenderFrame()
194 RenderModuleLocation(buffer, StripModuleName(info->module), in RenderFrame()
281 void RenderModuleLocation(InternalScopedString *buffer, const char *module, in RenderModuleLocation() function
H A Dsanitizer_stacktrace_printer.h60 void RenderModuleLocation(InternalScopedString *buffer, const char *module,
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
H A Dubsan_diag.cc160 RenderModuleLocation(Buffer, Info.module, Info.module_offset, in RenderLocation()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
H A Dubsan_diag.cc162 RenderModuleLocation(Buffer, Info.module, Info.module_offset, in RenderLocation()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/ubsan/
H A Dubsan_diag.cpp169 RenderModuleLocation(Buffer, Info.module, Info.module_offset, in RenderLocation()