Searched refs:unw_step (Results 1 – 5 of 5) sorted by relevance
38 int stepResult = unw_step(&cursor1); in unwind_phase1()131 int stepResult = unw_step(&cursor2); in unwind_phase2()235 while (unw_step(&cursor2) > 0) { in unwind_phase2_forced()
115 if (unw_step(&cursor) <= 0) { in _Unwind_Backtrace()
219 _LIBUNWIND_EXPORT int unw_step(unw_cursor_t *cursor) { in unw_step() function
418 int stepResult = unw_step(&cursor1); in unwind_phase1()544 int stepResult = unw_step(&cursor2); in unwind_phase2()
100 extern int unw_step(unw_cursor_t *) LIBUNWIND_AVAIL;