Home
last modified time | relevance | path

Searched refs:ucbp (Results 1 – 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/gcc/config/arm/
Dunwind-arm.c40 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) argument
59 #define UCB_PR_ADDR(ucbp) ((ucbp)->unwinder_cache.reserved2) argument
60 #define UCB_SAVED_CALLSITE_ADDR(ucbp) ((ucbp)->unwinder_cache.reserved3) argument
61 #define UCB_FORCED_STOP_ARG(ucbp) ((ucbp)->unwinder_cache.reserved4) argument
390 get_eit_entry (_Unwind_Control_Block *ucbp, _uw return_address) in get_eit_entry() argument
408 UCB_PR_ADDR (ucbp) = 0; in get_eit_entry()
422 UCB_PR_ADDR (ucbp) = 0; in get_eit_entry()
[all …]
Dpr-support.c44 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() argument
332 ptr = (_uw *) ucbp->pr_cache.ehtp; in __gnu_unwind_frame()
357 _Unwind_Control_Block *ucbp; in _Unwind_GetRegionStart() local
359 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() local
372 ucbp = unwind_UCB_from_context (context); in _Unwind_GetLanguageSpecificData()
373 ptr = (_uw *) ucbp->pr_cache.ehtp; in _Unwind_GetLanguageSpecificData()
Dunwind-arm.h199 _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);
/freebsd-10-stable/contrib/libcxxrt/
Dunwind-arm.h99 _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);