/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_unwind_win.cc | 26 void BufferedStackTrace::SlowUnwindStack(uptr pc, u32 max_depth) { in SlowUnwindStack() 42 u32 max_depth) { in SlowUnwindStackWithContext()
|
H A D | sanitizer_unwind_linux_libcdep.cc | 104 u32 max_depth; member 121 void BufferedStackTrace::SlowUnwindStack(uptr pc, u32 max_depth) { in SlowUnwindStack() 147 u32 max_depth) { in SlowUnwindStackWithContext()
|
H A D | sanitizer_symbolizer_markup.cc | 106 u32 max_depth; member 119 void BufferedStackTrace::SlowUnwindStack(uptr pc, u32 max_depth) { in SlowUnwindStack() 135 u32 max_depth) { in SlowUnwindStackWithContext()
|
H A D | sanitizer_stacktrace_sparc.cc | 28 uptr stack_bottom, u32 max_depth) { in FastUnwindStack()
|
H A D | sanitizer_stacktrace.cc | 69 uptr stack_bottom, u32 max_depth) { in FastUnwindStack()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_unwind_win.cpp | 27 void BufferedStackTrace::UnwindSlow(uptr pc, u32 max_depth) { in UnwindSlow() 50 void BufferedStackTrace::UnwindSlow(uptr pc, void *context, u32 max_depth) { in UnwindSlow()
|
H A D | sanitizer_unwind_linux_libcdep.cpp | 75 u32 max_depth; member 126 void BufferedStackTrace::UnwindSlow(uptr pc, u32 max_depth) { in UnwindSlow() 151 void BufferedStackTrace::UnwindSlow(uptr pc, void *context, u32 max_depth) { in UnwindSlow()
|
H A D | sanitizer_symbolizer_markup.cpp | 115 u32 max_depth; member 128 void BufferedStackTrace::UnwindSlow(uptr pc, u32 max_depth) { in UnwindSlow() 143 void BufferedStackTrace::UnwindSlow(uptr pc, void *context, u32 max_depth) { in UnwindSlow()
|
H A D | sanitizer_stacktrace_sparc.cpp | 29 uptr stack_bottom, u32 max_depth) { in UnwindFast()
|
H A D | sanitizer_stacktrace.cpp | 97 uptr stack_bottom, u32 max_depth) { in UnwindFast()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_unwind_win.cc | 28 void BufferedStackTrace::SlowUnwindStack(uptr pc, u32 max_depth) { in SlowUnwindStack() 44 u32 max_depth) { in SlowUnwindStackWithContext()
|
H A D | sanitizer_unwind_linux_libcdep.cc | 106 u32 max_depth; member 123 void BufferedStackTrace::SlowUnwindStack(uptr pc, u32 max_depth) { in SlowUnwindStack() 143 u32 max_depth) { in SlowUnwindStackWithContext()
|
H A D | sanitizer_symbolizer_markup.cc | 108 u32 max_depth; member 121 void BufferedStackTrace::SlowUnwindStack(uptr pc, u32 max_depth) { in SlowUnwindStack() 137 u32 max_depth) { in SlowUnwindStackWithContext()
|
H A D | sanitizer_stacktrace_sparc.cc | 26 uptr stack_bottom, u32 max_depth) { in FastUnwindStack()
|
H A D | sanitizer_stacktrace.cc | 72 uptr stack_bottom, u32 max_depth) { in FastUnwindStack()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/ubsan/ |
H A D | ubsan_diag_standalone.cpp | 20 uptr pc, uptr bp, void *context, bool request_fast, u32 max_depth) { in UnwindImpl()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
H A D | complexity.cc | 99 unsigned max_depth = 0; in from_vec_svalue() local
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/lsan/ |
H A D | lsan.h | 49 __sanitizer::uptr max_depth, __sanitizer::uptr pc, in GetStackTrace()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/lsan/ |
H A D | lsan.h | 47 __sanitizer::uptr max_depth, __sanitizer::uptr pc, in GetStackTrace()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
H A D | tsan_stack_trace.cpp | 50 uptr pc, uptr bp, void *context, bool request_fast, u32 max_depth) { in UnwindImpl()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/lsan/ |
H A D | lsan.cpp | 35 uptr pc, uptr bp, void *context, bool request_fast, u32 max_depth) { in UnwindImpl()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/ |
H A D | asan_stack.cpp | 57 uptr pc, uptr bp, void *context, bool request_fast, u32 max_depth) { in UnwindImpl()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
H A D | asan_stack.h | 34 void GetStackTrace(BufferedStackTrace *stack, uptr max_depth, uptr pc, uptr bp, in GetStackTrace()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/ |
H A D | asan_stack.h | 32 void GetStackTrace(BufferedStackTrace *stack, uptr max_depth, uptr pc, uptr bp, in GetStackTrace()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/ |
H A D | sanitizer_stacktrace_test.cc | 24 bool TryFastUnwind(uptr max_depth) { in TryFastUnwind()
|