Searched refs:_URC_NO_REASON (Results 1 - 21 of 21) sorted by relevance

/external/libunwind/src/unwind/
H A DBacktrace.c34 int ret = _URC_NO_REASON;
44 while (ret == _URC_NO_REASON)
48 else if ((*trace) (&context, trace_parameter) != _URC_NO_REASON)
H A Dunwind-internal.h102 if (reason != _URC_NO_REASON)
/external/libunwind_llvm/test/
H A Dlibunwind_02.pass.cpp15 return _URC_NO_REASON;
/external/v8/src/base/debug/
H A Dstack_trace_android.cc42 return _URC_NO_REASON;
48 return _URC_NO_REASON;
/external/libcxxabi/test/
H A Dbacktrace_test.pass.cpp21 return _URC_NO_REASON;
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_unwind_linux_libcdep.cc83 #define UNWIND_CONTINUE _URC_NO_REASON
86 #define UNWIND_CONTINUE _URC_NO_REASON
/external/libmojo/base/debug/
H A Dstack_trace_android.cc46 return _URC_NO_REASON;
52 return _URC_NO_REASON;
/external/libunwind/include/
H A Dunwind.h42 _URC_NO_REASON = 0, enumerator in enum:__anon12475
101 if the callback returns any value other than _URC_NO_REASON. */
/external/libunwind_llvm/src/
H A DUnwind-sjlj.c142 return _URC_NO_REASON;
159 return _URC_NO_REASON;
255 if (stopResult != _URC_NO_REASON) {
326 if (phase1 != _URC_NO_REASON)
H A DUnwindLevel1.c106 return _URC_NO_REASON;
124 return _URC_NO_REASON;
280 if (stopResult != _URC_NO_REASON) {
356 if (phase1 != _URC_NO_REASON)
H A DUnwindLevel1-gcc-ext.c103 /// returns anything other than _URC_NO_REASON, then walk is terminated.
174 if (result != _URC_NO_REASON) {
H A DUnwind-EHABI.cpp511 return _URC_NO_REASON;
533 return _URC_NO_REASON;
681 if (phase1 != _URC_NO_REASON)
/external/linux-kselftest/tools/testing/selftests/x86/
H A Dunwind_vdso.c105 return _URC_NO_REASON; /* Not there yet */
131 return _URC_NO_REASON;
/external/perfetto/src/base/
H A Ddebug_crash_stack_trace.cc99 return _URC_NO_REASON;
105 return _URC_NO_REASON;
/external/clang/lib/Headers/
H A Dunwind.h81 _URC_NO_REASON = 0, enumerator in enum:__anon1723
/external/libunwind_llvm/include/
H A Dunwind.h29 _URC_NO_REASON = 0, enumerator in enum:__anon12504
296 // or the _Unwind_Trace_Fn function returns something other than _URC_NO_REASON.
/external/llvm/lib/Support/Unix/
H A DSignals.inc378 return _URC_NO_REASON;
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
H A DSignals.inc378 return _URC_NO_REASON;
/external/jemalloc/src/
H A Dprof.c332 return (_URC_NO_REASON);
351 return (_URC_NO_REASON);
/external/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp92 _URC_NO_REASON = 0, enumerator in enum:__anon13550
/external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
H A DExceptionDemo.cpp95 _URC_NO_REASON = 0, enumerator in enum:__anon22397

Completed in 351 milliseconds