HomeSort by relevance Sort by last modified time
    Searched full:exception_class (Results 1 - 25 of 116) sorted by null

1 2 3 4 5

  /ndk/tests/device/test-unwind-struct/jni/
main.c 21 CHECK_EQ(0, offsetof(struct _Unwind_Control_Block, exception_class));
25 CHECK_EQ(0, offsetof(struct _Unwind_Exception, exception_class));
31 CHECK_EQ(0, offsetof(struct _Unwind_Exception, exception_class));
  /ndk/sources/cxx-stl/gabi++/src/
cxxabi.cc 187 header->unwindHeader.exception_class = __gxx_exception_class;
201 if (isOurCxxException(exception->exception_class)) {
216 if (!isOurCxxException(exception->exception_class)) {
244 if (!isOurCxxException(exception->exception_class)) {
call_unexpected.cc 136 bool native = header->unwindHeader.exception_class == __gxx_exception_class;
159 if (header->unwindHeader.exception_class == __gxx_exception_class) {
189 bool native_exception = unwind_exception->exception_class == __gxx_exception_class;
256 bool native_old_exception = unwind_exception->exception_class == __gxx_exception_class;
297 new_exception_header->unwindHeader.exception_class == __gxx_exception_class;
helper_func_internal.h 88 uint64_t exceptionClass = unwind_exception->exception_class; \
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/lib/
libdl.so 
libthread_db.so 
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/lib/
libdl.so 
libthread_db.so 
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/lib/
libdl.so 
libthread_db.so 
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/lib/
libdl.so 
libthread_db.so 
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/lib/
libdl.so 
libthread_db.so 
  /prebuilts/ndk/5/platforms/android-8/arch-arm/usr/lib/
libdl.so 
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/lib/
libdl.so 
libthread_db.so 
  /prebuilts/ndk/6/platforms/android-8/arch-arm/usr/lib/
libdl.so 
  /development/ndk/tests/prebuilt-library/jni/
libfoo.so 
  /ndk/sources/cxx-stl/gabi++/include/
unwind-arm.h 60 uint64_t exception_class; // Compatible with Itanium ABI member in struct:_Unwind_Control_Block
unwind-itanium.h 69 uint64_t exception_class; member in struct:_Unwind_Exception
  /external/compiler-rt/lib/
gcc_personality_v0.c 42 uint64_t exception_class; member in struct:_Unwind_Exception
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
unwind.h 86 char exception_class[8]; member in struct:_Unwind_Control_Block
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
unwind-arm-common.h 86 char exception_class[8]; member in struct:_Unwind_Control_Block
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/include/
unwind.h 86 char exception_class[8]; member in struct:_Unwind_Control_Block

Completed in 346 milliseconds

1 2 3 4 5