Searched refs:private_1 (Results 1 – 6 of 6) sorted by relevance
27 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()
285 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()
338 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()
34 (long)exception_object->private_1); in _Unwind_Resume_or_Rethrow()45 if (exception_object->private_1 == 0) { in _Unwind_Resume_or_Rethrow()
71 uint32_t private_1; member
122 uintptr_t private_1; // non-zero means forced unwind member