Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwind-sjlj.c158 return _URC_NO_REASON; in unwind_phase1()
176 return _URC_NO_REASON; in unwind_phase1()
275 if (stopResult != _URC_NO_REASON) { in unwind_phase2_forced()
347 if (phase1 != _URC_NO_REASON) in _Unwind_SjLj_RaiseException()
H A DUnwindLevel1.c164 return _URC_NO_REASON; in unwind_phase1()
182 return _URC_NO_REASON; in unwind_phase1()
383 if (stopResult != _URC_NO_REASON) { in unwind_phase2_forced()
460 if (phase1 != _URC_NO_REASON) in _Unwind_RaiseException()
H A DUnwind-EHABI.cpp540 return _URC_NO_REASON; in unwind_phase1()
562 return _URC_NO_REASON; in unwind_phase1()
745 if (stopResult != _URC_NO_REASON) { in unwind_phase2_forced()
830 if (phase1 != _URC_NO_REASON) in _Unwind_RaiseException()
H A DUnwindLevel1-gcc-ext.c131 /// returns anything other than _URC_NO_REASON, then walk is terminated.
202 if (result != _URC_NO_REASON) { in _Unwind_Backtrace()
H A DUnwind-seh.cpp283 if (stopResult != _URC_NO_REASON) { in unwind_phase2_forced()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_unwind_linux_libcdep.cpp54 #define UNWIND_CONTINUE _URC_NO_REASON
57 #define UNWIND_CONTINUE _URC_NO_REASON
/freebsd/contrib/libexecinfo/
H A Dunwind.c57 return _URC_NO_REASON; in tracer()
/freebsd/contrib/libcxxrt/
H A Dunwind-itanium.h42 _URC_NO_REASON = 0, enumerator
H A Dunwind-arm.h32 _URC_NO_REASON = 0, enumerator
/freebsd/contrib/llvm-project/libunwind/include/
H A Dunwind.h33 _URC_NO_REASON = 0, enumerator
/freebsd/lib/libthr/thread/
H A Dthr_exit.c162 return (_URC_NO_REASON); in thread_unwind_stop()
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dunwind.h75 _URC_NO_REASON = 0, enumerator
/freebsd/contrib/jemalloc/src/
H A Dprof.c606 return _URC_NO_REASON; in prof_unwind_init_callback()
626 return _URC_NO_REASON; in prof_unwind_callback()
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DSignals.inc699 return _URC_NO_REASON;