Searched refs:unw_step (Results 1 – 13 of 13) sorted by relevance
24 assert(unw_step(&cursor) > 0); in test()
17 } while (unw_step(&cursor) > 0); in backtrace()
38 static inline int unw_step(unw_cursor_t *cursor) { return 0; } in unw_step() function
102 while ((start_frame > 0) && (unw_step(&cursor) > 0)) in debug_backtrace_capture()105 while ((i < nr_frames) && (unw_step(&cursor) > 0)) { in debug_backtrace_capture()
151 if (unw_step(&cursor) <= 0) in walk()
39 while (unw_step(&cursor) > 0) { in handler()
38 while (unw_step(&cursor) > 0) { in handler()
349 int ret = unw_step(&cursor_); in Step()443 ret = unw_step(cursor); in InitAtSignalFrame()
167 _LIBUNWIND_WEAK_ALIAS(__unw_step, unw_step) in _LIBUNWIND_WEAK_ALIAS() argument
109 while (unw_step(&cursor) > 0)
111 extern int unw_step(unw_cursor_t *) LIBUNWIND_AVAIL;
1445 while (unw_step(&cursor) > 0) { in print_backtrace()1643 while (unw_step(&cursor) > 0) { in print_backtrace_sig_safe()