Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/amd64/unwind/
H A Dunwind.c310 exception_object->private_2 = _Unwind_GetCFA(ctx); in _Unwind_RaiseException_Body()
325 if (exception_object->private_2 == _Unwind_GetCFA(ctx)) { in _Unwind_RaiseException_Body()
416 exception_object->private_2 = (uint64_t)stop_parameter; in _Unwind_ForcedUnwind_Body()
466 (void *)exception_object->private_2, in _Unwind_Resume()
/illumos-gate/usr/src/head/
H A Dstack_unwind.h80 uint64_t private_2; member