Searched refs:IsValidFrame (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/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 | 59 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
|
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan.cpp | 43 if (SANITIZER_MIPS && !IsValidFrame(bp, stack_top, stack_bottom)) in UnwindImpl()
|