Searched refs:cur_sp (Results 1 – 1 of 1) sorted by relevance
566 UnwindStatusOr<crypto_word_t> cur_sp = cursor->GetSP(); in CheckUnwind() local567 if (!cur_sp.ok()) { in CheckUnwind()569 "error recovering stack pointer: ", cur_sp.Error()); in CheckUnwind()572 if (IsAncestorStackFrame(cur_sp.ValueOrDie(), g_trampoline_sp)) { in CheckUnwind()576 if (cur_sp.ValueOrDie() == g_trampoline_sp) { in CheckUnwind()