Home
last modified time | relevance | path

Searched refs:_URC_NO_REASON (Results 1 – 24 of 24) sorted by relevance

/external/libunwind/src/unwind/
DBacktrace.c34 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()
Dunwind-internal.h102 if (reason != _URC_NO_REASON) in _Unwind_Phase2()
/external/libunwind_llvm/src/
DUnwind-sjlj.c145 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()
DUnwindLevel1.c107 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()
DUnwind-EHABI.cpp508 return _URC_NO_REASON; in unwind_phase1()
530 return _URC_NO_REASON; in unwind_phase1()
678 if (phase1 != _URC_NO_REASON) in _Unwind_RaiseException()
DUnwindLevel1-gcc-ext.c177 if (result != _URC_NO_REASON) { in _Unwind_Backtrace()
DUnwind-seh.cpp282 if (stopResult != _URC_NO_REASON) { in unwind_phase2_forced()
/external/v8/src/base/debug/
Dstack_trace_android.cc42 return _URC_NO_REASON; in TraceStackFrame()
48 return _URC_NO_REASON; in TraceStackFrame()
/external/libchrome/base/debug/
Dstack_trace_android.cc46 return _URC_NO_REASON; in TraceStackFrame()
52 return _URC_NO_REASON; in TraceStackFrame()
/external/linux-kselftest/tools/testing/selftests/x86/
Dunwind_vdso.c105 return _URC_NO_REASON; /* Not there yet */ in trace_fn()
131 return _URC_NO_REASON; in trace_fn()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_unwind_linux_libcdep.cc83 #define UNWIND_CONTINUE _URC_NO_REASON
86 #define UNWIND_CONTINUE _URC_NO_REASON
/external/libunwind_llvm/test/
Dlibunwind_02.pass.cpp15 return _URC_NO_REASON; in callback()
/external/perfetto/src/base/
Ddebug_crash_stack_trace.cc100 return _URC_NO_REASON; in TraceStackFrame()
106 return _URC_NO_REASON; in TraceStackFrame()
/external/libcxxabi/test/
Dbacktrace_test.pass.cpp21 return _URC_NO_REASON; in trace_function()
/external/libunwind/include/
Dunwind.h42 _URC_NO_REASON = 0, enumerator
/external/clang/lib/Headers/
Dunwind.h81 _URC_NO_REASON = 0, enumerator
/external/libunwind_llvm/include/
Dunwind.h33 _URC_NO_REASON = 0, enumerator
/external/jemalloc/src/
Dprof.c332 return (_URC_NO_REASON); in prof_unwind_init_callback()
351 return (_URC_NO_REASON); in prof_unwind_callback()
/external/jemalloc_new/src/
Dprof.c338 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/
DSignals.inc378 return _URC_NO_REASON;
/external/llvm/lib/Support/Unix/
DSignals.inc378 return _URC_NO_REASON;
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp92 _URC_NO_REASON = 0, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Unix/
DSignals.inc466 return _URC_NO_REASON;
/external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
DExceptionDemo.cpp95 _URC_NO_REASON = 0, enumerator