Searched refs:unw_step (Results 1 - 25 of 57) sorted by relevance

123

/external/libunwind/src/mips/
H A DGstep.c29 unw_step (unw_cursor_t *cursor) function
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dstacktrace_libunwind-inl.h96 if (unw_step(&cursor) <= 0) {
114 if (unw_step(&cursor) <= 0) {
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dstacktrace_libunwind-inl.h96 if (unw_step(&cursor) <= 0) {
114 if (unw_step(&cursor) <= 0) {
/external/libunwind/src/unwind/
H A DBacktrace.c46 if (unw_step (&context.cursor) <= 0)
H A DRaiseException.c56 if (unw_step (&context.cursor) <= 0)
H A Dunwind-internal.h84 ret = unw_step (&context->cursor);
/external/libunwind/tests/
H A Dia64-test-sig.c53 if (unw_step (&cursor) < 0)
54 panic ("unw_step() failed!\n");
58 if (unw_step (&cursor2) < 0)
61 if (unw_step (&cursor2) < 0)
62 panic ("unw_step() failed!\n");
H A Dtest-static-link-gen.c68 return unw_step (&c);
H A Dtest-static-link-loc.c85 return unw_step (&c);
H A DGia64-test-readonly.c59 if ((ret = unw_step (&c)) < 0)
60 panic ("%s: unw_step (ret=%d)\n", __FUNCTION__, ret);
62 if ((ret = unw_step (&c)) < 0)
63 panic ("%s: unw_step (ret=%d)\n", __FUNCTION__, ret);
H A DGtest-nomalloc.c71 ret = unw_step (&cursor);
H A DGtest-dyn1.c120 if (unw_step (&cursor) < 0)
129 unw_step (&cursor);
151 while (unw_step (&cursor) > 0);
H A DGtest-resume-sig.c112 if ((ret = unw_step (&c)) < 0) /* step to signal trampoline */
113 panic ("unw_step(1) failed: ret=%d\n", ret);
115 if ((ret = unw_step (&c)) < 0) /* step to kill() */
116 panic ("unw_step(2) failed: ret=%d\n", ret);
H A Dtest-proc-info.c156 ret = unw_step (&c);
158 panic ("First call to unw_step() returned %d instead of %d\n",
161 ret = unw_step (&c);
163 panic ("Second call to unw_step() returned %d instead of %d\n",
H A DGtest-exc.c67 if (unw_step (&cursor) < 0)
69 panic ("unw_step() failed!\n");
H A DGtest-init.cxx73 while ((ret = unw_step (&cursor)) > 0);
76 panic ("FAILURE: unw_step() returned %d\n", ret);
H A Dtest-init-remote.c75 ret = unw_step (&cursor);
79 printf ("FAILURE: unw_step() returned %d for ip=%lx\n",
H A Dtest-mem.c63 ret = unw_step (&cursor);
67 panic ("FAILURE: unw_step() returned %d for ip=%lx\n",
/external/libunwind/src/mi/
H A Dbacktrace.c45 while (unw_step (&cursor) > 0)
/external/libunwind/src/hppa/
H A DGstep.c30 unw_step (unw_cursor_t *cursor) function
/external/libunwind/src/setjmp/
H A Dlongjmp.c97 while (unw_step (&c) > 0);
H A Dsetjmp_i.h57 if (unw_step (&tmp) < 0)
H A Dsiglongjmp.c124 while (unw_step (&c) > 0);
/external/libunwind/src/ia64/
H A DGinit_local.c105 ret = unw_step (cursor);
/external/libunwind/src/x86/
H A DGstep.c30 unw_step (unw_cursor_t *cursor) function

Completed in 151 milliseconds

123