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

/openbsd-current/gnu/gcc/gcc/config/arm/
H A 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)
59 #define UCB_PR_ADDR(ucbp) ((ucbp)->unwinder_cache.reserved2)
60 #define UCB_SAVED_CALLSITE_ADDR(ucbp) ((ucbp)->unwinder_cache.reserved3)
61 #define UCB_FORCED_STOP_ARG(ucbp) ((ucb
390 get_eit_entry(_Unwind_Control_Block *ucbp, _uw return_address) argument
480 unwind_phase2(_Unwind_Control_Block * ucbp, phase2_vrs * vrs) argument
507 unwind_phase2_forced(_Unwind_Control_Block *ucbp, phase2_vrs *entry_vrs, int resuming) argument
609 __gnu_Unwind_RaiseException(_Unwind_Control_Block * ucbp, phase2_vrs * entry_vrs) argument
657 __gnu_Unwind_ForcedUnwind(_Unwind_Control_Block *ucbp, _Unwind_Stop_Fn stop_fn, void *stop_arg, phase2_vrs *entry_vrs) argument
674 __gnu_Unwind_Resume(_Unwind_Control_Block * ucbp, phase2_vrs * entry_vrs) argument
712 __gnu_Unwind_Resume_or_Rethrow(_Unwind_Control_Block * ucbp, phase2_vrs * entry_vrs) argument
755 __gnu_unwind_pr_common(_Unwind_State state, _Unwind_Control_Block *ucbp, _Unwind_Context *context, int id) argument
982 __aeabi_unwind_cpp_pr0(_Unwind_State state, _Unwind_Control_Block *ucbp, _Unwind_Context *context) argument
990 __aeabi_unwind_cpp_pr1(_Unwind_State state, _Unwind_Control_Block *ucbp, _Unwind_Context *context) argument
998 __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.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);
209 void _Unwind_Complete(_Unwind_Control_Block *ucbp);
/openbsd-current/gnu/llvm/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.cpp75 _Unwind_Control_Block* ucbp,
117 uintptr_t scopeStart = ucbp->pr_cache.fnstart + offset;
149 ucbp, reinterpret_cast<const std::type_info *>(landing_pad),
170 _Unwind_Control_Block* ucbp,
173 const uint32_t* unwindingData = ucbp->pr_cache.ehtp;
184 ProcessDescriptors(state, ucbp, context, format, lsda,
185 ucbp->pr_cache.additional);
447 __aeabi_unwind_cpp_pr0(_Unwind_State state, _Unwind_Control_Block *ucbp, argument
449 return unwindOneFrame(state, ucbp, context);
453 __aeabi_unwind_cpp_pr1(_Unwind_State state, _Unwind_Control_Block *ucbp, argument
73 ProcessDescriptors( _Unwind_State state, _Unwind_Control_Block* ucbp, struct _Unwind_Context* context, Descriptor::Format format, const char* descriptorStart, uint32_t flags) argument
169 unwindOneFrame(_Unwind_State state, _Unwind_Control_Block* ucbp, struct _Unwind_Context* context) argument
459 __aeabi_unwind_cpp_pr2(_Unwind_State state, _Unwind_Control_Block *ucbp, _Unwind_Context *context) argument
[all...]

Completed in 140 milliseconds