Searched refs:ucbp (Results 1 – 4 of 4) sorted by relevance
/ndk/sources/cxx-stl/gabi++/include/ |
D | unwind-arm.h | 114 _Unwind_Reason_Code _Unwind_RaiseException(_Unwind_Exception* ucbp); 115 void _Unwind_Resume(_Unwind_Exception* ucbp); 116 void _Unwind_Complete(_Unwind_Exception* ucbp); 117 void _Unwind_DeleteException(_Unwind_Exception* ucbp);
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
D | Unwind-EHABI.cpp | 72 _Unwind_Control_Block* ucbp, in ProcessDescriptors() argument 107 uintptr_t scopeStart = ucbp->pr_cache.fnstart + offset; in ProcessDescriptors() 161 _Unwind_Control_Block* ucbp, in unwindOneFrame() argument 164 uint32_t* unwindingData = ucbp->pr_cache.ehtp; in unwindOneFrame() 189 state, ucbp, context, format, in unwindOneFrame() 190 reinterpret_cast<const char*>(ucbp->pr_cache.ehtp) + len, in unwindOneFrame() 191 ucbp->pr_cache.additional); in unwindOneFrame() 383 _Unwind_Control_Block *ucbp, in __aeabi_unwind_cpp_pr0() argument 385 return unwindOneFrame(state, ucbp, context); in __aeabi_unwind_cpp_pr0() 390 _Unwind_Control_Block *ucbp, in __aeabi_unwind_cpp_pr1() argument [all …]
|
D | UnwindCursor.hpp | 616 _Unwind_State state, _Unwind_Control_Block *ucbp, _Unwind_Context *context); 618 _Unwind_State state, _Unwind_Control_Block *ucbp, _Unwind_Context *context); 620 _Unwind_State state, _Unwind_Control_Block *ucbp, _Unwind_Context *context);
|
/ndk/sources/cxx-stl/gabi++/src/ |
D | call_unexpected.cc | 84 __cxa_type_match(_Unwind_Exception* ucbp, in __cxa_type_match() argument 89 __cxa_exception* header = reinterpret_cast<__cxa_exception*>(ucbp+1)-1; in __cxa_type_match()
|