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

/illumos-gate/usr/src/head/
H A Dstack_unwind.h56 typedef int _Unwind_Action; typedef
57 extern const _Unwind_Action _UA_SEARCH_PHASE;
58 extern const _Unwind_Action _UA_CLEANUP_PHASE;
59 extern const _Unwind_Action _UA_HANDLER_FRAME;
60 extern const _Unwind_Action _UA_FORCE_UNWIND;
96 _Unwind_Action actions,
108 _Unwind_Action actions,
/illumos-gate/usr/src/lib/libc/amd64/unwind/
H A Dthrp_unwind.c46 _Unwind_Action _Unwind_actions,
H A Dunwind.c152 const _Unwind_Action _UA_SEARCH_PHASE = 1;
153 const _Unwind_Action _UA_CLEANUP_PHASE = 2;
154 const _Unwind_Action _UA_HANDLER_FRAME = 4;
155 const _Unwind_Action _UA_FORCE_UNWIND = 8;

Completed in 61 milliseconds