Searched refs:private_2 (Results 1 – 10 of 10) sorted by relevance
103 exception_object->private_2 = (uintptr_t) c; in unwind_phase1()148 if ((uintptr_t) c == exception_object->private_2) in unwind_phase2()162 if ((uintptr_t) c == exception_object->private_2) { in unwind_phase2()286 exception_object->private_2 = 0; in _Unwind_SjLj_RaiseException()316 (void *)exception_object->private_2); in _Unwind_SjLj_Resume()
103 exception_object->private_2 = (uintptr_t)sp; in unwind_phase1()188 if (sp == exception_object->private_2) { in unwind_phase2()201 if (sp == exception_object->private_2) { in unwind_phase2()354 exception_object->private_2 = 0; in _Unwind_RaiseException()387 (void *)exception_object->private_2); in _Unwind_Resume()411 exception_object->private_2 = (uintptr_t) stop_parameter; in _Unwind_ForcedUnwind()
51 exception_object->private_2 = (unsigned long) stop_parameter; in _Unwind_ForcedUnwind()
99 exception_object->private_2 = ip; /* save frame marker */ in _Unwind_RaiseException()
66 void *stop_parameter = (void *) exception_object->private_2; in _Unwind_Phase2()
82 unsigned long private_2; member
110 _Unwind_Word private_2; member
123 uintptr_t private_2; // holds sp that phase1 found for phase2 to use member
122 …%private_2 = getelementptr inbounds %struct._Unwind_Exception, %struct._Unwind_Exception* %exc, i6…123 store i64 %16, i64* %private_2, align 8135 %20 = load i64, i64* %private_2, align 8
121 uintptr_t private_2; member