Searched refs:_Unwind_GetGR (Results 1 - 10 of 10) sorted by path

/external/clang/lib/Headers/
H A Dunwind.h166 _Unwind_Word _Unwind_GetGR(struct _Unwind_Context *__context, int __index) { function
180 _Unwind_Word __ip = _Unwind_GetGR(__context, 15);
186 _Unwind_Word __thumb_mode_bit = _Unwind_GetGR(__context, 15) & 0x1;
190 _Unwind_Word _Unwind_GetGR(struct _Unwind_Context *, int);
/external/libcxxabi/include/
H A Dunwind.h210 static inline uintptr_t _Unwind_GetGR(struct _Unwind_Context* context, function
225 return (_Unwind_GetGR(context, 15) & (~(uintptr_t)0x1));
230 uintptr_t thumb_bit = _Unwind_GetGR(context, 15) & ((uintptr_t)0x1);
234 extern uintptr_t _Unwind_GetGR(struct _Unwind_Context *context, int index);
/external/libcxxabi/src/Unwind/
H A DUnwind-sjlj.c359 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetGR(struct _Unwind_Context *context, function
361 _LIBUNWIND_TRACE_API("_Unwind_GetGR(context=%p, reg=%d)\n",
H A DUnwindLevel1.c420 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetGR(struct _Unwind_Context *context, function
425 _LIBUNWIND_TRACE_API("_Unwind_GetGR(context=%p, reg=%d) => 0x%llX\n",
H A DUnwind_AppleExtras.cpp88 NOT_HERE_BEFORE_10_6(_Unwind_GetGR)
135 NOT_HERE_BEFORE_5_0(_Unwind_GetGR)
/external/libcxxabi/src/
H A Dcxa_personality.cpp1094 unwind_exception->barrier_cache.sp = _Unwind_GetGR(context, REG_SP);
1106 if (unwind_exception->barrier_cache.sp == _Unwind_GetGR(context, REG_SP))
/external/libunwind/include/
H A Dunwind.h90 extern unsigned long _Unwind_GetGR (struct _Unwind_Context *, int);
/external/libunwind/src/unwind/
H A DGetGR.c29 _Unwind_GetGR (struct _Unwind_Context *context, int index) function
43 ALIAS (_Unwind_GetGR); variable
/external/libunwind/tests/
H A Dcheck-namespace.sh.in262 match _Unwind_GetGR
/external/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp130 extern uintptr_t _Unwind_GetGR (_Unwind_Context_t c, int i);

Completed in 987 milliseconds