Searched refs:_Unwind_SetGR (Results 1 - 25 of 26) sorted by relevance

12

/openbsd-current/gnu/gcc/gcc/config/i386/
H A Dnetware-libgcc.exp73 _Unwind_SetGR,
/openbsd-current/gnu/llvm/libunwind/include/
H A Dunwind_itanium.h67 extern void _Unwind_SetGR(struct _Unwind_Context *context, int index,
H A Dunwind_arm_ehabi.h149 void _Unwind_SetGR(struct _Unwind_Context *context, int index, function
163 _Unwind_SetGR(context, 15, value | thumb_bit);
/openbsd-current/gnu/gcc/gcc/
H A Dunwind-c.c141 _Unwind_SetGR (context, 12, ip);
233 _Unwind_SetGR (context, __builtin_eh_return_data_regno (0),
235 _Unwind_SetGR (context, __builtin_eh_return_data_regno (1), 0);
H A Dunwind-compat.c199 _Unwind_SetGR (struct _Unwind_Context *context, int index, function
204 symver (_Unwind_SetGR, GCC_3.0);
H A Dunwind-generic.h155 extern void _Unwind_SetGR (struct _Unwind_Context *, int, _Unwind_Word);
H A Dunwind-sjlj.c210 _Unwind_SetGR (struct _Unwind_Context *context, int index, _Unwind_Word val)
208 _Unwind_SetGR (struct _Unwind_Context *context, int index, _Unwind_Word val) function
H A Dunwind-dw2.c232 _Unwind_SetGR (struct _Unwind_Context *context, int index, _Unwind_Word val)
1570 alias (_Unwind_SetGR);
229 _Unwind_SetGR (struct _Unwind_Context *context, int index, _Unwind_Word val) function
1562 alias (_Unwind_SetGR); variable
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dunwind-c.c181 _Unwind_SetGR (context, __builtin_eh_return_data_regno (0),
183 _Unwind_SetGR (context, __builtin_eh_return_data_regno (1), 0);
H A Dunwind.h148 extern void _Unwind_SetGR (struct _Unwind_Context *, int, _Unwind_Word);
H A Dunwind-libunwind.c124 _Unwind_SetGR (struct _Unwind_Context *context, int index, _Unwind_Word val)
122 _Unwind_SetGR (struct _Unwind_Context *context, int index, _Unwind_Word val) function
H A Dunwind-sjlj.c189 _Unwind_SetGR (struct _Unwind_Context *context, int index, _Unwind_Word val)
187 _Unwind_SetGR (struct _Unwind_Context *context, int index, _Unwind_Word val) function
H A Dunwind-dw2.c219 _Unwind_SetGR (struct _Unwind_Context *context, int index, _Unwind_Word val)
215 _Unwind_SetGR (struct _Unwind_Context *context, int index, _Unwind_Word val) function
/openbsd-current/gnu/llvm/libunwind/src/
H A DUnwind_AppleExtras.cpp64 NOT_HERE_BEFORE_10_6(_Unwind_SetGR)
101 NOT_HERE_BEFORE_5_0(_Unwind_SetGR)
H A DUnwind-sjlj.c427 _LIBUNWIND_EXPORT void _Unwind_SetGR(struct _Unwind_Context *context, int index, function
429 _LIBUNWIND_TRACE_API("_Unwind_SetGR(context=%p, reg=%d, value=0x%" PRIuPTR
H A DUnwindLevel1.c557 _LIBUNWIND_EXPORT void _Unwind_SetGR(struct _Unwind_Context *context, int index, function
559 _LIBUNWIND_TRACE_API("_Unwind_SetGR(context=%p, reg=%d, value=0x%0" PRIxPTR
/openbsd-current/gnu/gcc/gcc/config/arm/
H A Dunwind-arm.h257 _Unwind_SetGR (_Unwind_Context *context, int regno, _Unwind_Word val) function
265 _Unwind_SetGR (context, 15, val | (_Unwind_GetGR (context, 15) & 1))
H A Dunwind-arm.c835 _Unwind_SetGR (context, R_PC, lp);
886 _Unwind_SetGR (context, R_PC, lp);
887 _Unwind_SetGR (context, 0, (_uw) ucbp);
946 _Unwind_SetGR (context, R_PC, lp);
947 _Unwind_SetGR (context, 0, (_uw) ucbp);
970 _Unwind_SetGR (context, R_LR, _Unwind_GetGR (context, R_PC));
971 _Unwind_SetGR (context, R_PC, (_uw) &__cxa_call_unexpected);
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A Dunwind.h224 void _Unwind_SetGR(struct _Unwind_Context *__context, int __index, function
238 _Unwind_SetGR(__context, 15, __value | __thumb_mode_bit);
242 void _Unwind_SetGR(struct _Unwind_Context *, int, _Unwind_Word);
/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/
H A Dgcc_personality_v0.c238 _Unwind_SetGR(context, __builtin_eh_return_data_regno(0),
240 _Unwind_SetGR(context, __builtin_eh_return_data_regno(1), 0);
/openbsd-current/gnu/gcc/libstdc++-v3/libsupc++/
H A Deh_personality.cc408 _Unwind_SetGR(context, 12, ip);
681 _Unwind_SetGR (context, __builtin_eh_return_data_regno (0),
683 _Unwind_SetGR (context, __builtin_eh_return_data_regno (1),
/openbsd-current/gnu/lib/libstdc++/libstdc++/libsupc++/
H A Deh_personality.cc447 _Unwind_SetGR (context, __builtin_eh_return_data_regno (0),
449 _Unwind_SetGR (context, __builtin_eh_return_data_regno (1),
/openbsd-current/gnu/llvm/libcxxabi/src/
H A Dcxa_personality.cpp556 _Unwind_SetGR(context, __builtin_eh_return_data_regno(0),
558 _Unwind_SetGR(context, __builtin_eh_return_data_regno(1),
1068 _Unwind_SetGR(context, REG_UCB, reinterpret_cast<uint32_t>(unwind_exception));
/openbsd-current/gnu/llvm/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp717 _Unwind_SetGR(context,
725 _Unwind_SetGR(context,
732 _Unwind_SetGR(context,
/openbsd-current/gnu/gcc/gcc/config/ia64/
H A Dunwind-ia64.c1694 _Unwind_SetGR (struct _Unwind_Context *context, int index, _Unwind_Word val)
2423 alias (_Unwind_SetGR);
1687 _Unwind_SetGR (struct _Unwind_Context *context, int index, _Unwind_Word val) function
2415 alias (_Unwind_SetGR); variable

Completed in 297 milliseconds

12