Searched refs:private_2 (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/gnu/llvm/libunwind/include/
H A Dunwind_itanium.h29 uintptr_t private_2; // holds sp that phase1 found for phase2 to use member in struct:_Unwind_Exception
/openbsd-current/gnu/llvm/libunwind/src/
H A DUnwind-sjlj.c153 exception_object->private_2 = (uintptr_t) c;
202 if ((uintptr_t) c == exception_object->private_2)
216 if ((uintptr_t) c == exception_object->private_2) {
342 exception_object->private_2 = 0;
373 (void *)exception_object->private_2);
H A DUnwindLevel1.c146 exception_object->private_2 = (uintptr_t)sp;
256 if (sp == exception_object->private_2) {
269 if (sp == exception_object->private_2) {
430 exception_object->private_2 = 0;
464 (void *)exception_object->private_2);
489 exception_object->private_2 = (uintptr_t) stop_parameter;
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dunwind.h86 _Unwind_Word private_2; member in struct:_Unwind_Exception
H A Dunwind.inc46 match_handler = (uw_identify_context (context) == exc->private_2
124 exc->private_2 = uw_identify_context (&cur_context);
142 void *stop_argument = (void *) (_Unwind_Ptr) exc->private_2;
200 exc->private_2 = (_Unwind_Ptr) stop_argument;
/openbsd-current/gnu/gcc/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;
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A Dunwind.h150 _Unwind_Word private_2; member in struct:_Unwind_Exception

Completed in 169 milliseconds