Home
last modified time | relevance | path

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

/illumos-gate/usr/src/head/
H A Dstack_unwind.h54 typedef int _Unwind_Action; typedef
55 extern const _Unwind_Action _UA_SEARCH_PHASE;
56 extern const _Unwind_Action _UA_CLEANUP_PHASE;
57 extern const _Unwind_Action _UA_HANDLER_FRAME;
58 extern const _Unwind_Action _UA_FORCE_UNWIND;
94 _Unwind_Action actions,
106 _Unwind_Action actions,
/illumos-gate/usr/src/lib/libc/amd64/unwind/
H A Dunwind.c151 const _Unwind_Action _UA_SEARCH_PHASE = 1;
152 const _Unwind_Action _UA_CLEANUP_PHASE = 2;
153 const _Unwind_Action _UA_HANDLER_FRAME = 4;
154 const _Unwind_Action _UA_FORCE_UNWIND = 8;
H A Dthrp_unwind.c42 _Unwind_Action _Unwind_actions __unused, in posix_stop_func()