Home
last modified time | relevance | path

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

/freebsd-head/contrib/libcxxrt/
HDunwind-itanium.h111 # define _UA_END_OF_STACK 16 macro
/freebsd-head/contrib/llvm-project/libunwind/include/
HDunwind.h53 _UA_END_OF_STACK = 16 // gcc extension to C++ ABI enumerator
/freebsd-head/lib/libthr/thread/
HDthr_exit.c145 if (actions & _UA_END_OF_STACK || in thread_unwind_stop()
/freebsd-head/contrib/llvm-project/clang/lib/Headers/
HDunwind.h102 _UA_END_OF_STACK = 16 /* gcc extension to C++ ABI */ enumerator
/freebsd-head/contrib/llvm-project/libunwind/src/
HDUnwind-sjlj.c324 (_Unwind_Action)(_UA_FORCE_UNWIND | _UA_CLEANUP_PHASE | _UA_END_OF_STACK); in unwind_phase2_forced()
HDUnwindLevel1.c434 (_Unwind_Action)(_UA_FORCE_UNWIND | _UA_CLEANUP_PHASE | _UA_END_OF_STACK); in unwind_phase2_forced()
HDUnwind-seh.cpp341 (_Unwind_Action)(_UA_FORCE_UNWIND | _UA_CLEANUP_PHASE | _UA_END_OF_STACK); in unwind_phase2_forced()
HDUnwind-EHABI.cpp806 (_Unwind_Action)(_UA_FORCE_UNWIND | _UA_CLEANUP_PHASE | _UA_END_OF_STACK); in unwind_phase2_forced()