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

1 2 3

  /external/libunwind/src/unwind/
Backtrace.c 34 int ret = _URC_NO_REASON;
44 while (ret == _URC_NO_REASON)
48 else if ((*trace) (&context, trace_parameter) != _URC_NO_REASON)
unwind-internal.h 102 if (reason != _URC_NO_REASON)
  /system/extras/tests/memtest/
thumb.cpp 11 return _URC_NO_REASON;
  /external/libunwind_llvm/test/
libunwind_02.pass.cpp 15 return _URC_NO_REASON;
  /art/runtime/
backtrace_helper.h 46 return _URC_NO_REASON;
51 return state->num_frames_ >= state->max_depth_ ? _URC_END_OF_STACK : _URC_NO_REASON;
  /external/v8/src/base/debug/
stack_trace_android.cc 42 return _URC_NO_REASON;
48 return _URC_NO_REASON;
  /external/libcxxabi/test/
backtrace_test.pass.cpp 21 return _URC_NO_REASON;
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/test/
backtrace_test.pass.cpp 21 return _URC_NO_REASON;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_unwind_linux_libcdep.cc 83 #define UNWIND_CONTINUE _URC_NO_REASON
86 #define UNWIND_CONTINUE _URC_NO_REASON
  /external/libmojo/base/debug/
stack_trace_android.cc 46 return _URC_NO_REASON;
52 return _URC_NO_REASON;
  /external/libunwind/include/
unwind.h 42 _URC_NO_REASON = 0,
101 if the callback returns any value other than _URC_NO_REASON. */
  /external/libunwind_llvm/src/
Unwind-sjlj.c 142 return _URC_NO_REASON;
159 return _URC_NO_REASON;
255 if (stopResult != _URC_NO_REASON) {
326 if (phase1 != _URC_NO_REASON)
UnwindLevel1.c 106 return _URC_NO_REASON;
124 return _URC_NO_REASON;
280 if (stopResult != _URC_NO_REASON) {
356 if (phase1 != _URC_NO_REASON)
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
unwind.h 72 _URC_NO_REASON = 0,
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
unwind.h 72 _URC_NO_REASON = 0,
  /bionic/libc/malloc_debug/
backtrace.cpp 121 return _URC_NO_REASON;
126 return (state->cur_frame >= state->frame_count) ? _URC_END_OF_STACK : _URC_NO_REASON;
  /external/linux-kselftest/tools/testing/selftests/x86/
unwind_vdso.c 105 return _URC_NO_REASON; /* Not there yet */
131 return _URC_NO_REASON;
  /bionic/tests/
stack_unwinding_test.cpp 60 return _URC_NO_REASON;
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/include/
unwind.h 67 _URC_NO_REASON = 0,
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
unwind.h 65 _URC_NO_REASON = 0,
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
unwind.h 65 _URC_NO_REASON = 0,
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include/
unwind.h 67 _URC_NO_REASON = 0,
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/include/
unwind.h 67 _URC_NO_REASON = 0,
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/include/
unwind.h 67 _URC_NO_REASON = 0,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/include/
unwind.h 67 _URC_NO_REASON = 0,

Completed in 3343 milliseconds

1 2 3