Home | History | Annotate | Download | only in src

Lines Matching refs:unwind_phase1

441 unwind_phase1(unw_context_t *uc, _Unwind_Exception *exception_object) {
459 _LIBUNWIND_TRACE_UNWINDING("unwind_phase1(ex_ojb=%p): unw_step() reached "
464 _LIBUNWIND_TRACE_UNWINDING("unwind_phase1(ex_ojb=%p): unw_step failed => "
474 _LIBUNWIND_TRACE_UNWINDING("unwind_phase1(ex_ojb=%p): unw_get_proc_info "
492 "unwind_phase1(ex_ojb=%p): pc=0x%llX, start_ip=0x%llX, func=%s, "
505 "unwind_phase1(ex_ojb=%p): calling personality function %p\n",
516 "unwind_phase1(ex_ojb=%p): personality result %d start_ip %x ehtp %p "
529 "unwind_phase1(ex_ojb=%p): _URC_HANDLER_FOUND \n",
535 "unwind_phase1(ex_ojb=%p): _URC_CONTINUE_UNWIND\n",
547 "unwind_phase1(ex_ojb=%p): _URC_FATAL_PHASE1_ERROR\n",
559 // See comment at the start of unwind_phase1 regarding VRS integrity.
715 _Unwind_Reason_Code phase1 = unwind_phase1(&uc, exception_object);