Home
last modified time | relevance | path

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

123

/external/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()
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()
DGtest-resume-sig.c112 if ((ret = unw_step (&c)) < 0) /* step to signal trampoline */ in handler()
115 if ((ret = unw_step (&c)) < 0) /* step to kill() */ in handler()
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.c68 return unw_step (&c); in test_generic()
Dtest-static-link-loc.c85 return unw_step (&c); in test_local()
DGtest-nomalloc.c71 ret = unw_step (&cursor); in do_backtrace()
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()
DGtest-exc.c67 if (unw_step (&cursor) < 0) in raise_exception()
DGtest-concurrent.c66 while ((ret = unw_step (&c)) > 0); in handler()
/external/libunwind/doc/
DMakefile.am22 unw_step.man \
46 unw_step.tex \
/external/libunwind/src/unwind/
DBacktrace.c46 if (unw_step (&context.cursor) <= 0) in _Unwind_Backtrace()
DRaiseException.c56 if (unw_step (&context.cursor) <= 0) in _Unwind_RaiseException()
/external/libunwind_llvm/src/
DUnwindLevel1.c44 int stepResult = unw_step(cursor); in unwind_phase1()
140 int stepResult = unw_step(cursor); in unwind_phase2()
244 while (unw_step(cursor) > 0) { in unwind_phase2_forced()
/external/libunwind_llvm/test/
Dlibunwind_01.pass.cpp17 } while (unw_step(&cursor) > 0); in backtrace()
/external/libunwind/include/
Dlibunwind-common.h248 #define unw_step UNW_OBJ(step) macro
276 extern int unw_step (unw_cursor_t *);
/external/libunwind/src/mi/
Dbacktrace.c45 while (unw_step (&cursor) > 0) in slow_backtrace()
/external/libunwind/src/setjmp/
Dlongjmp.c97 while (unw_step (&c) > 0); in _longjmp()
Dsetjmp_i.h57 if (unw_step (&tmp) < 0) in bsp_match()
Dsiglongjmp.c124 while (unw_step (&c) > 0); in siglongjmp()
/external/libunwind/src/hppa/
DGstep.c30 unw_step (unw_cursor_t *cursor) in unw_step() function

123