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

  /src/sys/lib/libunwind/
unwind.h 42 struct _Unwind_Exception {
44 void (*exception_cleanup)(_Unwind_Reason_Code, struct _Unwind_Exception *);
50 struct _Unwind_Exception *,
56 struct _Unwind_Exception *,
69 _Unwind_Reason_Code _Unwind_RaiseException(struct _Unwind_Exception *);
70 void _Unwind_Resume(struct _Unwind_Exception *) __dead;
71 _Unwind_Reason_Code _Unwind_Resume_or_Rethrow(struct _Unwind_Exception *);
72 _Unwind_Reason_Code _Unwind_ForcedUnwind(struct _Unwind_Exception *,
74 void _Unwind_DeleteException(struct _Unwind_Exception *);
  /src/external/bsd/libc++/dist/libcxxrt/src/
unwind-itanium.h 63 struct _Unwind_Exception; /* forward-declaration */
66 struct _Unwind_Exception *);
70 struct _Unwind_Exception *,
78 struct _Unwind_Exception
86 extern _Unwind_Reason_Code _Unwind_RaiseException (struct _Unwind_Exception *);
87 extern _Unwind_Reason_Code _Unwind_ForcedUnwind (struct _Unwind_Exception *,
89 extern void _Unwind_Resume (struct _Unwind_Exception *);
90 extern void _Unwind_DeleteException (struct _Unwind_Exception *);
114 _Unwind_Resume_or_Rethrow (struct _Unwind_Exception *);
155 struct _Unwind_Exception *exceptionObject,
    [all...]
unwind-arm.h 60 struct _Unwind_Exception
63 void (*exception_cleanup)(_Unwind_Reason_Code, struct _Unwind_Exception *);
101 _Unwind_Reason_Code _Unwind_RaiseException(struct _Unwind_Exception *ucbp);
102 void _Unwind_Resume(struct _Unwind_Exception *ucbp);
103 void _Unwind_Complete(struct _Unwind_Exception *ucbp);
104 void _Unwind_DeleteException(struct _Unwind_Exception *ucbp);
151 _Unwind_Resume_or_Rethrow (struct _Unwind_Exception *);
188 _Unwind_Reason_Code __gnu_unwind_frame(struct _Unwind_Exception*, struct _Unwind_Context*);
193 struct _Unwind_Exception *exceptionObject,\
198 struct _Unwind_Exception *exceptionObject,
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/
unwind-generic.h 86 struct _Unwind_Exception;
89 struct _Unwind_Exception *);
91 struct _Unwind_Exception
133 _Unwind_RaiseException (struct _Unwind_Exception *);
139 struct _Unwind_Exception *, struct _Unwind_Context *, void *);
142 _Unwind_ForcedUnwind (struct _Unwind_Exception *, _Unwind_Stop_Fn, void *);
145 extern void _Unwind_DeleteException (struct _Unwind_Exception *);
150 _Unwind_Resume (struct _Unwind_Exception *);
155 _Unwind_Resume_or_Rethrow (struct _Unwind_Exception *);
202 struct _Unwind_Exception *, struct _Unwind_Context *)
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/
unwind-generic.h 85 struct _Unwind_Exception;
88 struct _Unwind_Exception *);
90 struct _Unwind_Exception
132 _Unwind_RaiseException (struct _Unwind_Exception *);
138 struct _Unwind_Exception *, struct _Unwind_Context *, void *);
141 _Unwind_ForcedUnwind (struct _Unwind_Exception *, _Unwind_Stop_Fn, void *);
144 extern void _Unwind_DeleteException (struct _Unwind_Exception *);
149 _Unwind_Resume (struct _Unwind_Exception *);
154 _Unwind_Resume_or_Rethrow (struct _Unwind_Exception *);
201 struct _Unwind_Exception *, struct _Unwind_Context *)
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Headers/
unwind.h 67 typedef struct _Unwind_Control_Block _Unwind_Exception; /* Alias */
69 struct _Unwind_Exception;
70 typedef struct _Unwind_Exception _Unwind_Exception;
104 _Unwind_Exception *);
140 struct _Unwind_Exception {
149 /* The Itanium ABI requires that _Unwind_Exception objects are "double-word
157 _Unwind_Exception *,
163 _Unwind_Exception *,
256 _Unwind_Reason_Code _Unwind_RaiseException(_Unwind_Exception *);
    [all...]
  /src/external/gpl3/gcc/dist/gcc/ginclude/
unwind-arm-common.h 184 #define _Unwind_Exception _Unwind_Control_Block
213 void _Unwind_DeleteException (_Unwind_Exception *);
  /src/external/gpl3/gcc.old/dist/gcc/ginclude/
unwind-arm-common.h 183 #define _Unwind_Exception _Unwind_Control_Block
212 void _Unwind_DeleteException (_Unwind_Exception *);

Completed in 28 milliseconds