Lines Matching refs:private_
113 memset(exc->private_, 0, sizeof(exc->private_)); in _GCC_specific_handler()
155 exc->private_[1] = (ULONG_PTR)frame; in _GCC_specific_handler()
174 exc->private_[2] = disp->TargetIp; in _GCC_specific_handler()
176 unw_get_reg(&cursor, UNW_X86_64_RDX, &exc->private_[3]); in _GCC_specific_handler()
178 exc->private_[2] = disp->TargetPc; in _GCC_specific_handler()
180 unw_get_reg(&cursor, UNW_ARM_R1, &exc->private_[3]); in _GCC_specific_handler()
182 exc->private_[2] = disp->TargetPc; in _GCC_specific_handler()
184 unw_get_reg(&cursor, UNW_ARM64_X1, &exc->private_[3]); in _GCC_specific_handler()
193 ms_exc->ExceptionInformation[3] = exc->private_[3]; in _GCC_specific_handler()
349 memset(exception_object->private_, 0, sizeof(exception_object->private_)); in _Unwind_RaiseException()
375 if (exception_object->private_[0] != 0) { in _Unwind_Resume()
380 (_Unwind_Stop_Fn) exception_object->private_[0], in _Unwind_Resume()
381 (void *)exception_object->private_[4]); in _Unwind_Resume()
395 ms_exc.ExceptionInformation[1] = exception_object->private_[1]; in _Unwind_Resume()
396 ms_exc.ExceptionInformation[2] = exception_object->private_[2]; in _Unwind_Resume()
397 ms_exc.ExceptionInformation[3] = exception_object->private_[3]; in _Unwind_Resume()
398 RtlUnwindEx((PVOID)exception_object->private_[1], in _Unwind_Resume()
399 (PVOID)exception_object->private_[2], &ms_exc, in _Unwind_Resume()
420 exception_object->private_[0] = (uintptr_t) stop; in _Unwind_ForcedUnwind()
421 exception_object->private_[4] = (uintptr_t) stop_parameter; in _Unwind_ForcedUnwind()