| /freebsd-9-stable/contrib/gcc/ |
| D | unwind.inc | 58 if (code != _URC_NO_REASON) 109 if (code != _URC_NO_REASON) 160 if (code != _URC_NO_REASON && code != _URC_END_OF_STACK) 169 if (stop_code != _URC_NO_REASON) 295 if (code != _URC_NO_REASON && code != _URC_END_OF_STACK) 299 if ((*trace) (&context, trace_argument) != _URC_NO_REASON)
|
| D | unwind-generic.h | 65 _URC_NO_REASON = 0, enumerator
|
| D | unwind-sjlj.c | 279 return _URC_NO_REASON; in uw_frame_state_for()
|
| D | unwind-dw2.c | 1156 return _URC_NO_REASON; in uw_frame_state_for() 1188 if (uw_frame_state_for (&context, &fs) != _URC_NO_REASON) in __frame_state_for() 1413 gcc_assert (code == _URC_NO_REASON); in uw_init_context_1()
|
| /freebsd-9-stable/contrib/gcc/config/s390/ |
| D | tpf-unwind.h | 96 return _URC_NO_REASON; in s390_fallback_frame_state() 122 return _URC_NO_REASON; in s390_fallback_frame_state()
|
| D | linux-unwind.h | 133 return _URC_NO_REASON; in s390_fallback_frame_state()
|
| /freebsd-9-stable/contrib/gcc/config/sparc/ |
| D | linux-unwind.h | 87 return _URC_NO_REASON; in sparc64_fallback_frame_state() 155 return _URC_NO_REASON; in sparc_fallback_frame_state()
|
| /freebsd-9-stable/contrib/gcc/config/rs6000/ |
| D | darwin-unwind.h | 35 ? _URC_NO_REASON : _URC_END_OF_STACK)
|
| D | linux-unwind.h | 304 return _URC_NO_REASON; in ppc_fallback_frame_state()
|
| /freebsd-9-stable/contrib/gcc/config/i386/ |
| D | linux-unwind.h | 104 return _URC_NO_REASON; in x86_64_fallback_frame_state() 177 return _URC_NO_REASON; in x86_fallback_frame_state()
|
| /freebsd-9-stable/include/ |
| D | unwind.h | 43 _URC_NO_REASON = 0, enumerator
|
| /freebsd-9-stable/contrib/libstdc++/libsupc++/ |
| D | eh_throw.cc | 46 if (code != _URC_FOREIGN_EXCEPTION_CAUGHT && code != _URC_NO_REASON) in __gxx_exception_cleanup()
|
| /freebsd-9-stable/contrib/libcxxrt/ |
| D | unwind-itanium.h | 42 _URC_NO_REASON = 0, enumerator
|
| /freebsd-9-stable/contrib/gcc/config/mips/ |
| D | linux-unwind.h | 110 return _URC_NO_REASON; in mips_fallback_frame_state()
|
| /freebsd-9-stable/contrib/gcc/config/arm/ |
| D | unwind-arm.h | 79 #define _URC_NO_REASON _URC_OK macro
|
| D | unwind-arm.c | 569 if (stop_code != _URC_NO_REASON) in unwind_phase2_forced()
|
| /freebsd-9-stable/contrib/gcc/config/ia64/ |
| D | linux-unwind.h | 117 return _URC_NO_REASON; in ia64_fallback_frame_state()
|
| D | unwind-ia64.c | 1791 if (MD_FALLBACK_FRAME_STATE_FOR (context, fs) == _URC_NO_REASON) in uw_frame_state_for() 1792 return _URC_NO_REASON; in uw_frame_state_for() 1807 return _URC_NO_REASON; in uw_frame_state_for() 1865 return _URC_NO_REASON; in uw_frame_state_for() 2121 if (uw_frame_state_for (context, &fs) != _URC_NO_REASON) in uw_init_context_1()
|
| /freebsd-9-stable/contrib/compiler-rt/lib/ |
| D | gcc_personality_v0.c | 20 _URC_NO_REASON = 0, enumerator
|
| /freebsd-9-stable/lib/libthr/thread/ |
| D | thr_exit.c | 157 return (_URC_NO_REASON); in thread_unwind_stop()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Headers/ |
| D | unwind.h | 81 _URC_NO_REASON = 0, enumerator
|
| /freebsd-9-stable/contrib/libstdc++/ |
| D | ChangeLog-2002 | 1788 Accept _URC_NO_REASON as a valid reason code.
|
| /freebsd-9-stable/contrib/gcc/doc/ |
| D | tm.texi | 3254 @code{_URC_NO_REASON}. If the frame cannot be decoded, the macro should
|