Searched refs:IsValidFrame (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_stacktrace.cpp | 80 if (!IsValidFrame(bp, stack_top, stack_bottom)) return 0; in GetCanonicFrame() 82 if (IsValidFrame((uptr)bp_prev[0], stack_top, stack_bottom)) return bp_prev; in GetCanonicFrame() 85 if (IsValidFrame((uptr)bp_prev[-1], stack_top, stack_bottom)) in GetCanonicFrame() 110 while (IsValidFrame((uptr)frame, stack_top, bottom) && in UnwindFast() 118 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 | 170 static inline bool IsValidFrame(uptr frame, uptr stack_top, uptr stack_bottom) { in IsValidFrame() function
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/asan/ |
| H A D | asan_stack.cpp | 75 !IsValidFrame(bp, t->stack_top(), t->stack_bottom())) in UnwindImpl()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/lsan/ |
| H A D | lsan.cpp | 43 if (SANITIZER_MIPS && !IsValidFrame(bp, stack_top, stack_bottom)) in UnwindImpl()
|