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

1 2

  /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...]
  /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 {
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...]
unwind-arm.h 91 typedef _Unwind_Control_Block _Unwind_Exception;
114 _Unwind_Reason_Code _Unwind_RaiseException(_Unwind_Exception* ucbp);
115 void _Unwind_Resume(_Unwind_Exception* ucbp);
116 void _Unwind_Complete(_Unwind_Exception* ucbp);
117 void _Unwind_DeleteException(_Unwind_Exception* ucbp);
cxxabi.h 306 _Unwind_Exception unwindHeader; // must be last
320 _Unwind_Exception* currentCleanup;
337 bool __cxa_begin_cleanup(_Unwind_Exception*);
  /ndk/sources/cxx-stl/gabi++/src/
helper_func_internal.h 39 void call_terminate(_Unwind_Exception* unwind_exception);
53 _Unwind_Exception* unwind_exception);
55 void setRegisters(_Unwind_Exception* unwind_exception,
59 _Unwind_Reason_Code continueUnwinding(_Unwind_Exception *ex,
62 void saveDataToBarrierCache(_Unwind_Exception* exc,
66 void loadDataFromBarrierCache(_Unwind_Exception* exc,
69 void prepareBeginCleanup(_Unwind_Exception* exc);
71 void saveUnexpectedDataToBarrierCache(_Unwind_Exception* exc,
78 _Unwind_Exception* unwind_exception,
85 _Unwind_Exception* unwind_exception,
    [all...]
helper_func_internal.cc 54 _Unwind_Exception* unwind_exception);
56 void call_terminate(_Unwind_Exception* unwind_exception) {
65 _Unwind_Exception* unwind_exception,
309 _Unwind_Exception* unwind_exception) {
322 _Unwind_Exception* unwind_exception) {
349 extern "C" bool __gnu_unwind_frame(_Unwind_Exception*, _Unwind_Context*);
351 void setRegisters(_Unwind_Exception* unwind_exception,
359 _Unwind_Reason_Code continueUnwinding(_Unwind_Exception *ex,
367 void saveDataToBarrierCache(_Unwind_Exception* exc,
376 void loadDataFromBarrierCache(_Unwind_Exception* exc
    [all...]
call_unexpected.cc 83 __cxa_type_match(_Unwind_Exception* ucbp,
133 __cxa_begin_cleanup(_Unwind_Exception* exc) {
151 extern "C" _Unwind_Exception * helper_end_cleanup() {
187 _Unwind_Exception* unwind_exception = static_cast<_Unwind_Exception*>(arg);
250 _Unwind_Exception* unwind_exception = static_cast<_Unwind_Exception*>(arg);
cxxabi.cc 46 void defaultExceptionCleanupFunc(_Unwind_Reason_Code reason, _Unwind_Exception* exc) {
196 _Unwind_Exception* exception = &header->unwindHeader;
212 _Unwind_Exception *exception = static_cast<_Unwind_Exception*>(exc);
238 _Unwind_Exception* exception = &header->unwindHeader;
269 reinterpret_cast<_Unwind_Exception *>(exceptionObject)+1)-1;
  /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/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include/
unwind.h 80 struct _Unwind_Exception;
83 struct _Unwind_Exception *);
85 struct _Unwind_Exception
122 _Unwind_RaiseException (struct _Unwind_Exception *);
128 struct _Unwind_Exception *, struct _Unwind_Context *, void *);
131 _Unwind_ForcedUnwind (struct _Unwind_Exception *, _Unwind_Stop_Fn, void *);
134 extern void _Unwind_DeleteException (struct _Unwind_Exception *);
139 _Unwind_Resume (struct _Unwind_Exception *);
144 _Unwind_Resume_or_Rethrow (struct _Unwind_Exception *);
191 struct _Unwind_Exception *, struct _Unwind_Context *)
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/include/
unwind.h 80 struct _Unwind_Exception;
83 struct _Unwind_Exception *);
85 struct _Unwind_Exception
122 _Unwind_RaiseException (struct _Unwind_Exception *);
128 struct _Unwind_Exception *, struct _Unwind_Context *, void *);
131 _Unwind_ForcedUnwind (struct _Unwind_Exception *, _Unwind_Stop_Fn, void *);
134 extern void _Unwind_DeleteException (struct _Unwind_Exception *);
139 _Unwind_Resume (struct _Unwind_Exception *);
144 _Unwind_Resume_or_Rethrow (struct _Unwind_Exception *);
191 struct _Unwind_Exception *, struct _Unwind_Context *)
    [all...]
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/
unwind.h 80 struct _Unwind_Exception;
83 struct _Unwind_Exception *);
85 struct _Unwind_Exception
122 _Unwind_RaiseException (struct _Unwind_Exception *);
128 struct _Unwind_Exception *, struct _Unwind_Context *, void *);
131 _Unwind_ForcedUnwind (struct _Unwind_Exception *, _Unwind_Stop_Fn, void *);
134 extern void _Unwind_DeleteException (struct _Unwind_Exception *);
139 _Unwind_Resume (struct _Unwind_Exception *);
144 _Unwind_Resume_or_Rethrow (struct _Unwind_Exception *);
191 struct _Unwind_Exception *, struct _Unwind_Context *)
    [all...]
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/
unwind.h 80 struct _Unwind_Exception;
83 struct _Unwind_Exception *);
85 struct _Unwind_Exception
122 _Unwind_RaiseException (struct _Unwind_Exception *);
128 struct _Unwind_Exception *, struct _Unwind_Context *, void *);
131 _Unwind_ForcedUnwind (struct _Unwind_Exception *, _Unwind_Stop_Fn, void *);
134 extern void _Unwind_DeleteException (struct _Unwind_Exception *);
139 _Unwind_Resume (struct _Unwind_Exception *);
144 _Unwind_Resume_or_Rethrow (struct _Unwind_Exception *);
191 struct _Unwind_Exception *, struct _Unwind_Context *)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/
unwind.h 80 struct _Unwind_Exception;
83 struct _Unwind_Exception *);
85 struct _Unwind_Exception
122 _Unwind_RaiseException (struct _Unwind_Exception *);
128 struct _Unwind_Exception *, struct _Unwind_Context *, void *);
131 _Unwind_ForcedUnwind (struct _Unwind_Exception *, _Unwind_Stop_Fn, void *);
134 extern void _Unwind_DeleteException (struct _Unwind_Exception *);
139 _Unwind_Resume (struct _Unwind_Exception *);
144 _Unwind_Resume_or_Rethrow (struct _Unwind_Exception *);
191 struct _Unwind_Exception *, struct _Unwind_Context *)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include/
unwind.h 80 struct _Unwind_Exception;
83 struct _Unwind_Exception *);
85 struct _Unwind_Exception
122 _Unwind_RaiseException (struct _Unwind_Exception *);
128 struct _Unwind_Exception *, struct _Unwind_Context *, void *);
131 _Unwind_ForcedUnwind (struct _Unwind_Exception *, _Unwind_Stop_Fn, void *);
134 extern void _Unwind_DeleteException (struct _Unwind_Exception *);
139 _Unwind_Resume (struct _Unwind_Exception *);
144 _Unwind_Resume_or_Rethrow (struct _Unwind_Exception *);
191 struct _Unwind_Exception *, struct _Unwind_Context *)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include/
unwind.h 80 struct _Unwind_Exception;
83 struct _Unwind_Exception *);
85 struct _Unwind_Exception
122 _Unwind_RaiseException (struct _Unwind_Exception *);
128 struct _Unwind_Exception *, struct _Unwind_Context *, void *);
131 _Unwind_ForcedUnwind (struct _Unwind_Exception *, _Unwind_Stop_Fn, void *);
134 extern void _Unwind_DeleteException (struct _Unwind_Exception *);
139 _Unwind_Resume (struct _Unwind_Exception *);
144 _Unwind_Resume_or_Rethrow (struct _Unwind_Exception *);
191 struct _Unwind_Exception *, struct _Unwind_Context *)
    [all...]
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include/
unwind.h 80 struct _Unwind_Exception;
83 struct _Unwind_Exception *);
85 struct _Unwind_Exception
122 _Unwind_RaiseException (struct _Unwind_Exception *);
128 struct _Unwind_Exception *, struct _Unwind_Context *, void *);
131 _Unwind_ForcedUnwind (struct _Unwind_Exception *, _Unwind_Stop_Fn, void *);
134 extern void _Unwind_DeleteException (struct _Unwind_Exception *);
139 _Unwind_Resume (struct _Unwind_Exception *);
144 _Unwind_Resume_or_Rethrow (struct _Unwind_Exception *);
191 struct _Unwind_Exception *, struct _Unwind_Context *)
    [all...]
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.7/lib/gcc/mipsel-linux-android/4.7/include/
unwind.h 80 struct _Unwind_Exception;
83 struct _Unwind_Exception *);
85 struct _Unwind_Exception
122 _Unwind_RaiseException (struct _Unwind_Exception *);
128 struct _Unwind_Exception *, struct _Unwind_Context *, void *);
131 _Unwind_ForcedUnwind (struct _Unwind_Exception *, _Unwind_Stop_Fn, void *);
134 extern void _Unwind_DeleteException (struct _Unwind_Exception *);
139 _Unwind_Resume (struct _Unwind_Exception *);
144 _Unwind_Resume_or_Rethrow (struct _Unwind_Exception *);
191 struct _Unwind_Exception *, struct _Unwind_Context *)
    [all...]
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/include/
unwind.h 80 struct _Unwind_Exception;
83 struct _Unwind_Exception *);
85 struct _Unwind_Exception
122 _Unwind_RaiseException (struct _Unwind_Exception *);
128 struct _Unwind_Exception *, struct _Unwind_Context *, void *);
131 _Unwind_ForcedUnwind (struct _Unwind_Exception *, _Unwind_Stop_Fn, void *);
134 extern void _Unwind_DeleteException (struct _Unwind_Exception *);
139 _Unwind_Resume (struct _Unwind_Exception *);
144 _Unwind_Resume_or_Rethrow (struct _Unwind_Exception *);
191 struct _Unwind_Exception *, struct _Unwind_Context *)
    [all...]
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/lib/gcc/i686-linux-android/4.7/include/
unwind.h 80 struct _Unwind_Exception;
83 struct _Unwind_Exception *);
85 struct _Unwind_Exception
122 _Unwind_RaiseException (struct _Unwind_Exception *);
128 struct _Unwind_Exception *, struct _Unwind_Context *, void *);
131 _Unwind_ForcedUnwind (struct _Unwind_Exception *, _Unwind_Stop_Fn, void *);
134 extern void _Unwind_DeleteException (struct _Unwind_Exception *);
139 _Unwind_Resume (struct _Unwind_Exception *);
144 _Unwind_Resume_or_Rethrow (struct _Unwind_Exception *);
191 struct _Unwind_Exception *, struct _Unwind_Context *)
    [all...]
  /external/compiler-rt/lib/
gcc_personality_v0.c 41 struct _Unwind_Exception {
44 struct _Unwind_Exception* exc);
186 uint64_t exceptionClass, struct _Unwind_Exception* exceptionObject,
190 uint64_t exceptionClass, struct _Unwind_Exception* exceptionObject,
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
unwind.h 184 #define _Unwind_Exception _Unwind_Control_Block
213 void _Unwind_DeleteException (_Unwind_Exception *);
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
unwind-arm-common.h 184 #define _Unwind_Exception _Unwind_Control_Block
213 void _Unwind_DeleteException (_Unwind_Exception *);
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/include/
unwind.h 184 #define _Unwind_Exception _Unwind_Control_Block
213 void _Unwind_DeleteException (_Unwind_Exception *);

Completed in 2582 milliseconds

1 2