Searched refs:ucbp (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/arm/
H A Dunwind-arm.c41 void __attribute__((weak)) __cxa_call_unexpected(_Unwind_Control_Block *ucbp);
42 bool __attribute__((weak)) __cxa_begin_cleanup(_Unwind_Control_Block *ucbp);
43 bool __attribute__((weak)) __cxa_type_match(_Unwind_Control_Block *ucbp,
59 #define UCB_FORCED_STOP_FN(ucbp) ((ucbp)->unwinder_cache.reserved1)
60 #define UCB_PR_ADDR(ucbp) ((ucbp)->unwinder_cache.reserved2)
61 #define UCB_SAVED_CALLSITE_ADDR(ucbp) ((ucbp)->unwinder_cache.reserved3)
62 #define UCB_FORCED_STOP_ARG(ucbp) ((ucb
391 get_eit_entry(_Unwind_Control_Block *ucbp, _uw return_address) argument
481 unwind_phase2(_Unwind_Control_Block * ucbp, phase2_vrs * vrs) argument
508 unwind_phase2_forced(_Unwind_Control_Block *ucbp, phase2_vrs *entry_vrs, int resuming) argument
610 __gnu_Unwind_RaiseException(_Unwind_Control_Block * ucbp, phase2_vrs * entry_vrs) argument
658 __gnu_Unwind_ForcedUnwind(_Unwind_Control_Block *ucbp, _Unwind_Stop_Fn stop_fn, void *stop_arg, phase2_vrs *entry_vrs) argument
675 __gnu_Unwind_Resume(_Unwind_Control_Block * ucbp, phase2_vrs * entry_vrs) argument
713 __gnu_Unwind_Resume_or_Rethrow(_Unwind_Control_Block * ucbp, phase2_vrs * entry_vrs) argument
763 _Unwind_Control_Block *ucbp = &ucb; local
813 __gnu_unwind_pr_common(_Unwind_State state, _Unwind_Control_Block *ucbp, _Unwind_Context *context, int id) argument
1040 __aeabi_unwind_cpp_pr0(_Unwind_State state, _Unwind_Control_Block *ucbp, _Unwind_Context *context) argument
1048 __aeabi_unwind_cpp_pr1(_Unwind_State state, _Unwind_Control_Block *ucbp, _Unwind_Context *context) argument
1056 __aeabi_unwind_cpp_pr2(_Unwind_State state, _Unwind_Control_Block *ucbp, _Unwind_Context *context) argument
[all...]
H A Dpr-support.c44 void __attribute__((weak)) __cxa_call_unexpected(_Unwind_Control_Block *ucbp);
327 __gnu_unwind_frame (_Unwind_Control_Block * ucbp, _Unwind_Context * context) argument
332 ptr = (_uw *) ucbp->pr_cache.ehtp;
357 _Unwind_Control_Block *ucbp; local
359 ucbp = unwind_UCB_from_context (context);
360 return (_Unwind_Ptr) ucbp->pr_cache.fnstart;
368 _Unwind_Control_Block *ucbp; local
372 ucbp = unwind_UCB_from_context (context);
373 ptr = (_uw *) ucbp->pr_cache.ehtp;
H A Dunwind-arm.h203 _Unwind_Reason_Code _Unwind_RaiseException(_Unwind_Control_Block *ucbp);
204 void __attribute__((noreturn)) _Unwind_Resume(_Unwind_Control_Block *ucbp);
205 _Unwind_Reason_Code _Unwind_Resume_or_Rethrow (_Unwind_Control_Block *ucbp);
220 void _Unwind_Complete(_Unwind_Control_Block *ucbp);
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A DUnwind-EHABI.h36 _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 DUnwind-EHABI.cpp73 _Unwind_Control_Block* ucbp,
113 uintptr_t scopeStart = ucbp->pr_cache.fnstart + offset;
145 ucbp, reinterpret_cast<const std::type_info *>(landing_pad),
166 _Unwind_Control_Block* ucbp,
169 const uint32_t* unwindingData = ucbp->pr_cache.ehtp;
180 ProcessDescriptors(state, ucbp, context, format, lsda,
181 ucbp->pr_cache.additional);
422 __aeabi_unwind_cpp_pr0(_Unwind_State state, _Unwind_Control_Block *ucbp, argument
424 return unwindOneFrame(state, ucbp, context);
428 __aeabi_unwind_cpp_pr1(_Unwind_State state, _Unwind_Control_Block *ucbp, argument
71 ProcessDescriptors( _Unwind_State state, _Unwind_Control_Block* ucbp, struct _Unwind_Context* context, Descriptor::Format format, const char* descriptorStart, uint32_t flags) argument
165 unwindOneFrame(_Unwind_State state, _Unwind_Control_Block* ucbp, struct _Unwind_Context* context) argument
434 __aeabi_unwind_cpp_pr2(_Unwind_State state, _Unwind_Control_Block *ucbp, _Unwind_Context *context) argument
[all...]
/freebsd-11-stable/contrib/libcxxrt/
H A Dunwind-arm.h103 _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);

Completed in 122 milliseconds