HomeSort by relevance Sort by last modified time
    Searched refs:unwind_phase1 (Results 1 - 6 of 6) sorted by null

  /external/libunwind_llvm/src/
Unwind-sjlj.c 73 unwind_phase1(struct _Unwind_Exception *exception_object) { function
75 _LIBUNWIND_TRACE_UNWINDING("unwind_phase1: initial function-context=%p\n", c);
82 _LIBUNWIND_TRACE_UNWINDING("unwind_phase1(ex_ojb=%p): reached "
88 _LIBUNWIND_TRACE_UNWINDING("unwind_phase1: function-context=%p\n", c);
92 _LIBUNWIND_TRACE_UNWINDING("unwind_phase1(ex_ojb=%p): calling "
104 _LIBUNWIND_TRACE_UNWINDING("unwind_phase1(ex_ojb=%p): "
109 _LIBUNWIND_TRACE_UNWINDING("unwind_phase1(ex_ojb=%p): "
117 "unwind_phase1(ex_ojb=%p): _URC_FATAL_PHASE1_ERROR\n",
289 _Unwind_Reason_Code phase1 = unwind_phase1(exception_object);
UnwindLevel1.c 36 unwind_phase1(unw_context_t *uc, _Unwind_Exception *exception_object) { function
47 _LIBUNWIND_TRACE_UNWINDING("unwind_phase1(ex_ojb=%p): unw_step() reached "
52 _LIBUNWIND_TRACE_UNWINDING("unwind_phase1(ex_ojb=%p): unw_step failed => "
62 _LIBUNWIND_TRACE_UNWINDING("unwind_phase1(ex_ojb=%p): unw_get_proc_info "
80 "unwind_phase1(ex_ojb=%p): pc=0x%" PRIx64 ", start_ip=0x%" PRIx64
92 "unwind_phase1(ex_ojb=%p): calling personality function %p\n",
105 "unwind_phase1(ex_ojb=%p): _URC_HANDLER_FOUND \n",
111 "unwind_phase1(ex_ojb=%p): _URC_CONTINUE_UNWIND\n",
119 "unwind_phase1(ex_ojb=%p): _URC_FATAL_PHASE1_ERROR\n",
357 _Unwind_Reason_Code phase1 = unwind_phase1(&uc, exception_object)
    [all...]
Unwind-EHABI.cpp 441 unwind_phase1(unw_context_t *uc, _Unwind_Exception *exception_object) { function
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"
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
Unwind-sjlj.c 73 unwind_phase1(struct _Unwind_Exception *exception_object) { function
75 _LIBUNWIND_TRACE_UNWINDING("unwind_phase1: initial function-context=%p\n", c);
82 _LIBUNWIND_TRACE_UNWINDING("unwind_phase1(ex_ojb=%p): reached "
88 _LIBUNWIND_TRACE_UNWINDING("unwind_phase1: function-context=%p\n", c);
92 _LIBUNWIND_TRACE_UNWINDING("unwind_phase1(ex_ojb=%p): calling "
104 _LIBUNWIND_TRACE_UNWINDING("unwind_phase1(ex_ojb=%p): "
109 _LIBUNWIND_TRACE_UNWINDING("unwind_phase1(ex_ojb=%p): "
117 "unwind_phase1(ex_ojb=%p): _URC_FATAL_PHASE1_ERROR\n",
289 _Unwind_Reason_Code phase1 = unwind_phase1(exception_object);
UnwindLevel1.c 29 unwind_phase1(unw_context_t *uc, _Unwind_Exception *exception_object) { function
40 _LIBUNWIND_TRACE_UNWINDING("unwind_phase1(ex_ojb=%p): unw_step() reached "
45 _LIBUNWIND_TRACE_UNWINDING("unwind_phase1(ex_ojb=%p): unw_step failed => "
55 _LIBUNWIND_TRACE_UNWINDING("unwind_phase1(ex_ojb=%p): unw_get_proc_info "
73 "unwind_phase1(ex_ojb=%p): pc=0x%" PRIx64 ", start_ip=0x%" PRIx64
85 "unwind_phase1(ex_ojb=%p): calling personality function %p\n",
98 "unwind_phase1(ex_ojb=%p): _URC_HANDLER_FOUND \n",
104 "unwind_phase1(ex_ojb=%p): _URC_CONTINUE_UNWIND\n",
112 "unwind_phase1(ex_ojb=%p): _URC_FATAL_PHASE1_ERROR\n",
350 _Unwind_Reason_Code phase1 = unwind_phase1(&uc, exception_object)
    [all...]
Unwind-EHABI.cpp 434 unwind_phase1(unw_context_t *uc, _Unwind_Exception *exception_object) { function
451 _LIBUNWIND_TRACE_UNWINDING("unwind_phase1(ex_ojb=%p): unw_step() reached "
456 _LIBUNWIND_TRACE_UNWINDING("unwind_phase1(ex_ojb=%p): unw_step failed => "
465 _LIBUNWIND_TRACE_UNWINDING("unwind_phase1(ex_ojb=%p): unw_get_proc_info "
483 "unwind_phase1(ex_ojb=%p): pc=0x%llX, start_ip=0x%llX, func=%s, "
496 "unwind_phase1(ex_ojb=%p): calling personality function %p\n",
507 "unwind_phase1(ex_ojb=%p): personality result %d start_ip %x ehtp %p "
520 "unwind_phase1(ex_ojb=%p): _URC_HANDLER_FOUND \n",
526 "unwind_phase1(ex_ojb=%p): _URC_CONTINUE_UNWIND\n",
538 "unwind_phase1(ex_ojb=%p): _URC_FATAL_PHASE1_ERROR\n"
    [all...]

Completed in 684 milliseconds