Home
last modified time | relevance | path

Searched refs:_UA_END_OF_STACK (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/libcxxrt/
H A Dunwind-itanium.h111 # define _UA_END_OF_STACK 16 macro
/freebsd/contrib/llvm-project/libunwind/include/
H A Dunwind.h53 _UA_END_OF_STACK = 16 // gcc extension to C++ ABI enumerator
/freebsd/lib/libthr/thread/
H A Dthr_exit.c145 if (actions & _UA_END_OF_STACK || in thread_unwind_stop()
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dunwind.h102 _UA_END_OF_STACK = 16 /* gcc extension to C++ ABI */ enumerator
/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwind-sjlj.c321 "function with _UA_END_OF_STACK", in unwind_phase2_forced()
324 (_Unwind_Action)(_UA_FORCE_UNWIND | _UA_CLEANUP_PHASE | _UA_END_OF_STACK); in unwind_phase2_forced()
H A DUnwindLevel1.c434 (_Unwind_Action)(_UA_FORCE_UNWIND | _UA_CLEANUP_PHASE | _UA_END_OF_STACK); in unwind_phase2_forced()
H A DUnwind-seh.cpp341 (_Unwind_Action)(_UA_FORCE_UNWIND | _UA_CLEANUP_PHASE | _UA_END_OF_STACK); in unwind_phase2_forced()
H A DUnwind-EHABI.cpp806 (_Unwind_Action)(_UA_FORCE_UNWIND | _UA_CLEANUP_PHASE | _UA_END_OF_STACK); in unwind_phase2_forced()