Home
last modified time | relevance | path

Searched refs:_Unwind_Control_Block (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/gcc/config/arm/
H A Dunwind-arm.h85 typedef struct _Unwind_Control_Block _Unwind_Control_Block; typedef
92 struct _Unwind_Control_Block struct
95 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block *); argument
177 _Unwind_Control_Block *, _Unwind_Context *);
192 #define _Unwind_Exception _Unwind_Control_Block
203 _Unwind_Reason_Code _Unwind_RaiseException(_Unwind_Control_Block *ucbp);
204 void __attribute__((noreturn)) _Unwind_Resume(_Unwind_Control_Block *ucbp);
209 _Unwind_Control_Block *, struct _Unwind_Context *, void *);
210 _Unwind_Reason_Code _Unwind_ForcedUnwind (_Unwind_Control_Block *,
220 void _Unwind_Complete(_Unwind_Control_Block *ucbp);
[all …]
H A Dunwind-arm.c610 __gnu_Unwind_RaiseException (_Unwind_Control_Block * ucbp, in __gnu_Unwind_RaiseException()
654 __gnu_Unwind_ForcedUnwind (_Unwind_Control_Block *,
658 __gnu_Unwind_ForcedUnwind (_Unwind_Control_Block *ucbp, in __gnu_Unwind_ForcedUnwind()
672 __gnu_Unwind_Resume (_Unwind_Control_Block *, phase2_vrs *);
734 static inline _Unwind_Control_Block *
762 _Unwind_Control_Block ucb; in __gnu_Unwind_Backtrace()
763 _Unwind_Control_Block *ucbp = &ucb; in __gnu_Unwind_Backtrace()
814 _Unwind_Control_Block *ucbp, in __gnu_unwind_pr_common()
1041 _Unwind_Control_Block *ucbp, in __aeabi_unwind_cpp_pr0()
1049 _Unwind_Control_Block *ucbp, in __aeabi_unwind_cpp_pr1()
[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) in __gnu_unwind_frame()
346 static inline _Unwind_Control_Block *
349 return (_Unwind_Control_Block *) _Unwind_GetGR (context, R_IP); in unwind_UCB_from_context()
357 _Unwind_Control_Block *ucbp; in _Unwind_GetRegionStart()
368 _Unwind_Control_Block *ucbp; in _Unwind_GetLanguageSpecificData()
/freebsd-12.1/contrib/libunwind/src/
H A DUnwind-EHABI.h37 _Unwind_State state, _Unwind_Control_Block *ucbp, _Unwind_Context *context);
40 _Unwind_State state, _Unwind_Control_Block *ucbp, _Unwind_Context *context);
43 _Unwind_State state, _Unwind_Control_Block *ucbp, _Unwind_Context *context);
H A DUnwind-EHABI.cpp72 _Unwind_Control_Block* ucbp, in ProcessDescriptors()
165 _Unwind_Control_Block* ucbp, in unwindOneFrame()
421 __aeabi_unwind_cpp_pr0(_Unwind_State state, _Unwind_Control_Block *ucbp, in __aeabi_unwind_cpp_pr0()
427 __aeabi_unwind_cpp_pr1(_Unwind_State state, _Unwind_Control_Block *ucbp, in __aeabi_unwind_cpp_pr1()
433 __aeabi_unwind_cpp_pr2(_Unwind_State state, _Unwind_Control_Block *ucbp, in __aeabi_unwind_cpp_pr2()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Headers/
H A Dunwind.h80 struct _Unwind_Control_Block;
81 typedef struct _Unwind_Control_Block _Unwind_Exception; /* Alias */
121 typedef struct _Unwind_Control_Block _Unwind_Control_Block; typedef
124 struct _Unwind_Control_Block { struct
126 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block *); argument
/freebsd-12.1/contrib/libunwind/include/
H A Dunwind.h71 struct _Unwind_Control_Block;
72 typedef struct _Unwind_Control_Block _Unwind_Control_Block; typedef
73 typedef struct _Unwind_Control_Block _Unwind_Exception; /* Alias */
75 struct _Unwind_Control_Block { struct
77 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block*); argument
/freebsd-12.1/contrib/libstdc++/libsupc++/
H A Deh_personality.cc106 typedef _Unwind_Control_Block _throw_typet;
/freebsd-12.1/contrib/gcc/
H A DChangeLog-20054152 (struct _Unwind_Control_Block): Document reserved field use.