Lines Matching refs:phase
290 struct _Unwind_Context *entry_ctx, int phase) in _Unwind_RaiseException_Body() argument
296 if (phase & _UA_SEARCH_PHASE) { in _Unwind_RaiseException_Body()
301 res = (*ctx_who(ctx))(1, phase, in _Unwind_RaiseException_Body()
322 phase = _UA_CLEANUP_PHASE; in _Unwind_RaiseException_Body()
327 phase |= _UA_HANDLER_FRAME; in _Unwind_RaiseException_Body()
329 res = (*ctx_who(ctx))(1, phase, in _Unwind_RaiseException_Body()
332 if ((phase & _UA_HANDLER_FRAME) && res != _URC_INSTALL_CONTEXT) in _Unwind_RaiseException_Body()
368 int phase = _UA_CLEANUP_PHASE | _UA_FORCE_UNWIND; in _Unwind_ForcedUnwind_Body() local
380 res = (*stop)(1, phase, in _Unwind_ForcedUnwind_Body()
401 res = (*ctx_who(ctx))(1, phase, in _Unwind_ForcedUnwind_Body()
416 res = (*stop)(1, phase, in _Unwind_ForcedUnwind_Body()