Home
last modified time | relevance | path

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

/external/libunwind/tests/
Dia64-test-sig.c41 unw_cursor_t cursor, cursor2; in sighandler() local
56 cursor2 = cursor; in sighandler()
57 while (!unw_is_signal_frame (&cursor2)) in sighandler()
58 if (unw_step (&cursor2) < 0) in sighandler()
61 if (unw_step (&cursor2) < 0) in sighandler()
64 if (unw_get_reg (&cursor2, UNW_REG_IP, &ip) < 0) in sighandler()
72 if (unw_set_reg (&cursor2, UNW_REG_IP, ip) < 0) in sighandler()
/external/libunwind_llvm/src/
DUnwind-seh.cpp242 unw_cursor_t cursor2; in unwind_phase2_forced() local
243 unw_init_local(&cursor2, uc); in unwind_phase2_forced()
246 while (unw_step(&cursor2) > 0) { in unwind_phase2_forced()
250 if (unw_get_proc_info(&cursor2, &frameInfo) != UNW_ESUCCESS) { in unwind_phase2_forced()
262 if ((unw_get_proc_name(&cursor2, functionBuf, sizeof(functionBuf), in unwind_phase2_forced()
278 (struct _Unwind_Context *)(&cursor2), stop_parameter); in unwind_phase2_forced()
298 (struct _Unwind_Context *)(&cursor2)); in unwind_phase2_forced()
313 unw_resume(&cursor2); in unwind_phase2_forced()
334 (struct _Unwind_Context *)(&cursor2), stop_parameter); in unwind_phase2_forced()