/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);
|
/prebuilts/ndk/9/sources/cxx-stl/EH/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 | 307 _Unwind_Exception unwindHeader; // must be last 321 _Unwind_Exception* currentCleanup; 338 bool __cxa_begin_cleanup(_Unwind_Exception*);
|
/ndk/sources/cxx-stl/gabi++/src/ |
helper_func_internal.h | 39 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, 90 _Unwind_Exception* unwind_exception, [all...] |
helper_func_internal.cc | 50 _Unwind_Exception* unwind_exception); 52 void call_terminate(_Unwind_Exception* unwind_exception) { 61 _Unwind_Exception* unwind_exception, 305 _Unwind_Exception* unwind_exception) { 318 _Unwind_Exception* unwind_exception) { 345 extern "C" bool __gnu_unwind_frame(_Unwind_Exception*, _Unwind_Context*); 347 void setRegisters(_Unwind_Exception* unwind_exception, 355 _Unwind_Reason_Code continueUnwinding(_Unwind_Exception *ex, 363 void saveDataToBarrierCache(_Unwind_Exception* exc, 372 void loadDataFromBarrierCache(_Unwind_Exception* exc [all...] |
call_unexpected.cc | 84 __cxa_type_match(_Unwind_Exception* ucbp, 134 __cxa_begin_cleanup(_Unwind_Exception* exc) { 152 extern "C" _Unwind_Exception * helper_end_cleanup() { 188 _Unwind_Exception* unwind_exception = static_cast<_Unwind_Exception*>(arg); 251 _Unwind_Exception* unwind_exception = static_cast<_Unwind_Exception*>(arg);
|
cxxabi.cc | 47 _Unwind_Exception* exc) { 190 _Unwind_Exception* exception = &header->unwindHeader; 207 _Unwind_Exception *exception = static_cast<_Unwind_Exception*>(exc); 233 _Unwind_Exception* exception = &header->unwindHeader; 264 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...] |
/bionic/tests/ |
stack_unwinding_test_impl.c | 32 _Unwind_Exception_Class b unused, struct _Unwind_Exception* c unused, 60 struct _Unwind_Exception* exception = (struct _Unwind_Exception*) malloc(sizeof(*exception));
|
/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,
|