Home
last modified time | relevance | path

Searched refs:private_2 (Results 1 – 5 of 5) sorted by relevance

/ndk/tests/device/test-unwind-struct/jni/
Dmain.c28 CHECK_EQ(16, offsetof(struct _Unwind_Exception, private_2)); in main()
34 CHECK_EQ(16, offsetof(struct _Unwind_Exception, private_2)); in main()
40 CHECK_EQ(24, offsetof(struct _Unwind_Exception, private_2)); in main()
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DUnwindLevel1.c94 exception_object->private_2 = (uintptr_t)sp; in unwind_phase1()
175 if (sp == exception_object->private_2) { in unwind_phase2()
188 if (sp == exception_object->private_2) { in unwind_phase2()
339 exception_object->private_2 = 0; in _Unwind_RaiseException()
372 (void *)exception_object->private_2); in _Unwind_Resume()
396 exception_object->private_2 = (uintptr_t) stop_parameter; in _Unwind_ForcedUnwind()
DUnwind-sjlj.c103 exception_object->private_2 = (uintptr_t) c; in unwind_phase1()
148 if ((uintptr_t) c == exception_object->private_2) in unwind_phase2()
162 if ((uintptr_t) c == exception_object->private_2) { in unwind_phase2()
286 exception_object->private_2 = 0; in _Unwind_SjLj_RaiseException()
316 (void *)exception_object->private_2); in _Unwind_SjLj_Resume()
/ndk/sources/cxx-stl/gabi++/include/
Dunwind-itanium.h72 uint32_t private_2; member
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
Dunwind.h123 uintptr_t private_2; // holds sp that phase1 found for phase2 to use member