Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/amd64/unwind/
H A Dunwind.c340 exception_object->private_1 = 0; in _Unwind_RaiseException_Body()
415 exception_object->private_1 = (uint64_t)stop; in _Unwind_ForcedUnwind_Body()
463 if (exception_object->private_1) in _Unwind_Resume()
465 (_Unwind_Stop_Fn)exception_object->private_1, in _Unwind_Resume()
/illumos-gate/usr/src/head/
H A Dstack_unwind.h79 uint64_t private_1; member