Lines Matching refs:cursor2
122 unw_cursor_t cursor2; in unwind_phase2() local
123 unw_init_local(&cursor2, uc); in unwind_phase2()
131 int stepResult = unw_step(&cursor2); in unwind_phase2()
147 unw_get_reg(&cursor2, UNW_REG_SP, &sp); in unwind_phase2()
148 if (unw_get_proc_info(&cursor2, &frameInfo) != UNW_ESUCCESS) { in unwind_phase2()
159 if ((unw_get_proc_name(&cursor2, functionName, 512, &offset) != in unwind_phase2()
181 (struct _Unwind_Context *)(&cursor2)); in unwind_phase2()
202 unw_get_reg(&cursor2, UNW_REG_IP, &pc); in unwind_phase2()
203 unw_get_reg(&cursor2, UNW_REG_SP, &sp); in unwind_phase2()
210 unw_resume(&cursor2); in unwind_phase2()
231 unw_cursor_t cursor2; in unwind_phase2_forced() local
232 unw_init_local(&cursor2, uc); in unwind_phase2_forced()
235 while (unw_step(&cursor2) > 0) { in unwind_phase2_forced()
239 if (unw_get_proc_info(&cursor2, &frameInfo) != UNW_ESUCCESS) { in unwind_phase2_forced()
250 if ((unw_get_proc_name(&cursor2, functionName, 512, &offset) != in unwind_phase2_forced()
266 (struct _Unwind_Context *)(&cursor2), stop_parameter); in unwind_phase2_forced()
286 (struct _Unwind_Context *)(&cursor2)); in unwind_phase2_forced()
299 unw_resume(&cursor2); in unwind_phase2_forced()
320 (struct _Unwind_Context *)(&cursor2), stop_parameter); in unwind_phase2_forced()