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/libunwind_llvm/src/
H A DUnwindLevel1.c466 _Unwind_GetGR(struct _Unwind_Context *context, int index) { function
470 _LIBUNWIND_TRACE_API("_Unwind_GetGR(context=%p, reg=%d) => 0x%" PRIx64 "\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/libunwind_llvm/include/
H A Dunwind.h209 extern uintptr_t _Unwind_GetGR(struct _Unwind_Context *context, int index);
231 uintptr_t _Unwind_GetGR(struct _Unwind_Context *context, int index) { function
246 return _Unwind_GetGR(context, 15) & (~(uintptr_t)0x1);
251 uintptr_t thumb_bit = _Unwind_GetGR(context, 15) & ((uintptr_t)0x1);

Completed in 1361 milliseconds