/external/libunwind/src/unwind/ |
D | Backtrace.c | 34 int ret = _URC_NO_REASON; in _Unwind_Backtrace() 44 while (ret == _URC_NO_REASON) in _Unwind_Backtrace() 48 else if ((*trace) (&context, trace_parameter) != _URC_NO_REASON) in _Unwind_Backtrace()
|
D | unwind-internal.h | 102 if (reason != _URC_NO_REASON) in _Unwind_Phase2()
|
/external/libunwind_llvm/src/ |
D | Unwind-sjlj.c | 145 return _URC_NO_REASON; in unwind_phase1() 163 return _URC_NO_REASON; in unwind_phase1() 260 if (stopResult != _URC_NO_REASON) { in unwind_phase2_forced() 332 if (phase1 != _URC_NO_REASON) in _Unwind_SjLj_RaiseException()
|
D | UnwindLevel1.c | 107 return _URC_NO_REASON; in unwind_phase1() 125 return _URC_NO_REASON; in unwind_phase1() 281 if (stopResult != _URC_NO_REASON) { in unwind_phase2_forced() 357 if (phase1 != _URC_NO_REASON) in _Unwind_RaiseException()
|
D | Unwind-EHABI.cpp | 508 return _URC_NO_REASON; in unwind_phase1() 530 return _URC_NO_REASON; in unwind_phase1() 678 if (phase1 != _URC_NO_REASON) in _Unwind_RaiseException()
|
D | UnwindLevel1-gcc-ext.c | 177 if (result != _URC_NO_REASON) { in _Unwind_Backtrace()
|
D | Unwind-seh.cpp | 282 if (stopResult != _URC_NO_REASON) { in unwind_phase2_forced()
|
/external/v8/src/base/debug/ |
D | stack_trace_android.cc | 42 return _URC_NO_REASON; in TraceStackFrame() 48 return _URC_NO_REASON; in TraceStackFrame()
|
/external/libchrome/base/debug/ |
D | stack_trace_android.cc | 46 return _URC_NO_REASON; in TraceStackFrame() 52 return _URC_NO_REASON; in TraceStackFrame()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_unwind_linux_libcdep.cc | 83 #define UNWIND_CONTINUE _URC_NO_REASON 86 #define UNWIND_CONTINUE _URC_NO_REASON
|
/external/linux-kselftest/tools/testing/selftests/x86/ |
D | unwind_vdso.c | 105 return _URC_NO_REASON; /* Not there yet */ in trace_fn() 131 return _URC_NO_REASON; in trace_fn()
|
/external/libunwind_llvm/test/ |
D | libunwind_02.pass.cpp | 15 return _URC_NO_REASON; in callback()
|
/external/perfetto/src/base/ |
D | debug_crash_stack_trace.cc | 100 return _URC_NO_REASON; in TraceStackFrame() 106 return _URC_NO_REASON; in TraceStackFrame()
|
/external/libcxxabi/test/ |
D | backtrace_test.pass.cpp | 21 return _URC_NO_REASON; in trace_function()
|
/external/libunwind/include/ |
D | unwind.h | 42 _URC_NO_REASON = 0, enumerator
|
/external/clang/lib/Headers/ |
D | unwind.h | 81 _URC_NO_REASON = 0, enumerator
|
/external/libunwind_llvm/include/ |
D | unwind.h | 33 _URC_NO_REASON = 0, enumerator
|
/external/jemalloc/src/ |
D | prof.c | 332 return (_URC_NO_REASON); in prof_unwind_init_callback() 351 return (_URC_NO_REASON); in prof_unwind_callback()
|
/external/jemalloc_new/src/ |
D | prof.c | 338 return _URC_NO_REASON; in prof_unwind_init_callback() 358 return _URC_NO_REASON; in prof_unwind_callback()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/ |
D | Signals.inc | 378 return _URC_NO_REASON;
|
/external/llvm/lib/Support/Unix/ |
D | Signals.inc | 378 return _URC_NO_REASON;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Unix/ |
D | Signals.inc | 466 return _URC_NO_REASON;
|
/external/llvm/examples/ExceptionDemo/ |
D | ExceptionDemo.cpp | 92 _URC_NO_REASON = 0, enumerator
|
/external/swiftshader/third_party/LLVM/examples/ExceptionDemo/ |
D | ExceptionDemo.cpp | 95 _URC_NO_REASON = 0, enumerator
|