Lines Matching refs:cursor2
131 unw_cursor_t cursor2; in unwind_phase2() local
132 unw_init_local(&cursor2, uc); in unwind_phase2()
142 int stepResult = unw_step(&cursor2); in unwind_phase2()
158 unw_get_reg(&cursor2, UNW_REG_SP, &sp); in unwind_phase2()
159 if (unw_get_proc_info(&cursor2, &frameInfo) != UNW_ESUCCESS) { in unwind_phase2()
171 if ((unw_get_proc_name(&cursor2, functionBuf, sizeof(functionBuf), in unwind_phase2()
194 (struct _Unwind_Context *)(&cursor2)); in unwind_phase2()
215 unw_get_reg(&cursor2, UNW_REG_IP, &pc); in unwind_phase2()
216 unw_get_reg(&cursor2, UNW_REG_SP, &sp); in unwind_phase2()
222 unw_resume(&cursor2); in unwind_phase2()
243 unw_cursor_t cursor2; in unwind_phase2_forced() local
244 unw_init_local(&cursor2, uc); in unwind_phase2_forced()
247 while (unw_step(&cursor2) > 0) { in unwind_phase2_forced()
251 if (unw_get_proc_info(&cursor2, &frameInfo) != UNW_ESUCCESS) { in unwind_phase2_forced()
263 if ((unw_get_proc_name(&cursor2, functionBuf, sizeof(functionBuf), in unwind_phase2_forced()
279 (struct _Unwind_Context *)(&cursor2), stop_parameter); in unwind_phase2_forced()
299 (struct _Unwind_Context *)(&cursor2)); in unwind_phase2_forced()
314 unw_resume(&cursor2); in unwind_phase2_forced()
335 (struct _Unwind_Context *)(&cursor2), stop_parameter); in unwind_phase2_forced()