Home
last modified time | relevance | path

Searched refs:unw_step (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DUnwindLevel1.c38 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()
DUnwindLevel1-gcc-ext.c115 if (unw_step(&cursor) <= 0) { in _Unwind_Backtrace()
Dlibunwind.cpp219 _LIBUNWIND_EXPORT int unw_step(unw_cursor_t *cursor) { in unw_step() function
DUnwind-EHABI.cpp418 int stepResult = unw_step(&cursor1); in unwind_phase1()
544 int stepResult = unw_step(&cursor2); in unwind_phase2()
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
Dlibunwind.h100 extern int unw_step(unw_cursor_t *) LIBUNWIND_AVAIL;