Home | History | Annotate | Download | only in Unwind

Lines Matching defs:phase1

84   // perform phase1 or phase2 unwinding.
133 // TODO(ajwong): This is only phase1 compatible logic. Implement
637 _LIBUNWIND_ABORT("during phase1 personality function said it would "
700 _Unwind_Reason_Code phase1 = unwind_phase1(&uc, exception_object);
701 if (phase1 != _URC_NO_REASON)
702 return phase1;