Searched refs:ucbp (Results 1 – 4 of 4) sorted by relevance
40 void __attribute__((weak)) __cxa_call_unexpected(_Unwind_Control_Block *ucbp);41 bool __attribute__((weak)) __cxa_begin_cleanup(_Unwind_Control_Block *ucbp);42 bool __attribute__((weak)) __cxa_type_match(_Unwind_Control_Block *ucbp,58 #define UCB_FORCED_STOP_FN(ucbp) ((ucbp)->unwinder_cache.reserved1) argument59 #define UCB_PR_ADDR(ucbp) ((ucbp)->unwinder_cache.reserved2) argument60 #define UCB_SAVED_CALLSITE_ADDR(ucbp) ((ucbp)->unwinder_cache.reserved3) argument61 #define UCB_FORCED_STOP_ARG(ucbp) ((ucbp)->unwinder_cache.reserved4) argument390 get_eit_entry (_Unwind_Control_Block *ucbp, _uw return_address) in get_eit_entry() argument408 UCB_PR_ADDR (ucbp) = 0; in get_eit_entry()422 UCB_PR_ADDR (ucbp) = 0; in get_eit_entry()[all …]
44 void __attribute__((weak)) __cxa_call_unexpected(_Unwind_Control_Block *ucbp);327 __gnu_unwind_frame (_Unwind_Control_Block * ucbp, _Unwind_Context * context) in __gnu_unwind_frame() argument332 ptr = (_uw *) ucbp->pr_cache.ehtp; in __gnu_unwind_frame()357 _Unwind_Control_Block *ucbp; in _Unwind_GetRegionStart() local359 ucbp = unwind_UCB_from_context (context); in _Unwind_GetRegionStart()360 return (_Unwind_Ptr) ucbp->pr_cache.fnstart; in _Unwind_GetRegionStart()368 _Unwind_Control_Block *ucbp; in _Unwind_GetLanguageSpecificData() local372 ucbp = unwind_UCB_from_context (context); in _Unwind_GetLanguageSpecificData()373 ptr = (_uw *) ucbp->pr_cache.ehtp; in _Unwind_GetLanguageSpecificData()
199 _Unwind_Reason_Code _Unwind_RaiseException(_Unwind_Control_Block *ucbp);200 void __attribute__((noreturn)) _Unwind_Resume(_Unwind_Control_Block *ucbp);201 _Unwind_Reason_Code _Unwind_Resume_or_Rethrow (_Unwind_Control_Block *ucbp);216 void _Unwind_Complete(_Unwind_Control_Block *ucbp);
99 _Unwind_Reason_Code _Unwind_RaiseException(struct _Unwind_Exception *ucbp);100 void _Unwind_Resume(struct _Unwind_Exception *ucbp);101 void _Unwind_Complete(struct _Unwind_Exception *ucbp);102 void _Unwind_DeleteException(struct _Unwind_Exception *ucbp);