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

1 2 3 4

  /ndk/tests/device/test-unwind-struct/jni/
main.c 28 CHECK_EQ(16, offsetof(struct _Unwind_Exception, private_2));
34 CHECK_EQ(16, offsetof(struct _Unwind_Exception, private_2));
40 CHECK_EQ(24, offsetof(struct _Unwind_Exception, private_2));
  /external/libunwind/src/unwind/
ForcedUnwind.c 51 exception_object->private_2 = (unsigned long) stop_parameter;
RaiseException.c 99 exception_object->private_2 = ip; /* save frame marker */
unwind-internal.h 66 void *stop_parameter = (void *) exception_object->private_2;
  /external/libunwind_llvm/src/
UnwindLevel1.c 103 exception_object->private_2 = (uintptr_t)sp;
188 if (sp == exception_object->private_2) {
201 if (sp == exception_object->private_2) {
354 exception_object->private_2 = 0;
387 (void *)exception_object->private_2);
411 exception_object->private_2 = (uintptr_t) stop_parameter;
Unwind-sjlj.c 103 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);
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
UnwindLevel1.c 96 exception_object->private_2 = (uintptr_t)sp;
181 if (sp == exception_object->private_2) {
194 if (sp == exception_object->private_2) {
347 exception_object->private_2 = 0;
380 (void *)exception_object->private_2);
404 exception_object->private_2 = (uintptr_t) stop_parameter;
Unwind-sjlj.c 103 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);
  /external/libunwind/include/
unwind.h 73 /* The C++ ABI requires exception_class, private_1, and private_2 to
82 unsigned long private_2; member in struct:_Unwind_Exception
  /ndk/sources/cxx-stl/gabi++/include/
unwind-itanium.h 79 unsigned long private_2; member in struct:_Unwind_Exception
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/gabi++/include/
unwind-itanium.h 72 uint32_t private_2; member in struct:_Unwind_Exception
  /external/clang/lib/Headers/
unwind.h 110 _Unwind_Word private_2; member in struct:_Unwind_Exception
  /prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/
unwind.h 110 _Unwind_Word private_2; member in struct:_Unwind_Exception
  /prebuilts/clang/host/darwin-x86/3.8/lib/clang/3.8/include/
unwind.h 110 _Unwind_Word private_2; member in struct:_Unwind_Exception
  /prebuilts/clang/host/darwin-x86/clang-2629532/lib64/clang/3.8/include/
unwind.h 110 _Unwind_Word private_2; member in struct:_Unwind_Exception
  /prebuilts/clang/host/darwin-x86/clang-2658975/lib64/clang/3.8/include/
unwind.h 110 _Unwind_Word private_2; member in struct:_Unwind_Exception
  /prebuilts/clang/host/darwin-x86/clang-2690385/lib64/clang/3.8/include/
unwind.h 110 _Unwind_Word private_2; member in struct:_Unwind_Exception
  /prebuilts/clang/host/linux-x86/3.8/lib/clang/3.8/include/
unwind.h 110 _Unwind_Word private_2; member in struct:_Unwind_Exception
  /prebuilts/clang/host/linux-x86/clang-2629532/lib64/clang/3.8/include/
unwind.h 110 _Unwind_Word private_2; member in struct:_Unwind_Exception
  /prebuilts/clang/host/linux-x86/clang-2658975/lib64/clang/3.8/include/
unwind.h 110 _Unwind_Word private_2; member in struct:_Unwind_Exception
  /prebuilts/clang/host/linux-x86/clang-2690385/lib64/clang/3.8/include/
unwind.h 110 _Unwind_Word private_2; member in struct:_Unwind_Exception
  /prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/
unwind.h 110 _Unwind_Word private_2; member in struct:_Unwind_Exception
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
unwind.h 93 _Unwind_Word private_2; member in struct:_Unwind_Exception
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
unwind.h 93 _Unwind_Word private_2; member in struct:_Unwind_Exception
  /prebuilts/sdk/renderscript/clang-include/
unwind.h 110 _Unwind_Word private_2; member in struct:_Unwind_Exception

Completed in 1309 milliseconds

1 2 3 4