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

1 2

  /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/libcxxabi/src/Unwind/
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);
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;
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
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);
UnwindLevel1.c 94 exception_object->private_2 = (uintptr_t)sp;
175 if (sp == exception_object->private_2) {
188 if (sp == exception_object->private_2) {
339 exception_object->private_2 = 0;
372 (void *)exception_object->private_2);
396 exception_object->private_2 = (uintptr_t) stop_parameter;
  /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 72 uint32_t private_2; member in struct:_Unwind_Exception
  /prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
unwind-itanium.h 72 uint32_t private_2; member in struct:_Unwind_Exception
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/gabi++/include/
unwind-itanium.h 72 uint32_t private_2; member in struct:_Unwind_Exception
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x-google/include/
unwind.h 99 _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/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include/
unwind.h 99 _Unwind_Word private_2; member in struct:_Unwind_Exception
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
unwind.h 99 _Unwind_Word private_2; member in struct:_Unwind_Exception
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x-google/include/
unwind.h 99 _Unwind_Word private_2; member in struct:_Unwind_Exception
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/lib/gcc/x86_64-linux/4.8/include/
unwind.h 99 _Unwind_Word private_2; member in struct:_Unwind_Exception
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/include/
unwind.h 99 _Unwind_Word private_2; member in struct:_Unwind_Exception
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
unwind.h 99 _Unwind_Word private_2; member in struct:_Unwind_Exception
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include/
unwind.h 99 _Unwind_Word private_2; member in struct:_Unwind_Exception
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/include/
unwind.h 99 _Unwind_Word 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

Completed in 920 milliseconds

1 2