HomeSort by relevance Sort by last modified time
    Searched refs:_Unwind_Exception (Results 1 - 25 of 69) sorted by null

1 2 3

  /ndk/tests/device/test-unwind-struct/jni/
main.c 24 CHECK_EQ(24, sizeof(struct _Unwind_Exception));
25 CHECK_EQ(0, offsetof(struct _Unwind_Exception, exception_class));
26 CHECK_EQ(8, offsetof(struct _Unwind_Exception, exception_cleanup));
27 CHECK_EQ(12, offsetof(struct _Unwind_Exception, private_1));
28 CHECK_EQ(16, offsetof(struct _Unwind_Exception, private_2));
30 CHECK_EQ(32, sizeof(struct _Unwind_Exception));
31 CHECK_EQ(0, offsetof(struct _Unwind_Exception, exception_class));
32 CHECK_EQ(8, offsetof(struct _Unwind_Exception, exception_cleanup));
33 CHECK_EQ(12, offsetof(struct _Unwind_Exception, private_1));
34 CHECK_EQ(16, offsetof(struct _Unwind_Exception, private_2))
    [all...]
  /external/libunwind/src/unwind/
DeleteException.c 29 _Unwind_DeleteException (struct _Unwind_Exception *exception_object)
37 void __libunwind_Unwind_DeleteException (struct _Unwind_Exception *)
Resume.c 29 _Unwind_Resume (struct _Unwind_Exception *exception_object)
52 void __libunwind_Unwind_Resume (struct _Unwind_Exception *)
Resume_or_Rethrow.c 29 _Unwind_Resume_or_Rethrow (struct _Unwind_Exception *exception_object)
58 __libunwind_Unwind_Resume_or_Rethrow (struct _Unwind_Exception *)
  /ndk/sources/cxx-stl/gabi++/include/
unwind-itanium.h 56 struct _Unwind_Exception;
59 struct _Unwind_Exception* exc);
64 struct _Unwind_Exception*,
68 struct _Unwind_Exception {
93 _Unwind_Reason_Code _Unwind_RaiseException(struct _Unwind_Exception*);
94 void _Unwind_Resume(struct _Unwind_Exception*);
95 void _Unwind_DeleteException(struct _Unwind_Exception*);
106 _Unwind_Reason_Code _Unwind_ForcedUnwind(struct _Unwind_Exception*,
110 _Unwind_Reason_Code _Unwind_RaiseException(struct _Unwind_Exception*);
111 void _Unwind_Resume(struct _Unwind_Exception*);
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/gabi++/include/
unwind-itanium.h 56 struct _Unwind_Exception;
59 struct _Unwind_Exception* exc);
64 struct _Unwind_Exception*,
68 struct _Unwind_Exception {
86 _Unwind_Reason_Code _Unwind_RaiseException(struct _Unwind_Exception*);
87 void _Unwind_Resume(struct _Unwind_Exception*);
88 void _Unwind_DeleteException(struct _Unwind_Exception*);
99 _Unwind_Reason_Code _Unwind_ForcedUnwind(struct _Unwind_Exception*,
103 _Unwind_Reason_Code _Unwind_RaiseException(struct _Unwind_Exception*);
104 void _Unwind_Resume(struct _Unwind_Exception*);
    [all...]
  /ndk/sources/cxx-stl/gabi++/src/
helper_func_internal.h 39 _GABIXX_NORETURN void call_terminate(_Unwind_Exception* unwind_exception) _GABIXX_HIDDEN;
53 _Unwind_Exception* unwind_exception)
56 void setRegisters(_Unwind_Exception* unwind_exception,
60 _Unwind_Reason_Code continueUnwinding(_Unwind_Exception *ex,
64 void saveDataToBarrierCache(_Unwind_Exception* exc,
69 void loadDataFromBarrierCache(_Unwind_Exception* exc,
73 void prepareBeginCleanup(_Unwind_Exception* exc) _GABIXX_HIDDEN;
75 void saveUnexpectedDataToBarrierCache(_Unwind_Exception* exc,
83 _Unwind_Exception* unwind_exception,
91 _Unwind_Exception*,
    [all...]
  /external/libunwind/include/
unwind.h 62 struct _Unwind_Exception; /* forward-declaration */
65 struct _Unwind_Exception *);
69 struct _Unwind_Exception *,
77 struct _Unwind_Exception
85 extern _Unwind_Reason_Code _Unwind_RaiseException (struct _Unwind_Exception *);
86 extern _Unwind_Reason_Code _Unwind_ForcedUnwind (struct _Unwind_Exception *,
88 extern void _Unwind_Resume (struct _Unwind_Exception *);
89 extern void _Unwind_DeleteException (struct _Unwind_Exception *);
113 _Unwind_Resume_or_Rethrow (struct _Unwind_Exception *);
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include/
unwind.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...]
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
unwind.h 83 struct _Unwind_Exception;
86 struct _Unwind_Exception *);
88 struct _Unwind_Exception
118 extern _Unwind_Reason_Code _Unwind_RaiseException (struct _Unwind_Exception *);
124 struct _Unwind_Exception *, struct _Unwind_Context *, void *);
126 extern _Unwind_Reason_Code _Unwind_ForcedUnwind (struct _Unwind_Exception *,
131 extern void _Unwind_DeleteException (struct _Unwind_Exception *);
135 extern void _Unwind_Resume (struct _Unwind_Exception *);
139 extern _Unwind_Reason_Code _Unwind_Resume_or_Rethrow (struct _Unwind_Exception *);
185 struct _Unwind_Exception *, struct _Unwind_Context *)
    [all...]
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
unwind.h 83 struct _Unwind_Exception;
86 struct _Unwind_Exception *);
88 struct _Unwind_Exception
118 extern _Unwind_Reason_Code _Unwind_RaiseException (struct _Unwind_Exception *);
124 struct _Unwind_Exception *, struct _Unwind_Context *, void *);
126 extern _Unwind_Reason_Code _Unwind_ForcedUnwind (struct _Unwind_Exception *,
131 extern void _Unwind_DeleteException (struct _Unwind_Exception *);
135 extern void _Unwind_Resume (struct _Unwind_Exception *);
139 extern _Unwind_Reason_Code _Unwind_Resume_or_Rethrow (struct _Unwind_Exception *);
185 struct _Unwind_Exception *, struct _Unwind_Context *)
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include/
unwind.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...]
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
unwind.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...]
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include/
unwind.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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/lib/gcc/x86_64-linux/4.8/include/
unwind.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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/include/
unwind.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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
unwind.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...]
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include/
unwind.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...]
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
unwind.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...]
  /external/clang/lib/Headers/
