Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/test/
Dabi_test.cc480 static crypto_word_t g_trampoline_sp; variable
536 g_trampoline_sp = sp; in CheckUnwind()
540 if (sp == g_trampoline_sp || g_unwind_function_done) { in CheckUnwind()
546 if (ip == kReturnAddress && sp == g_trampoline_sp) { in CheckUnwind()
549 if (ip == kStopAddress && sp == g_trampoline_sp) { in CheckUnwind()
553 } else if (IsAncestorStackFrame(sp, g_trampoline_sp)) { in CheckUnwind()
577 if (IsAncestorStackFrame(cur_sp.ValueOrDie(), g_trampoline_sp)) { in CheckUnwind()
581 if (cur_sp.ValueOrDie() == g_trampoline_sp) { in CheckUnwind()