Home
last modified time | relevance | path

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

/netbsd/src/sys/lib/libunwind/
Dlibunwind.cxx64 exc->private_2 = cursor.getSP(); in unwind_phase1()
108 if (sp == exc->private_2) in unwind_phase2()
116 if (sp == exc->private_2) in unwind_phase2()
200 exc->private_2 = 0; in _Unwind_RaiseException()
218 exc->private_2 = (uintptr_t)stop_arg; in _Unwind_ForcedUnwind()
229 (void *)exc->private_2); in _Unwind_Resume()
Dunwind.h46 uintptr_t private_2; member
/netbsd/src/external/gpl3/gcc/dist/libgcc/
Dunwind.inc53 match_handler = (uw_identify_context (context) == exc->private_2
133 exc->private_2 = uw_identify_context (&cur_context);
152 void *stop_argument = (void *) (_Unwind_Ptr) exc->private_2;
216 exc->private_2 = (_Unwind_Ptr) stop_argument;
Dunwind-generic.h99 _Unwind_Word private_2; member
/netbsd/src/external/bsd/libc++/dist/libcxxrt/src/
Dunwind-itanium.h83 unsigned long private_2; member