Searched defs:_Unwind_GetGR (Results 1 - 5 of 5) sorted by relevance

/external/libunwind/src/unwind/
H A DGetGR.c29 _Unwind_GetGR (struct _Unwind_Context *context, int index) function
43 ALIAS (_Unwind_GetGR); variable
/external/libcxxabi/src/Unwind/
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-sjlj.c359 _LIBUNWIND_EXPORT uintptr_t _Unwind_GetGR(struct _Unwind_Context *context, function
361 _LIBUNWIND_TRACE_API("_Unwind_GetGR(context=%p, reg=%d)\n",
/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);

Completed in 379 milliseconds