Lines Matching refs:actions
59 _Unwind_Action actions, in scanEHTable() argument
72 if (actions & _UA_SEARCH_PHASE) { in scanEHTable()
73 if (actions & (_UA_CLEANUP_PHASE | _UA_HANDLER_FRAME | _UA_FORCE_UNWIND)) { in scanEHTable()
77 } else if (actions & _UA_CLEANUP_PHASE) { in scanEHTable()
78 if ((actions & _UA_HANDLER_FRAME) && (actions & _UA_FORCE_UNWIND)) { in scanEHTable()
132 if ((actions & _UA_CLEANUP_PHASE) && !(actions & _UA_HANDLER_FRAME)) in scanEHTable()
156 if ((actions & _UA_SEARCH_PHASE) || (actions & _UA_HANDLER_FRAME)) in scanEHTable()
166 else if (!(actions & _UA_FORCE_UNWIND)) in scanEHTable()
189 if (actions & _UA_SEARCH_PHASE) { in scanEHTable()
197 } else if (!(actions & _UA_FORCE_UNWIND)) { in scanEHTable()
219 if (actions & _UA_SEARCH_PHASE) { in scanEHTable()
227 } else if (!(actions & _UA_FORCE_UNWIND)) { in scanEHTable()
235 if ((actions & _UA_SEARCH_PHASE) || (actions & _UA_HANDLER_FRAME)) { in scanEHTable()
243 else if (!(actions & _UA_FORCE_UNWIND)) { in scanEHTable()
251 if ((actions & _UA_CLEANUP_PHASE) && !(actions & _UA_HANDLER_FRAME)) { in scanEHTable()