Home
last modified time | relevance | path

Searched refs:IsValidFrame (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace.cc54 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 Dsanitizer_stacktrace_sparc.cc39 while (IsValidFrame((uptr)frame, stack_top, bottom) && in FastUnwindStack()
H A Dsanitizer_stacktrace.h122 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 Dlsan.h57 if (!SANITIZER_MIPS || IsValidFrame(bp, stack_top, stack_bottom)) { in GetStackTrace()
/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_stack.h46 if (!SANITIZER_MIPS || IsValidFrame(bp, stack_top, stack_bottom)) { in GetStackTrace()