Searched refs:_URC_END_OF_STACK (Results 1 - 22 of 22) sorted by relevance

/freebsd-10-stable/contrib/gcc/config/rs6000/
H A Ddarwin-unwind.h35 ? _URC_NO_REASON : _URC_END_OF_STACK)
H A Dlinux-unwind.h232 return _URC_END_OF_STACK;
/freebsd-10-stable/contrib/gcc/config/mips/
H A Dlinux-unwind.h64 return _URC_END_OF_STACK;
86 return _URC_END_OF_STACK;
/freebsd-10-stable/contrib/gcc/config/sparc/
H A Dlinux-unwind.h49 return _URC_END_OF_STACK;
105 return _URC_END_OF_STACK;
111 return _URC_END_OF_STACK;
/freebsd-10-stable/contrib/libcxxrt/
H A Dunwind-itanium.h47 _URC_END_OF_STACK = 5, enumerator in enum:__anon1728
132 returns _URC_END_OF_STACK when the backtrace stopped due to
H A Dunwind-arm.h31 _URC_END_OF_STACK = 5, enumerator in enum:__anon240
H A Dexception.cc717 case _URC_END_OF_STACK:
/freebsd-10-stable/include/
H A Dunwind.h48 _URC_END_OF_STACK = 5, enumerator in enum:__anon5620
134 returns _URC_END_OF_STACK when the backtrace stopped due to
/freebsd-10-stable/contrib/gcc/config/s390/
H A Dlinux-unwind.h58 return _URC_END_OF_STACK;
H A Dtpf-unwind.h76 return _URC_END_OF_STACK;
/freebsd-10-stable/contrib/gcc/
H A Dunwind-generic.h70 _URC_END_OF_STACK = 5, enumerator in enum:__anon1221
H A Dunwind.inc105 if (code == _URC_END_OF_STACK)
107 return _URC_END_OF_STACK;
160 if (code != _URC_NO_REASON && code != _URC_END_OF_STACK)
165 if (code == _URC_END_OF_STACK)
174 if (code == _URC_END_OF_STACK)
295 if (code != _URC_NO_REASON && code != _URC_END_OF_STACK)
303 if (code == _URC_END_OF_STACK)
H A Dunwind-sjlj.c277 return _URC_END_OF_STACK;
H A Dunwind-dw2.c1109 return _URC_END_OF_STACK;
1121 return _URC_END_OF_STACK;
/freebsd-10-stable/contrib/gcc/config/i386/
H A Dlinux-unwind.h61 return _URC_END_OF_STACK;
151 return _URC_END_OF_STACK;
/freebsd-10-stable/contrib/compiler-rt/lib/
H A Dgcc_personality_v0.c25 _URC_END_OF_STACK = 5, enumerator in enum:__anon861
/freebsd-10-stable/contrib/gcc/config/arm/
H A Dunwind-arm.h53 _URC_END_OF_STACK = 5, enumerator in enum:__anon1039
H A Dunwind-arm.c431 return _URC_END_OF_STACK;
801 while (code != _URC_END_OF_STACK
/freebsd-10-stable/contrib/gcc/config/ia64/
H A Dlinux-unwind.h119 return _URC_END_OF_STACK;
H A Dunwind-ia64.c1818 return _URC_END_OF_STACK;
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Headers/
H A Dunwind.h88 _URC_END_OF_STACK = 5, enumerator in enum:__anon3309
/freebsd-10-stable/contrib/jemalloc/src/
H A Dprof.c236 return (_URC_END_OF_STACK);

Completed in 115 milliseconds