Lines Matching refs:cursor2
560 unw_cursor_t cursor2; in unwind_phase2() local
561 unw_init_local(&cursor2, uc); in unwind_phase2()
583 unw_set_reg(&cursor2, UNW_REG_IP, in unwind_phase2()
589 int stepResult = unw_step(&cursor2); in unwind_phase2()
606 unw_get_reg(&cursor2, UNW_REG_SP, &sp); in unwind_phase2()
607 if (unw_get_proc_info(&cursor2, &frameInfo) != UNW_ESUCCESS) { in unwind_phase2()
619 if ((unw_get_proc_name(&cursor2, functionBuf, sizeof(functionBuf), in unwind_phase2()
635 struct _Unwind_Context *context = (struct _Unwind_Context *)(&cursor2); in unwind_phase2()
664 unw_get_reg(&cursor2, UNW_REG_IP, &pc); in unwind_phase2()
665 unw_get_reg(&cursor2, UNW_REG_SP, &sp); in unwind_phase2()
676 unw_get_reg(&cursor2, UNW_REG_IP, &pc); in unwind_phase2()
679 unw_resume(&cursor2); in unwind_phase2()