Searched refs:_UA_END_OF_STACK (Results 1 - 11 of 11) sorted by relevance

/freebsd-12-stable/contrib/libcxxrt/
H A Dunwind-itanium.h107 _UA_END_OF_STACK exists. */
108 # define _UA_END_OF_STACK 16 macro
/freebsd-12-stable/include/
H A Dunwind.h112 _UA_END_OF_STACK exists. */
113 # define _UA_END_OF_STACK 16 macro
/freebsd-12-stable/contrib/gcc/
H A Dunwind-generic.h109 #define _UA_END_OF_STACK 16 macro
H A Dunwind.inc166 action |= _UA_END_OF_STACK;
/freebsd-12-stable/contrib/gcc/config/arm/
H A Dunwind-arm.h82 #define _UA_END_OF_STACK 16 macro
/freebsd-12-stable/contrib/llvm-project/libunwind/include/
H A Dunwind.h53 _UA_END_OF_STACK = 16 // gcc extension to C++ ABI enumerator in enum:__anon3741
/freebsd-12-stable/contrib/llvm-project/clang/lib/Headers/
H A Dunwind.h100 _UA_END_OF_STACK = 16 /* gcc extension to C++ ABI */ enumerator in enum:__anon3062
/freebsd-12-stable/lib/libthr/thread/
H A Dthr_exit.c148 if (actions & _UA_END_OF_STACK ||
/freebsd-12-stable/contrib/llvm-project/libunwind/src/
H A DUnwind-sjlj.c308 "function with _UA_END_OF_STACK",
311 (_Unwind_Action)(_UA_FORCE_UNWIND | _UA_CLEANUP_PHASE | _UA_END_OF_STACK);
H A DUnwindLevel1.c335 "function with _UA_END_OF_STACK",
338 (_Unwind_Action)(_UA_FORCE_UNWIND | _UA_CLEANUP_PHASE | _UA_END_OF_STACK);
H A DUnwind-seh.cpp331 "function with _UA_END_OF_STACK",
334 (_Unwind_Action)(_UA_FORCE_UNWIND | _UA_CLEANUP_PHASE | _UA_END_OF_STACK);

Completed in 134 milliseconds