Searched refs:unwind_phase1 (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/llvm/libunwind/src/
H A DUnwind-sjlj.c121 unwind_phase1(struct _Unwind_Exception *exception_object) { function
123 _LIBUNWIND_TRACE_UNWINDING("unwind_phase1: initial function-context=%p",
131 _LIBUNWIND_TRACE_UNWINDING("unwind_phase1(ex_ojb=%p): reached "
137 _LIBUNWIND_TRACE_UNWINDING("unwind_phase1: function-context=%p", (void *)c);
141 _LIBUNWIND_TRACE_UNWINDING("unwind_phase1(ex_ojb=%p): calling "
154 _LIBUNWIND_TRACE_UNWINDING("unwind_phase1(ex_ojb=%p): "
160 _LIBUNWIND_TRACE_UNWINDING("unwind_phase1(ex_ojb=%p): "
169 "unwind_phase1(ex_ojb=%p): _URC_FATAL_PHASE1_ERROR",
345 _Unwind_Reason_Code phase1 = unwind_phase1(exception_object);
H A DUnwindLevel1.c77 unwind_phase1(unw_context_t *uc, unw_cursor_t *cursor, _Unwind_Exception *exception_object) { function
87 "unwind_phase1(ex_obj=%p): __unw_step() reached "
93 "unwind_phase1(ex_obj=%p): __unw_step failed => "
104 "unwind_phase1(ex_obj=%p): __unw_get_proc_info "
123 "unwind_phase1(ex_obj=%p): pc=0x%" PRIxPTR ", start_ip=0x%" PRIxPTR
136 "unwind_phase1(ex_obj=%p): calling personality function %p",
148 "unwind_phase1(ex_obj=%p): _URC_HANDLER_FOUND",
154 "unwind_phase1(ex_obj=%p): _URC_CONTINUE_UNWIND",
162 "unwind_phase1(ex_obj=%p): _URC_FATAL_PHASE1_ERROR",
433 _Unwind_Reason_Code phase1 = unwind_phase1(
[all...]
H A DUnwind-EHABI.cpp465 unwind_phase1(unw_context_t *uc, unw_cursor_t *cursor, _Unwind_Exception *exception_object) { function
481 "unwind_phase1(ex_ojb=%p): __unw_get_proc_info "
500 "unwind_phase1(ex_ojb=%p): pc=0x%" PRIxPTR ", start_ip=0x%" PRIxPTR ", func=%s, "
514 "unwind_phase1(ex_ojb=%p): calling personality function %p",
525 "unwind_phase1(ex_ojb=%p): personality result %d start_ip %x ehtp %p "
538 "unwind_phase1(ex_ojb=%p): _URC_HANDLER_FOUND",
544 "unwind_phase1(ex_ojb=%p): _URC_CONTINUE_UNWIND",
556 "unwind_phase1(ex_ojb=%p): _URC_FATAL_PHASE1_ERROR",
568 // See comment at the start of unwind_phase1 regarding VRS integrity.
703 // See comment at the start of unwind_phase1 regardin
[all...]

Completed in 216 milliseconds