Searched refs:ucbp (Results 1 – 4 of 4) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
D | Unwind-EHABI.h | 37 _Unwind_State state, _Unwind_Control_Block *ucbp, _Unwind_Context *context); 40 _Unwind_State state, _Unwind_Control_Block *ucbp, _Unwind_Context *context); 43 _Unwind_State state, _Unwind_Control_Block *ucbp, _Unwind_Context *context);
|
D | Unwind-EHABI.cpp | 72 _Unwind_Control_Block* ucbp, in ProcessDescriptors() argument 112 uintptr_t scopeStart = ucbp->pr_cache.fnstart + offset; in ProcessDescriptors() 165 _Unwind_Control_Block* ucbp, in unwindOneFrame() argument 168 const uint32_t* unwindingData = ucbp->pr_cache.ehtp; in unwindOneFrame() 183 state, ucbp, context, format, in unwindOneFrame() 184 reinterpret_cast<const char*>(ucbp->pr_cache.ehtp) + len, in unwindOneFrame() 185 ucbp->pr_cache.additional); in unwindOneFrame() 414 _Unwind_Control_Block *ucbp, in __aeabi_unwind_cpp_pr0() argument 416 return unwindOneFrame(state, ucbp, context); in __aeabi_unwind_cpp_pr0() 421 _Unwind_Control_Block *ucbp, in __aeabi_unwind_cpp_pr1() argument [all …]
|
/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/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()
|