Searched refs:private_1 (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/sys/lib/libunwind/
H A Dunwind.h45 uintptr_t private_1; member in struct:_Unwind_Exception
H A Dlibunwind.cxx199 exc->private_1 = 0;
217 exc->private_1 = (uintptr_t)stop;
227 if (exc->private_1 != 0)
228 unwind_phase2_forced(cursor, exc, (_Unwind_Stop_Fn)exc->private_1,
241 if (exc->private_1 != 0)
/netbsd-current/external/bsd/libc++/dist/libcxxrt/src/
H A Dunwind-itanium.h74 /* The C++ ABI requires exception_class, private_1, and private_2 to
82 unsigned long private_1; member in struct:_Unwind_Exception
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/
H A Dunwind-generic.h98 _Unwind_Word private_1; member in struct:_Unwind_Exception
H A Dunwind.inc132 exc->private_1 = 0;
151 _Unwind_Stop_Fn stop = (_Unwind_Stop_Fn) (_Unwind_Ptr) exc->private_1;
214 exc->private_1 = (_Unwind_Ptr) stop;
240 if (exc->private_1 == 0)
263 if (exc->private_1 == 0)
/netbsd-current/external/gpl3/gcc/dist/libgcc/
H A Dunwind.inc132 exc->private_1 = 0;
151 _Unwind_Stop_Fn stop = (_Unwind_Stop_Fn) (_Unwind_Ptr) exc->private_1;
215 exc->private_1 = (_Unwind_Ptr) stop;
241 if (exc->private_1 == 0)
264 if (exc->private_1 == 0)
H A Dunwind-generic.h98 _Unwind_Word private_1; member in struct:_Unwind_Exception
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/unwind/
H A Dgeneric.d150 _Unwind_Word private_1;
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/unwind/
H A Dgeneric.d150 _Unwind_Word private_1;
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Dunwind.h146 _Unwind_Word private_1; member in struct:_Unwind_Exception

Completed in 134 milliseconds