Home
last modified time | relevance | path

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

123

/third_party/libunwind/tests/
Dia64-test-sig.c53 if (unw_step (&cursor) < 0) in sighandler()
58 if (unw_step (&cursor2) < 0) in sighandler()
61 if (unw_step (&cursor2) < 0) in sighandler()
DGtest-resume-sig.c116 if ((ret = unw_step (&c)) < 0) /* step to signal trampoline */ in handler()
119 if ((ret = unw_step (&c)) < 0) /* step to kill() */ in handler()
123 if ((ret = unw_step (&c)) < 0) /* step to signal trampoline */ in handler()
DGia64-test-readonly.c59 if ((ret = unw_step (&c)) < 0) in checker()
62 if ((ret = unw_step (&c)) < 0) in checker()
DGtest-dyn1.c120 if (unw_step (&cursor) < 0) in sighandler()
129 unw_step (&cursor); in sighandler()
151 while (unw_step (&cursor) > 0); in sighandler()
Dtest-proc-info.c156 ret = unw_step (&c); in main()
161 ret = unw_step (&c); in main()
DGia64-test-nat.c434 if ((ret = unw_step (c)) < 0) in check_static_to_scratch()
437 if ((ret = unw_step (c)) < 0) in check_static_to_scratch()
560 if ((ret = unw_step (&c)) < 0) in start_checks()
567 if ((ret = unw_step (&c)) < 0) in start_checks()
Dtest-static-link-gen.c69 return unw_step (&c); in test_generic()
Dtest-static-link-loc.c86 return unw_step (&c); in test_local()
DGtest-nomalloc.c71 ret = unw_step (&cursor); in do_backtrace()
DLtest-init-local-signal.c17 ret = unw_step(c); in stepper()
Dtest-init-remote.c75 ret = unw_step (&cursor); in do_backtrace()
DGtest-init.cxx73 while ((ret = unw_step (&cursor)) > 0); in do_backtrace()
Dtest-mem.c63 ret = unw_step (&cursor); in do_backtrace()
DGx64-test-dwarf-expressions.c31 rc = unw_step(&cursor); in recover_register()
Dx64-unwind-badjmp-signal-frame.c68 while (unw_step(&cursor) > 0 && !test_status) in handle_sigsegv()
/third_party/libunwind/doc/
DMakefile.am26 unw_step.man \
53 unw_step.tex \
/third_party/libunwind/src/unwind/
DBacktrace.c42 if ((ret = unw_step (&context.cursor)) <= 0) in _Unwind_Backtrace()
DRaiseException.c49 if ((ret = unw_step (&context.cursor)) <= 0) in _Unwind_RaiseException()
/third_party/libunwind/src/tilegx/
DGstep.c30 unw_step (unw_cursor_t *cursor) in unw_step() function
/third_party/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()
/third_party/libunwind/include/
Dlibunwind-common.h242 #define unw_step UNW_OBJ(step) macro
277 extern int unw_step(unw_cursor_t *);
/third_party/boost/libs/context/example/callcc/
Dbacktrace.cpp23 while ( 0 < unw_step( & cursor) ) { in backtrace()
/third_party/boost/libs/context/example/fiber/
Dbacktrace.cpp23 while ( 0 < unw_step( & cursor) ) { in backtrace()
/third_party/libunwind/src/mi/
Dbacktrace.c45 while (unw_step (&cursor) > 0) in slow_backtrace()
/third_party/libunwind/src/setjmp/
Dsetjmp_i.h57 if (unw_step (&tmp) < 0) in bsp_match()

123