Searched refs:__unw_step (Results 1 – 6 of 6) sorted by relevance
28 extern int __unw_step(unw_cursor_t *);
179 _LIBUNWIND_HIDDEN int __unw_step(unw_cursor_t *cursor) { in _LIBUNWIND_WEAK_ALIAS()184 _LIBUNWIND_WEAK_ALIAS(__unw_step, unw_step) in _LIBUNWIND_WEAK_ALIAS() argument
156 if (__unw_step(&cursor) <= 0) { in _Unwind_Backtrace()
190 switch (__unw_step(reinterpret_cast<unw_cursor_t *>(context))) { in unwindOneFrame()1198 switch (__unw_step(cursor)) { in __gnu_unwind_frame()
84 int stepResult = __unw_step(cursor); in unwind_phase1()
236 while (__unw_step(&cursor2) > 0) { in unwind_phase2_forced()