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

/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace.cpp80 if (!IsValidFrame(bp, stack_top, stack_bottom)) return 0;
82 if (IsValidFrame((uptr)bp_prev[0], stack_top, stack_bottom)) return bp_prev;
85 if (IsValidFrame((uptr)bp_prev[-1], stack_top, stack_bottom))
110 while (IsValidFrame((uptr)frame, stack_top, bottom) &&
118 if (!IsValidFrame((uptr)caller_frame, stack_top, bottom) ||
H A Dsanitizer_stacktrace_sparc.cpp65 while (IsValidFrame(bp, stack_top, bottom) && IsAligned(bp, sizeof(uhwptr)) &&
H A Dsanitizer_stacktrace.h170 static inline bool IsValidFrame(uptr frame, uptr stack_top, uptr stack_bottom) { function in namespace:__sanitizer
/openbsd-current/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_stack.cpp75 !IsValidFrame(bp, t->stack_top(), t->stack_bottom()))
/openbsd-current/gnu/llvm/compiler-rt/lib/lsan/
H A Dlsan.cpp43 if (SANITIZER_MIPS && !IsValidFrame(bp, stack_top, stack_bottom))

Completed in 130 milliseconds