Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/libunwind/src/
H A Dlibunwind_ext.h28 extern int __unw_step(unw_cursor_t *);
H A Dlibunwind.cpp179 _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
H A DUnwindLevel1-gcc-ext.c156 if (__unw_step(&cursor) <= 0) { in _Unwind_Backtrace()
H A DUnwind-EHABI.cpp190 switch (__unw_step(reinterpret_cast<unw_cursor_t *>(context))) { in unwindOneFrame()
1198 switch (__unw_step(cursor)) { in __gnu_unwind_frame()
H A DUnwindLevel1.c84 int stepResult = __unw_step(cursor); in unwind_phase1()
H A DUnwind-seh.cpp236 while (__unw_step(&cursor2) > 0) { in unwind_phase2_forced()