Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace_sparc.cpp47 uptr next_bp = prev_bp; in UnwindFast() local
49 while (next_bp != bp && IsAligned(next_bp, sizeof(uhwptr)) && i++ < 8) { in UnwindFast()
50 prev_bp = next_bp; in UnwindFast()
51 next_bp = (uptr)((uhwptr *)next_bp)[14] + STACK_BIAS; in UnwindFast()
53 if (next_bp == bp) in UnwindFast()