HomeSort by relevance Sort by last modified time
    Searched full:private_1 (Results 1 - 25 of 101) sorted by null

1 2 3 4 5

  /ndk/tests/device/test-unwind-struct/jni/
main.c 27 CHECK_EQ(12, offsetof(struct _Unwind_Exception, private_1));
33 CHECK_EQ(12, offsetof(struct _Unwind_Exception, private_1));
39 CHECK_EQ(16, offsetof(struct _Unwind_Exception, private_1));
  /external/libunwind/src/unwind/
ForcedUnwind.c 39 exception_object->private_1 isn't NULL when calling
50 exception_object->private_1 = (unsigned long) stop;
Resume_or_Rethrow.c 34 if (exception_object->private_1)
RaiseException.c 98 exception_object->private_1 = 0; /* clear "stop" pointer */
unwind-internal.h 64 _Unwind_Stop_Fn stop = (_Unwind_Stop_Fn) exception_object->private_1;
  /external/libunwind_llvm/src/
UnwindLevel1-gcc-ext.c 32 _LIBUNWIND_TRACE_API("_Unwind_Resume_or_Rethrow(ex_obj=%p), private_1=%ld\n",
36 _LIBUNWIND_TRACE_API("_Unwind_Resume_or_Rethrow(ex_obj=%p), private_1=%ld\n",
38 (long)exception_object->private_1);
43 // which is in the same position as private_1 below.
49 if (exception_object->private_1 == 0) {
Unwind-sjlj.c 285 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) {
UnwindLevel1.c 353 exception_object->private_1 = 0;
384 if (exception_object->private_1 != 0)
386 (_Unwind_Stop_Fn) exception_object->private_1,
410 exception_object->private_1 = (uintptr_t) stop;
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
UnwindLevel1-gcc-ext.c 31 _LIBUNWIND_TRACE_API("_Unwind_Resume_or_Rethrow(ex_obj=%p), private_1=%ld\n",
35 _LIBUNWIND_TRACE_API("_Unwind_Resume_or_Rethrow(ex_obj=%p), private_1=%ld\n",
37 (long)exception_object->private_1);
42 // which is in the same position as private_1 below.
48 if (exception_object->private_1 == 0) {
Unwind-sjlj.c 285 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) {
UnwindLevel1.c 346 exception_object->private_1 = 0;
377 if (exception_object->private_1 != 0)
379 (_Unwind_Stop_Fn) exception_object->private_1,
403 exception_object->private_1 = (uintptr_t) stop;
  /external/libunwind/include/
unwind.h 73 /* The C++ ABI requires exception_class, private_1, and private_2 to
81 unsigned long private_1; member in struct:_Unwind_Exception
  /ndk/sources/cxx-stl/gabi++/include/
unwind-itanium.h 78 unsigned long private_1; member in struct:_Unwind_Exception
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/gabi++/include/
unwind-itanium.h 71 uint32_t private_1; member in struct:_Unwind_Exception
  /external/clang/lib/Headers/
unwind.h 109 _Unwind_Word private_1; member in struct:_Unwind_Exception
  /prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/
unwind.h 109 _Unwind_Word private_1; member in struct:_Unwind_Exception
  /prebuilts/clang/host/darwin-x86/3.8/lib/clang/3.8/include/
unwind.h 109 _Unwind_Word private_1; member in struct:_Unwind_Exception
  /prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/
unwind.h 109 _Unwind_Word private_1; member in struct:_Unwind_Exception
  /prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/
unwind.h 109 _Unwind_Word private_1; member in struct:_Unwind_Exception
  /prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/include/
unwind.h 109 _Unwind_Word private_1; member in struct:_Unwind_Exception
  /prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/include/
unwind.h 109 _Unwind_Word private_1; member in struct:_Unwind_Exception
  /prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/include/
unwind.h 109 _Unwind_Word private_1; member in struct:_Unwind_Exception
  /prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/include/
unwind.h 109 _Unwind_Word private_1; member in struct:_Unwind_Exception
  /prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/include/
unwind.h 109 _Unwind_Word private_1; member in struct:_Unwind_Exception
  /prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/
unwind.h 109 _Unwind_Word private_1; member in struct:_Unwind_Exception

Completed in 1556 milliseconds

1 2 3 4 5