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.cc475 static crypto_word_t g_trampoline_sp; variable
531 g_trampoline_sp = sp; in CheckUnwind()
535 if (sp == g_trampoline_sp || g_unwind_function_done) { in CheckUnwind()
541 if (ip == kReturnAddress && sp == g_trampoline_sp) { in CheckUnwind()
544 if (ip == kStopAddress && sp == g_trampoline_sp) { in CheckUnwind()
548 } else if (IsAncestorStackFrame(sp, g_trampoline_sp)) { in CheckUnwind()
572 if (IsAncestorStackFrame(cur_sp.ValueOrDie(), g_trampoline_sp)) { in CheckUnwind()
576 if (cur_sp.ValueOrDie() == g_trampoline_sp) { in CheckUnwind()