Searched refs:cur_sp (Results 1 – 1 of 1) sorted by relevance
571 UnwindStatusOr<crypto_word_t> cur_sp = cursor->GetSP(); in CheckUnwind() local572 if (!cur_sp.ok()) { in CheckUnwind()574 "error recovering stack pointer: ", cur_sp.Error()); in CheckUnwind()577 if (IsAncestorStackFrame(cur_sp.ValueOrDie(), g_trampoline_sp)) { in CheckUnwind()581 if (cur_sp.ValueOrDie() == g_trampoline_sp) { in CheckUnwind()