HomeSort by relevance Sort by last modified time
    Searched defs:_Unwind_RaiseException (Results 1 - 5 of 5) sorted by null

  /external/libunwind/src/unwind/
RaiseException.c 30 _Unwind_RaiseException (struct _Unwind_Exception *exception_object)
120 ALIAS (_Unwind_RaiseException);
  /external/libunwind_llvm/src/
UnwindLevel1.c 43 // _Unwind_RaiseException).
139 // _Unwind_RaiseException).
342 _Unwind_RaiseException(_Unwind_Exception *exception_object) {
343 _LIBUNWIND_TRACE_API("_Unwind_RaiseException(ex_obj=%p)",
365 /// When _Unwind_RaiseException() is in phase2, it hands control
Unwind-EHABI.cpp 548 // _Unwind_RaiseException or _Unwind_Resume).
667 _Unwind_RaiseException(_Unwind_Exception *exception_object) {
668 _LIBUNWIND_TRACE_API("_Unwind_RaiseException(ex_obj=%p)",
693 /// When _Unwind_RaiseException() is in phase2, it hands control
712 // _Unwind_RaiseException on EHABI will always set the reserved1 field to 0,
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
UnwindLevel1.c 37 // _Unwind_RaiseException).
134 // _Unwind_RaiseException).
338 _Unwind_RaiseException(_Unwind_Exception *exception_object) {
339 _LIBUNWIND_TRACE_API("_Unwind_RaiseException(ex_obj=%p)\n",
360 /// When _Unwind_RaiseException() is in phase2, it hands control
Unwind-EHABI.cpp 448 // _Unwind_RaiseException).
561 // _Unwind_RaiseException or _Unwind_Resume).
693 _Unwind_RaiseException(_Unwind_Exception *exception_object) {
694 _LIBUNWIND_TRACE_API("_Unwind_RaiseException(ex_obj=%p)\n",
718 /// When _Unwind_RaiseException() is in phase2, it hands control
736 // _Unwind_RaiseException on EHABI will always set the reserved1 field to 0,
    [all...]

Completed in 434 milliseconds