Searched refs:IsValidFrame (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_stacktrace.cpp | 78 if (!IsValidFrame(bp, stack_top, stack_bottom)) return 0; in GetCanonicFrame() 80 if (IsValidFrame((uptr)bp_prev[0], stack_top, stack_bottom)) return bp_prev; in GetCanonicFrame() 83 if (IsValidFrame((uptr)bp_prev[-1], stack_top, stack_bottom)) in GetCanonicFrame() 108 while (IsValidFrame((uptr)frame, stack_top, bottom) && in UnwindFast() 116 if (!IsValidFrame((uptr)caller_frame, stack_top, bottom) || in UnwindFast()
|
| H A D | sanitizer_stacktrace_sparc.cpp | 65 while (IsValidFrame(bp, stack_top, bottom) && IsAligned(bp, sizeof(uhwptr)) && in UnwindFast()
|
| H A D | sanitizer_stacktrace.h | 171 static inline bool IsValidFrame(uptr frame, uptr stack_top, uptr stack_bottom) { in IsValidFrame() function
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_stack.cpp | 75 !IsValidFrame(bp, t->stack_top(), t->stack_bottom())) in UnwindImpl()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/lsan/ |
| H A D | lsan.cpp | 42 if (SANITIZER_MIPS && !IsValidFrame(bp, stack_top, stack_bottom)) in UnwindImpl()
|