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

/external/libunwind/src/unwind/
H A DForcedUnwind.c51 exception_object->private_2 = (unsigned long) stop_parameter;
H A DRaiseException.c99 exception_object->private_2 = ip; /* save frame marker */
H A Dunwind-internal.h66 void *stop_parameter = (void *) exception_object->private_2;
/external/libcxxabi/src/Unwind/
H A DUnwind-sjlj.c103 exception_object->private_2 = (uintptr_t) c;
148 if ((uintptr_t) c == exception_object->private_2)
162 if ((uintptr_t) c == exception_object->private_2) {
286 exception_object->private_2 = 0;
316 (void *)exception_object->private_2);
H A DUnwindLevel1.c93 exception_object->private_2 = (uintptr_t)sp;
174 if (sp == exception_object->private_2) {
187 if (sp == exception_object->private_2) {
336 exception_object->private_2 = 0;
369 (void *)exception_object->private_2);
393 exception_object->private_2 = (uintptr_t) stop_parameter;
/external/libunwind/include/
H A Dunwind.h73 /* The C++ ABI requires exception_class, private_1, and private_2 to
82 unsigned long private_2; member in struct:_Unwind_Exception
/external/clang/lib/Headers/
H A Dunwind.h110 _Unwind_Word private_2; member in struct:_Unwind_Exception
/external/compiler-rt/lib/builtins/
H A Dgcc_personality_v0.c46 uintptr_t private_2; member in struct:_Unwind_Exception
/external/libcxxabi/include/
H A Dunwind.h127 uintptr_t private_2; // holds sp that phase1 found for phase2 to use member in struct:_Unwind_Exception
/external/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp119 uintptr_t private_2; member in struct:_Unwind_Exception

Completed in 219 milliseconds