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

  /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)
  /external/libunwind_llvm/test/
libunwind_02.pass.cpp 15 return _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;
  /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/libchrome/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. */
  /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;
  /external/libunwind_llvm/src/
Unwind-sjlj.c 145 return _URC_NO_REASON;
163 return _URC_NO_REASON;
260 if (stopResult != _URC_NO_REASON) {
332 if (phase1 != _URC_NO_REASON)
UnwindLevel1.c 107 return _URC_NO_REASON;
125 return _URC_NO_REASON;
281 if (stopResult != _URC_NO_REASON) {
357 if (phase1 != _URC_NO_REASON)
UnwindLevel1-gcc-ext.c 106 /// returns anything other than _URC_NO_REASON, then walk is terminated.
177 if (result != _URC_NO_REASON) {
Unwind-EHABI.cpp 508 return _URC_NO_REASON;
530 return _URC_NO_REASON;
678 if (phase1 != _URC_NO_REASON)
    [all...]
Unwind-seh.cpp 282 if (stopResult != _URC_NO_REASON) {
  /external/perfetto/src/base/
debug_crash_stack_trace.cc 100 return _URC_NO_REASON;
106 return _URC_NO_REASON;
  /external/clang/lib/Headers/
unwind.h 81 _URC_NO_REASON = 0,
  /external/libunwind_llvm/include/
unwind.h 33 _URC_NO_REASON = 0,
304 // or the _Unwind_Trace_Fn function returns something other than _URC_NO_REASON.
  /external/jemalloc/src/
prof.c 332 return (_URC_NO_REASON);
351 return (_URC_NO_REASON);
    [all...]
  /external/jemalloc_new/src/
prof.c 338 return _URC_NO_REASON;
358 return _URC_NO_REASON;
    [all...]
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp 92 _URC_NO_REASON = 0,
    [all...]
  /external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
ExceptionDemo.cpp 95 _URC_NO_REASON = 0,
    [all...]

Completed in 4960 milliseconds