Home
last modified time | relevance | path

Searched refs:_Unwind_Action (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/libcxxrt/
H A Dunwind-itanium.h55 typedef int _Unwind_Action; typedef
68 typedef _Unwind_Reason_Code (*_Unwind_Stop_Fn) (int, _Unwind_Action,
156 _Unwind_Action actions,\
162 _Unwind_Action actions,\
H A Dunwind-arm.h43 typedef int _Unwind_Action; typedef
/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwind-seh.cpp63 _Unwind_Action action; in _GCC_specific_handler()
95 action = (_Unwind_Action)ms_exc->ExceptionInformation[2]; in _GCC_specific_handler()
112 action = (_Unwind_Action)(_UA_CLEANUP_PHASE | _UA_FORCE_UNWIND); in _GCC_specific_handler()
117 action = (_Unwind_Action)(_UA_CLEANUP_PHASE | _UA_HANDLER_FRAME); in _GCC_specific_handler()
200 __libunwind_seh_personality(int version, _Unwind_Action state, in __libunwind_seh_personality()
275 _Unwind_Action action = in unwind_phase2_forced()
276 (_Unwind_Action)(_UA_FORCE_UNWIND | _UA_CLEANUP_PHASE); in unwind_phase2_forced()
340 _Unwind_Action lastAction = in unwind_phase2_forced()
341 (_Unwind_Action)(_UA_FORCE_UNWIND | _UA_CLEANUP_PHASE | _UA_END_OF_STACK); in unwind_phase2_forced()
H A DUnwind-sjlj.c202 _Unwind_Action action = _UA_CLEANUP_PHASE; in unwind_phase2()
204 action = (_Unwind_Action)( in unwind_phase2()
267 _Unwind_Action action = in unwind_phase2_forced()
268 (_Unwind_Action)(_UA_FORCE_UNWIND | _UA_CLEANUP_PHASE); in unwind_phase2_forced()
323 _Unwind_Action lastAction = in unwind_phase2_forced()
324 (_Unwind_Action)(_UA_FORCE_UNWIND | _UA_CLEANUP_PHASE | _UA_END_OF_STACK); in unwind_phase2_forced()
H A DUnwindLevel1.c277 _Unwind_Action action = _UA_CLEANUP_PHASE; in unwind_phase2()
280 action = (_Unwind_Action)(_UA_CLEANUP_PHASE | _UA_HANDLER_FRAME); in unwind_phase2()
375 _Unwind_Action action = in unwind_phase2_forced()
376 (_Unwind_Action)(_UA_FORCE_UNWIND | _UA_CLEANUP_PHASE); in unwind_phase2_forced()
433 _Unwind_Action lastAction = in unwind_phase2_forced()
434 (_Unwind_Action)(_UA_FORCE_UNWIND | _UA_CLEANUP_PHASE | _UA_END_OF_STACK); in unwind_phase2_forced()
H A DUnwind-wasm.c22 _Unwind_Reason_Code __gxx_personality_wasm0(int version, _Unwind_Action actions,
H A DUnwind-EHABI.cpp737 _Unwind_Action action = in unwind_phase2_forced()
738 (_Unwind_Action)(_UA_FORCE_UNWIND | _UA_CLEANUP_PHASE); in unwind_phase2_forced()
805 _Unwind_Action lastAction = in unwind_phase2_forced()
806 (_Unwind_Action)(_UA_FORCE_UNWIND | _UA_CLEANUP_PHASE | _UA_END_OF_STACK); in unwind_phase2_forced()
H A DUnwindCursor.hpp86 int, _Unwind_Action, uint64_t, _Unwind_Exception *,
2032 typedef _Unwind_Reason_Code __xlcxx_personality_v0_t(int, _Unwind_Action,
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_exceptions.cpp22 typedef _Unwind_Reason_Code PersonalityFn(int version, _Unwind_Action actions,
36 __hwasan_personality_wrapper(int version, _Unwind_Action actions, in __hwasan_personality_wrapper()
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dgcc_personality_v0.c189 int version, _Unwind_Action actions, uint64_t exceptionClass, in __gcc_personality_sj0()
198 int version, _Unwind_Action actions, uint64_t exceptionClass, in __gcc_personality_sj0()
202 int version, _Unwind_Action actions, uint64_t exceptionClass, in __gcc_personality_sj0()
H A DREADME.txt227 _Unwind_Reason_Code __gcc_personality_v0(int version, _Unwind_Action actions,
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dunwind.h103 } _Unwind_Action; typedef
158 typedef _Unwind_Reason_Code (*_Unwind_Stop_Fn)(int, _Unwind_Action,
164 typedef _Unwind_Reason_Code (*_Unwind_Personality_Fn)(int, _Unwind_Action,
/freebsd/contrib/llvm-project/libunwind/include/
H A Dunwind.h54 } _Unwind_Action; typedef
66 _Unwind_Action actions,
H A Dunwind_itanium.h44 int version, _Unwind_Action actions, uint64_t exceptionClass,
/freebsd/lib/libthr/thread/
H A Dthr_exit.c60 _Unwind_Action actions,
132 thread_unwind_stop(int version __unused, _Unwind_Action actions, in thread_unwind_stop()