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

1 2 3

  /external/libunwind/src/mips/
Gstep.c 29 unw_step (unw_cursor_t *cursor) function
  /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/libunwind/src/unwind/
Backtrace.c 46 if (unw_step (&context.cursor) <= 0)
RaiseException.c 56 if (unw_step (&context.cursor) <= 0)
unwind-internal.h 84 ret = unw_step (&context->cursor);
  /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");
test-static-link-gen.c 68 return unw_step (&c);
test-static-link-loc.c 85 return unw_step (&c);
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);
Gtest-nomalloc.c 71 ret = unw_step (&cursor);
Gtest-dyn1.c 120 if (unw_step (&cursor) < 0)
129 unw_step (&cursor);
151 while (unw_step (&cursor) > 0);
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);
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-exc.c 67 if (unw_step (&cursor) < 0)
69 panic ("unw_step() failed!\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",
  /external/libunwind/src/mi/
backtrace.c 45 while (unw_step (&cursor) > 0)
  /external/libunwind/src/hppa/
Gstep.c 30 unw_step (unw_cursor_t *cursor) function
  /external/libunwind/src/setjmp/
longjmp.c 97 while (unw_step (&c) > 0);
setjmp_i.h 57 if (unw_step (&tmp) < 0)
siglongjmp.c 124 while (unw_step (&c) > 0);
  /external/libunwind/src/ia64/
Ginit_local.c 105 ret = unw_step (cursor);
  /external/libunwind/src/x86/
Gstep.c 30 unw_step (unw_cursor_t *cursor) function

Completed in 361 milliseconds

1 2 3