Home
last modified time | relevance | path

Searched refs:private_1 (Results 1 – 6 of 6) sorted by relevance

/ndk/tests/device/test-unwind-struct/jni/
Dmain.c27 CHECK_EQ(12, offsetof(struct _Unwind_Exception, private_1)); in main()
33 CHECK_EQ(12, offsetof(struct _Unwind_Exception, private_1)); in main()
39 CHECK_EQ(16, offsetof(struct _Unwind_Exception, private_1)); in main()
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DUnwind-sjlj.c285 exception_object->private_1 = 0; in _Unwind_SjLj_RaiseException()
313 if (exception_object->private_1 != 0) in _Unwind_SjLj_Resume()
315 (_Unwind_Stop_Fn) exception_object->private_1, in _Unwind_SjLj_Resume()
330 exception_object, exception_object->private_1); in _Unwind_SjLj_Resume_or_Rethrow()
334 if (exception_object->private_1 == 0) { in _Unwind_SjLj_Resume_or_Rethrow()
DUnwindLevel1.c338 exception_object->private_1 = 0; in _Unwind_RaiseException()
369 if (exception_object->private_1 != 0) in _Unwind_Resume()
371 (_Unwind_Stop_Fn) exception_object->private_1, in _Unwind_Resume()
395 exception_object->private_1 = (uintptr_t) stop; in _Unwind_ForcedUnwind()
DUnwindLevel1-gcc-ext.c34 (long)exception_object->private_1); in _Unwind_Resume_or_Rethrow()
45 if (exception_object->private_1 == 0) { in _Unwind_Resume_or_Rethrow()
/ndk/sources/cxx-stl/gabi++/include/
Dunwind-itanium.h71 uint32_t private_1; member
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
Dunwind.h122 uintptr_t private_1; // non-zero means forced unwind member