Searched refs:ucbp (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/libunwind/src/ |
H A D | Unwind-EHABI.h | 36 _Unwind_State state, _Unwind_Control_Block *ucbp, _Unwind_Context *context); 39 _Unwind_State state, _Unwind_Control_Block *ucbp, _Unwind_Context *context); 42 _Unwind_State state, _Unwind_Control_Block *ucbp, _Unwind_Context *context);
|
H A D | Unwind-EHABI.cpp | 75 _Unwind_Control_Block* ucbp, in ProcessDescriptors() argument 117 uintptr_t scopeStart = ucbp->pr_cache.fnstart + offset; in ProcessDescriptors() 170 _Unwind_Control_Block* ucbp, in unwindOneFrame() argument 173 const uint32_t* unwindingData = ucbp->pr_cache.ehtp; in unwindOneFrame() 184 ProcessDescriptors(state, ucbp, context, format, lsda, in unwindOneFrame() 185 ucbp->pr_cache.additional); in unwindOneFrame() 447 __aeabi_unwind_cpp_pr0(_Unwind_State state, _Unwind_Control_Block *ucbp, in __aeabi_unwind_cpp_pr0() argument 449 return unwindOneFrame(state, ucbp, context); in __aeabi_unwind_cpp_pr0() 453 __aeabi_unwind_cpp_pr1(_Unwind_State state, _Unwind_Control_Block *ucbp, in __aeabi_unwind_cpp_pr1() argument 455 return unwindOneFrame(state, ucbp, context); in __aeabi_unwind_cpp_pr1() [all …]
|
/freebsd/contrib/libcxxrt/ |
H A D | unwind-arm.h | 103 _Unwind_Reason_Code _Unwind_RaiseException(struct _Unwind_Exception *ucbp); 104 void _Unwind_Resume(struct _Unwind_Exception *ucbp); 105 void _Unwind_Complete(struct _Unwind_Exception *ucbp); 106 void _Unwind_DeleteException(struct _Unwind_Exception *ucbp);
|