Searched refs:_Unwind_Reason_Code (Results 1 - 25 of 30) sorted by relevance

12

/freebsd-10.1-release/contrib/libexecinfo/
H A Dunwind.h34 typedef int _Unwind_Reason_Code; typedef
38 typedef _Unwind_Reason_Code
41 typedef _Unwind_Reason_Code
45 _Unwind_Reason_Code _Unwind_Backtrace(_Unwind_Trace_Fn, void *);
49 _Unwind_Reason_Code _Unwind_ForcedUnwind(struct _Unwind_Exception *,
61 _Unwind_Reason_Code _Unwind_RaiseException(struct _Unwind_Exception *);
63 _Unwind_Reason_Code _Unwind_Resume_or_Rethrow(struct _Unwind_Exception *);
H A Dunwind.c44 static _Unwind_Reason_Code
/freebsd-10.1-release/contrib/libcxxrt/
H A Dunwind-itanium.h52 _Unwind_Reason_Code; typedef in typeref:enum:__anon1708
64 typedef void (*_Unwind_Exception_Cleanup_Fn) (_Unwind_Reason_Code,
67 typedef _Unwind_Reason_Code (*_Unwind_Stop_Fn) (int, _Unwind_Action,
85 extern _Unwind_Reason_Code _Unwind_RaiseException (struct _Unwind_Exception *);
86 extern _Unwind_Reason_Code _Unwind_ForcedUnwind (struct _Unwind_Exception *,
102 typedef _Unwind_Reason_Code (*_Unwind_Trace_Fn) (struct _Unwind_Context *,
112 extern _Unwind_Reason_Code
135 extern _Unwind_Reason_Code _Unwind_Backtrace (_Unwind_Trace_Fn, void *);
151 _Unwind_Reason_Code name(int version,\
157 _Unwind_Reason_Code nam
[all...]
H A Dunwind-arm.h37 } _Unwind_Reason_Code; typedef in typeref:enum:__anon1700
57 void (*exception_cleanup)(_Unwind_Reason_Code, struct _Unwind_Exception *);
95 _Unwind_Reason_Code _Unwind_RaiseException(struct _Unwind_Exception *ucbp);
141 typedef _Unwind_Reason_Code (*_Unwind_Trace_Fn) (struct _Unwind_Context *,
143 extern _Unwind_Reason_Code _Unwind_Backtrace (_Unwind_Trace_Fn, void *);
144 extern _Unwind_Reason_Code
182 _Unwind_Reason_Code __gnu_unwind_frame(struct _Unwind_Exception*, struct _Unwind_Context*);
186 _Unwind_Reason_Code name(_Unwind_State state,\
191 _Unwind_Reason_Code name(_Unwind_State state,\
H A Dexception.cc113 static inline _Unwind_Reason_Code continueUnwinding(struct _Unwind_Exception *ex,
304 static void exception_cleanup(_Unwind_Reason_Code reason,
309 static void dependent_exception_cleanup(_Unwind_Reason_Code reason,
653 static _Unwind_Reason_Code trace(struct _Unwind_Context *context, void *c)
676 static void report_failure(_Unwind_Reason_Code err, __cxa_exception *thrown_exception)
741 _Unwind_Reason_Code err = _Unwind_RaiseException(&ex->unwindHeader);
842 _Unwind_Reason_Code err = _Unwind_Resume_or_Rethrow(e);
861 _Unwind_Reason_Code err = _Unwind_Resume_or_Rethrow(&ex->unwindHeader);
/freebsd-10.1-release/include/
H A Dunwind.h53 _Unwind_Reason_Code; typedef in typeref:enum:__anon5530
65 typedef void (*_Unwind_Exception_Cleanup_Fn) (_Unwind_Reason_Code,
68 typedef _Unwind_Reason_Code (*_Unwind_Stop_Fn) (int, _Unwind_Action,
87 extern _Unwind_Reason_Code _Unwind_RaiseException (struct _Unwind_Exception *);
88 extern _Unwind_Reason_Code _Unwind_ForcedUnwind (struct _Unwind_Exception *,
104 typedef _Unwind_Reason_Code (*_Unwind_Trace_Fn) (struct _Unwind_Context *,
114 extern _Unwind_Reason_Code
137 extern _Unwind_Reason_Code _Unwind_Backtrace (_Unwind_Trace_Fn, void *);
/freebsd-10.1-release/contrib/gcc/
H A Dunwind-generic.h74 } _Unwind_Reason_Code; typedef in typeref:enum:__anon1202
85 typedef void (*_Unwind_Exception_Cleanup_Fn) (_Unwind_Reason_Code,
118 extern _Unwind_Reason_Code _Unwind_RaiseException (struct _Unwind_Exception *);
122 typedef _Unwind_Reason_Code (*_Unwind_Stop_Fn)
126 extern _Unwind_Reason_Code _Unwind_ForcedUnwind (struct _Unwind_Exception *,
139 extern _Unwind_Reason_Code _Unwind_Resume_or_Rethrow (struct _Unwind_Exception *);
144 typedef _Unwind_Reason_Code (*_Unwind_Trace_Fn)
147 extern _Unwind_Reason_Code _Unwind_Backtrace (_Unwind_Trace_Fn, void *);
183 typedef _Unwind_Reason_Code (*_Unwind_Personality_Fn)
194 extern _Unwind_Reason_Code _Unwind_SjLj_RaiseExceptio
[all...]
H A Dunwind-compat.c38 extern _Unwind_Reason_Code __libunwind_Unwind_Backtrace
41 _Unwind_Reason_Code
67 extern _Unwind_Reason_Code __libunwind_Unwind_ForcedUnwind
70 _Unwind_Reason_Code
166 extern _Unwind_Reason_Code __libunwind_Unwind_RaiseException
169 _Unwind_Reason_Code
185 extern _Unwind_Reason_Code __libunwind_Unwind_Resume_or_Rethrow
188 _Unwind_Reason_Code
H A Dunwind-c.c106 _Unwind_Reason_Code
110 _Unwind_Reason_Code
115 _Unwind_Reason_Code
119 _Unwind_Reason_Code
H A Dunwind.inc41 static _Unwind_Reason_Code
45 _Unwind_Reason_Code code;
85 _Unwind_Reason_Code
89 _Unwind_Reason_Code code;
145 static _Unwind_Reason_Code
151 _Unwind_Reason_Code code, stop_code;
198 _Unwind_Reason_Code
203 _Unwind_Reason_Code code;
226 _Unwind_Reason_Code code;
247 _Unwind_Reason_Code
[all...]
H A Dunwind-sjlj.c271 static inline _Unwind_Reason_Code
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Headers/
H A Dunwind.h92 } _Unwind_Reason_Code; typedef in typeref:enum:__anon3289
103 typedef void (*_Unwind_Exception_Cleanup_Fn)(_Unwind_Reason_Code,
116 typedef _Unwind_Reason_Code (*_Unwind_Stop_Fn)(int, _Unwind_Action,
122 typedef _Unwind_Reason_Code (*_Unwind_Personality_Fn)(
127 typedef _Unwind_Reason_Code (*_Unwind_Trace_Fn)(struct _Unwind_Context *,
209 _Unwind_Reason_Code _Unwind_RaiseException(struct _Unwind_Exception *);
210 _Unwind_Reason_Code _Unwind_ForcedUnwind(struct _Unwind_Exception *,
214 _Unwind_Reason_Code _Unwind_Resume_or_Rethrow(struct _Unwind_Exception *);
218 _Unwind_Reason_Code _Unwind_Backtrace(_Unwind_Trace_Fn, void *);
225 _Unwind_Reason_Code _Unwind_SjLj_RaiseExceptio
[all...]
/freebsd-10.1-release/contrib/gcc/config/arm/
H A Dunwind-arm.h59 _Unwind_Reason_Code; typedef in typeref:enum:__anon1020
91 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block *);
172 typedef _Unwind_Reason_Code (*personality_routine) (_Unwind_State,
199 _Unwind_Reason_Code _Unwind_RaiseException(_Unwind_Control_Block *ucbp);
201 _Unwind_Reason_Code _Unwind_Resume_or_Rethrow (_Unwind_Control_Block *ucbp);
203 typedef _Unwind_Reason_Code (*_Unwind_Stop_Fn)
206 _Unwind_Reason_Code _Unwind_ForcedUnwind (_Unwind_Control_Block *,
211 typedef _Unwind_Reason_Code (*_Unwind_Trace_Fn) (_Unwind_Context *, void *);
212 _Unwind_Reason_Code _Unwind_Backtrace(_Unwind_Trace_Fn,
219 _Unwind_Reason_Code __gnu_unwind_fram
[all...]
H A Dunwind-arm.c167 extern _Unwind_Reason_Code __aeabi_unwind_cpp_pr0 (_Unwind_State,
169 extern _Unwind_Reason_Code __aeabi_unwind_cpp_pr1 (_Unwind_State,
171 extern _Unwind_Reason_Code __aeabi_unwind_cpp_pr2 (_Unwind_State,
389 static _Unwind_Reason_Code
482 _Unwind_Reason_Code pr_result;
506 static _Unwind_Reason_Code
512 _Unwind_Reason_Code pr_result = 0;
527 _Unwind_Reason_Code entry_code;
528 _Unwind_Reason_Code stop_code;
605 _Unwind_Reason_Code
[all...]
H A Dpr-support.c107 _Unwind_Reason_Code
326 _Unwind_Reason_Code
/freebsd-10.1-release/lib/libthr/thread/
H A Dthr_exit.c59 static _Unwind_Reason_Code thread_unwind_stop(int version,
65 static _Unwind_Reason_Code (*uwl_forcedunwind)(struct _Unwind_Exception *,
102 _Unwind_Reason_Code
120 thread_unwind_cleanup(_Unwind_Reason_Code code, struct _Unwind_Exception *e)
130 static _Unwind_Reason_Code
/freebsd-10.1-release/contrib/compiler-rt/lib/
H A Dgcc_personality_v0.c29 } _Unwind_Reason_Code; typedef in typeref:enum:__anon845
43 void (*exception_cleanup)(_Unwind_Reason_Code reason,
185 _Unwind_Reason_Code __gcc_personality_sj0(int version, _Unwind_Action actions,
189 _Unwind_Reason_Code __gcc_personality_v0(int version, _Unwind_Action actions,
/freebsd-10.1-release/contrib/libstdc++/libsupc++/
H A Dunwind-cxx.h232 extern "C" _Unwind_Reason_Code __gxx_personality_v0
237 extern "C" _Unwind_Reason_Code __gxx_personality_sj0
H A Deh_throw.cc37 __gxx_exception_cleanup (_Unwind_Reason_Code code, _Unwind_Exception *exc)
/freebsd-10.1-release/contrib/gcc/config/sparc/
H A Dlinux-unwind.h38 static _Unwind_Reason_Code
95 static _Unwind_Reason_Code
/freebsd-10.1-release/contrib/gcc/config/mips/
H A Dlinux-unwind.h49 static _Unwind_Reason_Code
/freebsd-10.1-release/contrib/gcc/config/s390/
H A Dlinux-unwind.h34 static _Unwind_Reason_Code
H A Dtpf-unwind.h58 static _Unwind_Reason_Code
/freebsd-10.1-release/contrib/gcc/config/i386/
H A Dlinux-unwind.h42 static _Unwind_Reason_Code
120 static _Unwind_Reason_Code
/freebsd-10.1-release/contrib/gcc/config/ia64/
H A Dlinux-unwind.h44 static _Unwind_Reason_Code

Completed in 288 milliseconds

12