Home
last modified time | relevance | path

Searched refs:__unw_step (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/libunwind/src/
DUnwindLevel1.c45 int stepResult = __unw_step(cursor); in unwind_phase1()
143 int stepResult = __unw_step(cursor); in unwind_phase2()
250 while (__unw_step(cursor) > 0) { in unwind_phase2_forced()
Dlibunwind_ext.h28 extern int __unw_step(unw_cursor_t *);
Dlibunwind.cpp162 _LIBUNWIND_HIDDEN int __unw_step(unw_cursor_t *cursor) { in _LIBUNWIND_WEAK_ALIAS()
167 _LIBUNWIND_WEAK_ALIAS(__unw_step, unw_step) in _LIBUNWIND_WEAK_ALIAS() argument
DUnwindLevel1-gcc-ext.c131 if (__unw_step(&cursor) <= 0) { in _Unwind_Backtrace()
DUnwind-EHABI.cpp188 if (__unw_step(reinterpret_cast<unw_cursor_t *>(context)) != UNW_STEP_SUCCESS) in unwindOneFrame()
998 if (__unw_step(cursor) != UNW_STEP_SUCCESS) in __gnu_unwind_frame()
DUnwind-seh.cpp236 while (__unw_step(&cursor2) > 0) { in unwind_phase2_forced()