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

/external/libunwind/src/unwind/
H A DResume_or_Rethrow.c34 if (exception_object->private_1)
H A DForcedUnwind.c39 exception_object->private_1 isn't NULL when calling
50 exception_object->private_1 = (unsigned long) stop;
H A DRaiseException.c98 exception_object->private_1 = 0; /* clear "stop" pointer */
H A Dunwind-internal.h64 _Unwind_Stop_Fn stop = (_Unwind_Stop_Fn) exception_object->private_1;
/external/libcxxabi/src/Unwind/
H A DUnwind-sjlj.c285 exception_object->private_1 = 0;
313 if (exception_object->private_1 != 0)
315 (_Unwind_Stop_Fn) exception_object->private_1,
329 "private_1=%ld\n",
330 exception_object, exception_object->private_1);
334 if (exception_object->private_1 == 0) {
H A DUnwindLevel1.c335 exception_object->private_1 = 0;
366 if (exception_object->private_1 != 0)
368 (_Unwind_Stop_Fn) exception_object->private_1,
392 exception_object->private_1 = (uintptr_t) stop;
H A DUnwindLevel1-gcc-ext.c29 "private_1=%ld\n",
34 (long)exception_object->private_1);
39 // which is in the same position as private_1 below.
45 if (exception_object->private_1 == 0) {
/external/libunwind/include/
H A Dunwind.h73 /* The C++ ABI requires exception_class, private_1, and private_2 to
81 unsigned long private_1; member in struct:_Unwind_Exception
/external/clang/lib/Headers/
H A Dunwind.h109 _Unwind_Word private_1; member in struct:_Unwind_Exception
/external/compiler-rt/lib/builtins/
H A Dgcc_personality_v0.c45 uintptr_t private_1; member in struct:_Unwind_Exception
/external/libcxxabi/include/
H A Dunwind.h126 uintptr_t private_1; // non-zero means forced unwind member in struct:_Unwind_Exception
/external/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp118 uintptr_t private_1; member in struct:_Unwind_Exception

Completed in 389 milliseconds