Lines Matching refs:actions
63 _Unwind_Action actions, in scanEHTable() argument
76 if (actions & _UA_SEARCH_PHASE) { in scanEHTable()
77 if (actions & (_UA_CLEANUP_PHASE | _UA_HANDLER_FRAME | _UA_FORCE_UNWIND)) { in scanEHTable()
81 } else if (actions & _UA_CLEANUP_PHASE) { in scanEHTable()
82 if ((actions & _UA_HANDLER_FRAME) && (actions & _UA_FORCE_UNWIND)) { in scanEHTable()
136 if ((actions & _UA_CLEANUP_PHASE) && !(actions & _UA_HANDLER_FRAME)) in scanEHTable()
160 if ((actions & _UA_SEARCH_PHASE) || (actions & _UA_HANDLER_FRAME)) in scanEHTable()
170 else if (!(actions & _UA_FORCE_UNWIND)) in scanEHTable()
193 if (actions & _UA_SEARCH_PHASE) { in scanEHTable()
201 } else if (!(actions & _UA_FORCE_UNWIND)) { in scanEHTable()
223 if (actions & _UA_SEARCH_PHASE) { in scanEHTable()
231 } else if (!(actions & _UA_FORCE_UNWIND)) { in scanEHTable()
239 if ((actions & _UA_SEARCH_PHASE) || (actions & _UA_HANDLER_FRAME)) { in scanEHTable()
247 else if (!(actions & _UA_FORCE_UNWIND)) { in scanEHTable()
255 if ((actions & _UA_CLEANUP_PHASE) && !(actions & _UA_HANDLER_FRAME)) { in scanEHTable()