Searched refs:IsValidFrame (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_stacktrace.cc | 54 if (!IsValidFrame(bp, stack_top, stack_bottom)) return 0; in GetCanonicFrame() 56 if (IsValidFrame((uptr)bp_prev[0], stack_top, stack_bottom)) return bp_prev; in GetCanonicFrame() 59 if (IsValidFrame((uptr)bp_prev[-1], stack_top, stack_bottom)) in GetCanonicFrame() 83 while (IsValidFrame((uptr)frame, stack_top, bottom) && in FastUnwindStack() 91 if (!IsValidFrame((uptr)caller_frame, stack_top, bottom) || in FastUnwindStack()
|
| H A D | sanitizer_stacktrace_sparc.cc | 39 while (IsValidFrame((uptr)frame, stack_top, bottom) && in FastUnwindStack()
|
| H A D | sanitizer_stacktrace.h | 122 static inline bool IsValidFrame(uptr frame, uptr stack_top, uptr stack_bottom) { in IsValidFrame() function
|
| /freebsd-12.1/contrib/compiler-rt/lib/lsan/ |
| H A D | lsan.h | 57 if (!SANITIZER_MIPS || IsValidFrame(bp, stack_top, stack_bottom)) { in GetStackTrace()
|
| /freebsd-12.1/contrib/compiler-rt/lib/asan/ |
| H A D | asan_stack.h | 46 if (!SANITIZER_MIPS || IsValidFrame(bp, stack_top, stack_bottom)) { in GetStackTrace()
|