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

1 2

  /external/libunwind/src/unwind/
DeleteException.c 31 _Unwind_Exception_Cleanup_Fn cleanup = exception_object->exception_cleanup;
  /ndk/tests/device/test-unwind-struct/jni/
main.c 22 CHECK_EQ(8, offsetof(struct _Unwind_Control_Block, exception_cleanup));
26 CHECK_EQ(8, offsetof(struct _Unwind_Exception, exception_cleanup));
32 CHECK_EQ(8, offsetof(struct _Unwind_Exception, exception_cleanup));
38 CHECK_EQ(8, offsetof(struct _Unwind_Exception, exception_cleanup));
  /external/libunwind/include/
unwind.h 80 _Unwind_Exception_Cleanup_Fn exception_cleanup; member in struct:_Unwind_Exception
  /ndk/sources/cxx-stl/gabi++/include/
unwind-itanium.h 70 _Unwind_Exception_Cleanup_Fn exception_cleanup; member in struct:_Unwind_Exception
unwind-arm.h 61 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block*); member in struct:_Unwind_Control_Block
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/gabi++/include/
unwind-itanium.h 70 _Unwind_Exception_Cleanup_Fn exception_cleanup; member in struct:_Unwind_Exception
unwind-arm.h 62 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block*); member in struct:_Unwind_Control_Block
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include/
unwind.h 93 _Unwind_Exception_Cleanup_Fn exception_cleanup; member in struct:_Unwind_Exception
143 /* Helper to invoke the exception_cleanup routine. */
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
unwind.h 91 _Unwind_Exception_Cleanup_Fn exception_cleanup; member in struct:_Unwind_Exception
130 /* Helper to invoke the exception_cleanup routine. */
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
unwind.h 91 _Unwind_Exception_Cleanup_Fn exception_cleanup; member in struct:_Unwind_Exception
130 /* Helper to invoke the exception_cleanup routine. */
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include/
unwind.h 93 _Unwind_Exception_Cleanup_Fn exception_cleanup; member in struct:_Unwind_Exception
143 /* Helper to invoke the exception_cleanup routine. */
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
unwind.h 93 _Unwind_Exception_Cleanup_Fn exception_cleanup; member in struct:_Unwind_Exception
143 /* Helper to invoke the exception_cleanup routine. */
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include/
unwind.h 93 _Unwind_Exception_Cleanup_Fn exception_cleanup; member in struct:_Unwind_Exception
143 /* Helper to invoke the exception_cleanup routine. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/lib/gcc/x86_64-linux/4.8/include/
unwind.h 93 _Unwind_Exception_Cleanup_Fn exception_cleanup; member in struct:_Unwind_Exception
143 /* Helper to invoke the exception_cleanup routine. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/include/
unwind.h 93 _Unwind_Exception_Cleanup_Fn exception_cleanup; member in struct:_Unwind_Exception
143 /* Helper to invoke the exception_cleanup routine. */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
unwind.h 93 _Unwind_Exception_Cleanup_Fn exception_cleanup; member in struct:_Unwind_Exception
143 /* Helper to invoke the exception_cleanup routine. */
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include/
unwind.h 93 _Unwind_Exception_Cleanup_Fn exception_cleanup; member in struct:_Unwind_Exception
143 /* Helper to invoke the exception_cleanup routine. */
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
unwind.h 93 _Unwind_Exception_Cleanup_Fn exception_cleanup; member in struct:_Unwind_Exception
143 /* Helper to invoke the exception_cleanup routine. */
  /external/libunwind_llvm/include/
unwind.h 71 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block*); member in struct:_Unwind_Control_Block
120 void (*exception_cleanup)(_Unwind_Reason_Code reason, member in struct:_Unwind_Exception
  /external/libunwind_llvm/src/
Unwind-sjlj.c 427 if (exception_object->exception_cleanup != NULL)
428 (*exception_object->exception_cleanup)(_URC_FOREIGN_EXCEPTION_CAUGHT,
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
unwind.h 71 void (*exception_cleanup)(_Unwind_Reason_Code, _Unwind_Control_Block*); member in struct:_Unwind_Control_Block
120 void (*exception_cleanup)(_Unwind_Reason_Code reason, member in struct:_Unwind_Exception
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
Unwind-sjlj.c 427 if (exception_object->exception_cleanup != NULL)
428 (*exception_object->exception_cleanup)(_URC_FOREIGN_EXCEPTION_CAUGHT,
  /external/clang/lib/Headers/
unwind.h 108 _Unwind_Exception_Cleanup_Fn exception_cleanup; member in struct:_Unwind_Exception
  /prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/
unwind.h 108 _Unwind_Exception_Cleanup_Fn exception_cleanup; member in struct:_Unwind_Exception
  /prebuilts/clang/host/darwin-x86/3.8/lib/clang/3.8/include/
unwind.h 108 _Unwind_Exception_Cleanup_Fn exception_cleanup; member in struct:_Unwind_Exception

Completed in 67 milliseconds

1 2