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

1 2 3 4 5

  /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/
UnwindLevel1.c 93 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;
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 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;
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 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
  /external/compiler-rt/lib/builtins/
gcc_personality_v0.c 46 uintptr_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.4/lib/clang/3.4/include/
unwind.h 110 _Unwind_Word private_2; member in struct:_Unwind_Exception
  /prebuilts/clang/darwin-x86/host/3.5/lib/clang/3.5/include/
unwind.h 110 _Unwind_Word private_2; member in struct:_Unwind_Exception
  /prebuilts/clang/linux-x86/host/3.4/lib/clang/3.4/include/
unwind.h 110 _Unwind_Word private_2; member in struct:_Unwind_Exception
  /prebuilts/clang/linux-x86/host/3.5/lib/clang/3.5/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
  /external/llvm/test/CodeGen/X86/
unwindraise.ll 122 %private_2 = getelementptr inbounds %struct._Unwind_Exception* %exc, i64 0, i32 3
123 store i64 %16, i64* %private_2, align 8
135 %20 = load i64* %private_2, align 8
  /external/clang/lib/CodeGen/
TargetInfo.h 71 /// uint64 private_2;
  /external/libcxxabi/include/
unwind.h 127 uintptr_t private_2; // holds sp that phase1 found for phase2 to use member in struct:_Unwind_Exception
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
unwind.h 123 uintptr_t private_2; // holds sp that phase1 found for phase2 to use member in struct:_Unwind_Exception

Completed in 820 milliseconds

1 2 3 4 5