HomeSort by: relevance | last modified time | path
    Searched defs:_Unwind_Control_Block (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/arm/include/
ehabi.h 73 typedef struct _Unwind_Control_Block _Unwind_Control_Block;
77 struct _Unwind_Control_Block {
79 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block *);
111 void _Unwind_Resume(_Unwind_Control_Block *);
112 void _Unwind_Complete(_Unwind_Control_Block *);
113 void _Unwind_DeleteException(_Unwind_Control_Block *);
114 _Unwind_Reason_Code _Unwind_RaiseException(_Unwind_Control_Block *);
125 _Unwind_Control_Block *, _Unwind_Context *);
127 _Unwind_Control_Block *, _Unwind_Context *)
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Headers/
unwind.h 66 struct _Unwind_Control_Block;
67 typedef struct _Unwind_Control_Block _Unwind_Exception; /* Alias */
107 typedef struct _Unwind_Control_Block _Unwind_Control_Block;
110 struct _Unwind_Control_Block {
112 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block *);
  /src/external/gpl3/gcc/dist/gcc/ginclude/
unwind-arm-common.h 76 typedef struct _Unwind_Control_Block _Unwind_Control_Block;
83 struct _Unwind_Control_Block
86 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block *);
169 _Unwind_Control_Block *, _Unwind_Context *);
184 #define _Unwind_Exception _Unwind_Control_Block
195 _Unwind_Reason_Code _Unwind_RaiseException(_Unwind_Control_Block *ucbp);
196 void __attribute__((noreturn)) _Unwind_Resume(_Unwind_Control_Block *ucbp);
197 _Unwind_Reason_Code _Unwind_Resume_or_Rethrow (_Unwind_Control_Block *ucbp);
201 _Unwind_Control_Block *, struct _Unwind_Context *, void *)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/ginclude/
unwind-arm-common.h 76 typedef struct _Unwind_Control_Block _Unwind_Control_Block;
83 struct _Unwind_Control_Block
86 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block *);
168 _Unwind_Control_Block *, _Unwind_Context *);
183 #define _Unwind_Exception _Unwind_Control_Block
194 _Unwind_Reason_Code _Unwind_RaiseException(_Unwind_Control_Block *ucbp);
195 void __attribute__((noreturn)) _Unwind_Resume(_Unwind_Control_Block *ucbp);
196 _Unwind_Reason_Code _Unwind_Resume_or_Rethrow (_Unwind_Control_Block *ucbp);
200 _Unwind_Control_Block *, struct _Unwind_Context *, void *)
    [all...]

Completed in 27 milliseconds