unwind.h 79 struct _Unwind_Exception;
104 struct _Unwind_Exception *);
106 struct _Unwind_Exception {
111 /* The Itanium ABI requires that _Unwind_Exception objects are "double-word
118 struct _Unwind_Exception *,
123 int, _Unwind_Action, _Unwind_Exception_Class, struct _Unwind_Exception *,
211 _Unwind_Reason_Code _Unwind_RaiseException(struct _Unwind_Exception *);
212 _Unwind_Reason_Code _Unwind_ForcedUnwind(struct _Unwind_Exception *,
214 void _Unwind_DeleteException(struct _Unwind_Exception *);
215 void _Unwind_Resume(struct _Unwind_Exception *);
    [all...]
  /prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/
unwind.h 79 struct _Unwind_Exception;
104 struct _Unwind_Exception *);
106 struct _Unwind_Exception {
111 /* The Itanium ABI requires that _Unwind_Exception objects are "double-word
118 struct _Unwind_Exception *,
123 int, _Unwind_Action, _Unwind_Exception_Class, struct _Unwind_Exception *,
211 _Unwind_Reason_Code _Unwind_RaiseException(struct _Unwind_Exception *);
212 _Unwind_Reason_Code _Unwind_ForcedUnwind(struct _Unwind_Exception *,
214 void _Unwind_DeleteException(struct _Unwind_Exception *);
215 void _Unwind_Resume(struct _Unwind_Exception *);
    [all...]
  /prebuilts/clang/host/darwin-x86/3.8/lib/clang/3.8/include/
unwind.h 79 struct _Unwind_Exception;
104 struct _Unwind_Exception *);
106 struct _Unwind_Exception {
111 /* The Itanium ABI requires that _Unwind_Exception objects are "double-word
118 struct _Unwind_Exception *,
123 int, _Unwind_Action, _Unwind_Exception_Class, struct _Unwind_Exception *,
211 _Unwind_Reason_Code _Unwind_RaiseException(struct _Unwind_Exception *);
212 _Unwind_Reason_Code _Unwind_ForcedUnwind(struct _Unwind_Exception *,
214 void _Unwind_DeleteException(struct _Unwind_Exception *);
215 void _Unwind_Resume(struct _Unwind_Exception *);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/
unwind.h 79 struct _Unwind_Exception;
104 struct _Unwind_Exception *);
106 struct _Unwind_Exception {
111 /* The Itanium ABI requires that _Unwind_Exception objects are "double-word
118 struct _Unwind_Exception *,
123 int, _Unwind_Action, _Unwind_Exception_Class, struct _Unwind_Exception *,
211 _Unwind_Reason_Code _Unwind_RaiseException(struct _Unwind_Exception *);
212 _Unwind_Reason_Code _Unwind_ForcedUnwind(struct _Unwind_Exception *,
214 void _Unwind_DeleteException(struct _Unwind_Exception *);
215 void _Unwind_Resume(struct _Unwind_Exception *);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/
unwind.h 79 struct _Unwind_Exception;
104 struct _Unwind_Exception *);
106 struct _Unwind_Exception {
111 /* The Itanium ABI requires that _Unwind_Exception objects are "double-word
118 struct _Unwind_Exception *,
123 int, _Unwind_Action, _Unwind_Exception_Class, struct _Unwind_Exception *,
211 _Unwind_Reason_Code _Unwind_RaiseException(struct _Unwind_Exception *);
212 _Unwind_Reason_Code _Unwind_ForcedUnwind(struct _Unwind_Exception *,
214 void _Unwind_DeleteException(struct _Unwind_Exception *);
215 void _Unwind_Resume(struct _Unwind_Exception *);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/include/
unwind.h 79 struct _Unwind_Exception;
104 struct _Unwind_Exception *);
106 struct _Unwind_Exception {
111 /* The Itanium ABI requires that _Unwind_Exception objects are "double-word
118 struct _Unwind_Exception *,
123 int, _Unwind_Action, _Unwind_Exception_Class, struct _Unwind_Exception *,
211 _Unwind_Reason_Code _Unwind_RaiseException(struct _Unwind_Exception *);
212 _Unwind_Reason_Code _Unwind_ForcedUnwind(struct _Unwind_Exception *,
214 void _Unwind_DeleteException(struct _Unwind_Exception *);
215 void _Unwind_Resume(struct _Unwind_Exception *);
    [all...]

Completed in 499 milliseconds

1 2 3