Searched refs:_Unwind_SetGR (Results 1 - 11 of 11) 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/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/compiler-rt/lib/builtins/
H A Dgcc_personality_v0.c50 COMPILER_RT_ABI void _Unwind_SetGR(_Unwind_Context_t c, int i, uintptr_t n);
238 _Unwind_SetGR(context, __builtin_eh_return_data_regno(0),
240 _Unwind_SetGR(context, __builtin_eh_return_data_regno(1), 0);
/external/libunwind/include/
H A Dunwind.h91 extern void _Unwind_SetGR (struct _Unwind_Context *, int, unsigned long);
/external/libcxxabi/src/Unwind/
H A DUnwind_AppleExtras.cpp94 NOT_HERE_BEFORE_10_6(_Unwind_SetGR)
131 NOT_HERE_BEFORE_5_0(_Unwind_SetGR)
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"
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, "
/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,
/external/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp131 extern void _Unwind_SetGR (_Unwind_Context_t c, int i, uintptr_t n);
766 _Unwind_SetGR(context,
774 _Unwind_SetGR(context,
781 _Unwind_SetGR(context,
/external/libcxxabi/src/
H A Dcxa_personality.cpp504 _Unwind_SetGR(context, __builtin_eh_return_data_regno(0),
506 _Unwind_SetGR(context, __builtin_eh_return_data_regno(1),
1085 _Unwind_SetGR(context, REG_UCB, reinterpret_cast<uint32_t>(unwind_exception));
/external/libunwind/tests/
H A Dcheck-namespace.sh.in271 match _Unwind_SetGR

Completed in 224 milliseconds