Home
last modified time | relevance | path

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

/external/llvm-project/libunwind/test/
Dsignal_frame.pass.cpp24 assert(unw_step(&cursor) > 0); in test()
Dlibunwind_01.pass.cpp17 } while (unw_step(&cursor) > 0); in backtrace()
/external/igt-gpu-tools/lib/stubs/libunwind/
Dlibunwind.h38 static inline int unw_step(unw_cursor_t *cursor) { return 0; } in unw_step() function
/external/mesa3d/src/util/
Du_debug_stack.c102 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()
/external/strace/
Dunwind-libunwind.c151 if (unw_step(&cursor) <= 0) in walk()
/external/skqp/tools/
DCrashHandler.cpp39 while (unw_step(&cursor) > 0) { in handler()
/external/skia/tools/
DCrashHandler.cpp38 while (unw_step(&cursor) > 0) { in handler()
/external/boringssl/src/crypto/test/
Dabi_test.cc349 int ret = unw_step(&cursor_); in Step()
443 ret = unw_step(cursor); in InitAtSignalFrame()
/external/rust/crates/quiche/deps/boringssl/src/crypto/test/
Dabi_test.cc349 int ret = unw_step(&cursor_); in Step()
443 ret = unw_step(cursor); in InitAtSignalFrame()
/external/llvm-project/libunwind/src/
Dlibunwind.cpp167 _LIBUNWIND_WEAK_ALIAS(__unw_step, unw_step) in _LIBUNWIND_WEAK_ALIAS() argument
/external/angle/util/posix/
Dcrash_handler_posix.cpp109 while (unw_step(&cursor) > 0)
/external/llvm-project/libunwind/include/
Dlibunwind.h111 extern int unw_step(unw_cursor_t *) LIBUNWIND_AVAIL;
/external/igt-gpu-tools/lib/
Digt_core.c1445 while (unw_step(&cursor) > 0) { in print_backtrace()
1643 while (unw_step(&cursor) > 0) { in print_backtrace_sig_safe()