Searched refs:private_2 (Results 1 - 8 of 8) sorted by last modified time

/freebsd-11-stable/contrib/libcxxrt/
H A Dunwind-itanium.h74 /* The C++ ABI requires exception_class, private_1, and private_2 to
83 unsigned long private_2; member in struct:_Unwind_Exception
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A DUnwindLevel1.c107 exception_object->private_2 = (uintptr_t)sp;
194 if (sp == exception_object->private_2) {
207 if (sp == exception_object->private_2) {
360 exception_object->private_2 = 0;
394 (void *)exception_object->private_2);
419 exception_object->private_2 = (uintptr_t) stop_parameter;
H A DUnwind-sjlj.c141 exception_object->private_2 = (uintptr_t) c;
190 if ((uintptr_t) c == exception_object->private_2)
204 if ((uintptr_t) c == exception_object->private_2) {
330 exception_object->private_2 = 0;
361 (void *)exception_object->private_2);
/freebsd-11-stable/contrib/llvm-project/libunwind/include/
H A Dunwind.h135 uintptr_t private_2; // holds sp that phase1 found for phase2 to use member in struct:_Unwind_Exception
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dunwind.h147 _Unwind_Word private_2; member in struct:_Unwind_Exception
/freebsd-11-stable/include/
H A Dunwind.h74 /* The C++ ABI requires exception_class, private_1, and private_2 to
84 unsigned long private_2; member in struct:_Unwind_Exception
/freebsd-11-stable/contrib/gcc/
H A Dunwind-generic.h93 _Unwind_Word private_2; member in struct:_Unwind_Exception
H A Dunwind.inc55 match_handler = (uw_identify_context (context) == exc->private_2
132 exc->private_2 = uw_identify_context (&cur_context);
150 void *stop_argument = (void *) (_Unwind_Ptr) exc->private_2;
209 exc->private_2 = (_Unwind_Ptr) stop_argument;

Completed in 87 milliseconds