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

/external/libunwind/src/unwind/
H A DSetGR.c32 _Unwind_SetGR (struct _Unwind_Context *context, int index, function
47 ALIAS (_Unwind_SetGR); variable
/external/libcxxabi/src/Unwind/
H A DUnwindLevel1.c434 _LIBUNWIND_EXPORT void _Unwind_SetGR(struct _Unwind_Context *context, int index, function
436 _LIBUNWIND_TRACE_API("_Unwind_SetGR(context=%p, reg=%d, "
H A DUnwind-sjlj.c369 _LIBUNWIND_EXPORT void _Unwind_SetGR(struct _Unwind_Context *context, int index, function
371 _LIBUNWIND_TRACE_API("_Unwind_SetGR(context=%p, reg=%d, value=0x%0lX)\n"
/external/clang/lib/Headers/
H A Dunwind.h173 void _Unwind_SetGR(struct _Unwind_Context *__context, int __index, function
187 _Unwind_SetGR(__context, 15, __value | __thumb_mode_bit);
191 void _Unwind_SetGR(struct _Unwind_Context *, int, _Unwind_Word);
/external/libcxxabi/include/
H A Dunwind.h217 static inline void _Unwind_SetGR(struct _Unwind_Context* context, int index, function
231 _Unwind_SetGR(context, 15, new_value | thumb_bit);
235 extern void _Unwind_SetGR(struct _Unwind_Context *context, int index,

Completed in 241 milliseconds