HomeSort by relevance Sort by last modified time
    Searched full:unw_step (Results 1 - 25 of 75) sorted by null

1 2 3

  /external/libunwind/doc/
unw_step.man 15 unw_step
25 unw_step(unw_cursor_t *cp);
31 The unw_step()
39 On successful completion, unw_step()
48 unw_step()
83 In addition, unw_step()
Makefile.am 22 unw_step.man \
46 unw_step.tex \
unw_backtrace.man 76 unw_step(3)
libunwind.man 37 unw_step(unw_cursor_t *);
136 unw_step().
140 A positive return value from unw_step()
157 right before calling unw_step().
249 while (unw_step(&cursor) > 0) {
295 unw_step()
369 signal\-safe (e.g., unw_step()
487 unw_step(3),
  /external/libunwind/tests/
ia64-test-sig.c 53 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");
Gia64-test-readonly.c 59 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);
test-proc-info.c 156 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",
Gtest-init.cxx 73 while ((ret = unw_step (&cursor)) > 0);
76 panic ("FAILURE: unw_step() returned %d\n", ret);
test-init-remote.c 75 ret = unw_step (&cursor);
79 printf ("FAILURE: unw_step() returned %d for ip=%lx\n",
test-mem.c 63 ret = unw_step (&cursor);
67 panic ("FAILURE: unw_step() returned %d for ip=%lx\n",
Gtest-resume-sig.c 112 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);
Gia64-test-nat.c 434 if ((ret = unw_step (c)) < 0)
435 panic ("%s: unw_step (ret=%d): Failed to skip over signal handler\n",
437 if ((ret = unw_step (c)) < 0)
438 panic ("%s: unw_step (ret=%d): Failed to skip over signal handler\n",
560 if ((ret = unw_step (&c)) < 0)
561 panic ("%s: unw_step (ret=%d)\n", __FUNCTION__, ret);
567 if ((ret = unw_step (&c)) < 0)
568 panic ("%s: unw_step (ret=%d)\n", __FUNCTION__, ret);
Gtest-concurrent.c 66 while ((ret = unw_step (&c)) > 0);
69 panic ("unw_step() returned %d\n", ret);
Gtest-exc.c 67 if (unw_step (&cursor) < 0)
69 panic ("unw_step() failed!\n");
ppc64-test-altivec.c 109 ret = unw_step (&cursor);
113 panic ("FAILURE: unw_step() returned %d for ip=%lx\n", ret,
test-static-link-gen.c 68 return unw_step (&c);
Gtest-dyn1.c 120 if (unw_step (&cursor) < 0)
129 unw_step (&cursor);
151 while (unw_step (&cursor) > 0);
test-async-sig.c 113 ret = unw_step (&cursor);
117 panic ("FAILURE: unw_step() returned %d for ip=%lx\n",
122 panic ("FAILURE: unw_step() looping over %d iterations\n", depth);
Gtest-trace.c 77 while ((ret = unw_step (&cursor)) > 0 && ++depth < 128);
82 printf ("FAILURE: unw_step() returned %d for ip=%lx\n", ret, (long) ip);
110 printf ("FAILURE: unw_step() loop and unw_backtrace() depths differ: %d vs. %d\n", depth, m);
116 printf ("FAILURE: unw_step() loop and backtrace() depths differ: %d vs. %d\n", depth, n);
135 printf ("FAILURE: unw_step() loop and backtrace() addresses differ at %d: %p vs. %p\n",
  /external/chromium_org/third_party/tcmalloc/chromium/src/
stacktrace_libunwind-inl.h 96 if (unw_step(&cursor) <= 0) {
114 if (unw_step(&cursor) <= 0) {
  /external/chromium_org/third_party/tcmalloc/vendor/src/
stacktrace_libunwind-inl.h 96 if (unw_step(&cursor) <= 0) {
114 if (unw_step(&cursor) <= 0) {
  /external/libcxxabi/src/Unwind/
UnwindLevel1.c 37 int stepResult = unw_step(&cursor1);
39 _LIBUNWIND_TRACE_UNWINDING("unwind_phase1(ex_ojb=%p): unw_step() reached "
44 _LIBUNWIND_TRACE_UNWINDING("unwind_phase1(ex_ojb=%p): unw_step failed => "
131 int stepResult = unw_step(&cursor2);
133 _LIBUNWIND_TRACE_UNWINDING("unwind_phase2(ex_ojb=%p): unw_step() reached "
138 _LIBUNWIND_TRACE_UNWINDING("unwind_phase2(ex_ojb=%p): unw_step failed => "
232 while (unw_step(&cursor2) > 0) {
237 _LIBUNWIND_TRACE_UNWINDING("unwind_phase2_forced(ex_ojb=%p): unw_step "
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
UnwindLevel1.c 38 int stepResult = unw_step(&cursor1);
40 _LIBUNWIND_TRACE_UNWINDING("unwind_phase1(ex_ojb=%p): unw_step() reached "
45 _LIBUNWIND_TRACE_UNWINDING("unwind_phase1(ex_ojb=%p): unw_step failed => "
131 int stepResult = unw_step(&cursor2);
133 _LIBUNWIND_TRACE_UNWINDING("unwind_phase2(ex_ojb=%p): unw_step() reached "
138 _LIBUNWIND_TRACE_UNWINDING("unwind_phase2(ex_ojb=%p): unw_step failed => "
235 while (unw_step(&cursor2) > 0) {
240 _LIBUNWIND_TRACE_UNWINDING("unwind_phase2_forced(ex_ojb=%p): unw_step "
  /external/libunwind/src/mips/
Gstep.c 29 unw_step (unw_cursor_t *cursor) function
  /external/libunwind/src/unwind/
Backtrace.c 46 if (unw_step (&context.cursor) <= 0)

Completed in 460 milliseconds

1 2 3