Home
last modified time | relevance | path

Searched defs:max_depth (Results 1 – 25 of 56) sorted by relevance

123

/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_unwind_win.cc26 void BufferedStackTrace::SlowUnwindStack(uptr pc, u32 max_depth) { in SlowUnwindStack()
42 u32 max_depth) { in SlowUnwindStackWithContext()
H A Dsanitizer_unwind_linux_libcdep.cc104 u32 max_depth; member
121 void BufferedStackTrace::SlowUnwindStack(uptr pc, u32 max_depth) { in SlowUnwindStack()
147 u32 max_depth) { in SlowUnwindStackWithContext()
H A Dsanitizer_symbolizer_markup.cc106 u32 max_depth; member
119 void BufferedStackTrace::SlowUnwindStack(uptr pc, u32 max_depth) { in SlowUnwindStack()
135 u32 max_depth) { in SlowUnwindStackWithContext()
H A Dsanitizer_stacktrace_sparc.cc28 uptr stack_bottom, u32 max_depth) { in FastUnwindStack()
H A Dsanitizer_stacktrace.cc69 uptr stack_bottom, u32 max_depth) { in FastUnwindStack()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_unwind_win.cpp27 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 Dsanitizer_unwind_linux_libcdep.cpp75 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 Dsanitizer_symbolizer_markup.cpp115 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 Dsanitizer_stacktrace_sparc.cpp29 uptr stack_bottom, u32 max_depth) { in UnwindFast()
H A Dsanitizer_stacktrace.cpp97 uptr stack_bottom, u32 max_depth) { in UnwindFast()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_unwind_win.cc28 void BufferedStackTrace::SlowUnwindStack(uptr pc, u32 max_depth) { in SlowUnwindStack()
44 u32 max_depth) { in SlowUnwindStackWithContext()
H A Dsanitizer_unwind_linux_libcdep.cc106 u32 max_depth; member
123 void BufferedStackTrace::SlowUnwindStack(uptr pc, u32 max_depth) { in SlowUnwindStack()
143 u32 max_depth) { in SlowUnwindStackWithContext()
H A Dsanitizer_symbolizer_markup.cc108 u32 max_depth; member
121 void BufferedStackTrace::SlowUnwindStack(uptr pc, u32 max_depth) { in SlowUnwindStack()
137 u32 max_depth) { in SlowUnwindStackWithContext()
H A Dsanitizer_stacktrace_sparc.cc26 uptr stack_bottom, u32 max_depth) { in FastUnwindStack()
H A Dsanitizer_stacktrace.cc72 uptr stack_bottom, u32 max_depth) { in FastUnwindStack()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/ubsan/
H A Dubsan_diag_standalone.cpp20 uptr pc, uptr bp, void *context, bool request_fast, u32 max_depth) { in UnwindImpl()
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dcomplexity.cc99 unsigned max_depth = 0; in from_vec_svalue() local
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/lsan/
H A Dlsan.h49 __sanitizer::uptr max_depth, __sanitizer::uptr pc, in GetStackTrace()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
H A Dlsan.h47 __sanitizer::uptr max_depth, __sanitizer::uptr pc, in GetStackTrace()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_stack_trace.cpp50 uptr pc, uptr bp, void *context, bool request_fast, u32 max_depth) { in UnwindImpl()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/lsan/
H A Dlsan.cpp35 uptr pc, uptr bp, void *context, bool request_fast, u32 max_depth) { in UnwindImpl()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_stack.cpp57 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 Dasan_stack.h34 void GetStackTrace(BufferedStackTrace *stack, uptr max_depth, uptr pc, uptr bp, in GetStackTrace()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_stack.h32 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 Dsanitizer_stacktrace_test.cc24 bool TryFastUnwind(uptr max_depth) { in TryFastUnwind()

123