Searched refs:_Unwind_Control_Block (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/gcc/config/arm/ |
| H A D | unwind-arm.h | 85 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 D | unwind-arm.c | 610 __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 D | pr-support.c | 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() 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 D | Unwind-EHABI.h | 37 _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 D | Unwind-EHABI.cpp | 72 _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 D | unwind.h | 80 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 D | unwind.h | 71 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 D | eh_personality.cc | 106 typedef _Unwind_Control_Block _throw_typet;
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | ChangeLog-2005 | 4152 (struct _Unwind_Control_Block): Document reserved field use.
|