Home
last modified time | relevance | path

Searched refs:_Unwind_SetGR (Results 1 – 25 of 32) sorted by relevance

12

/openbsd/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, in _Unwind_SetGR() 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.c208 _Unwind_SetGR (struct _Unwind_Context *context, int index, _Unwind_Word val) in _Unwind_SetGR() function
H A Dlibgcc-std.ver159 _Unwind_SetGR
H A Dunwind-dw2.c229 _Unwind_SetGR (struct _Unwind_Context *context, int index, _Unwind_Word val) in _Unwind_SetGR() function
1562 alias (_Unwind_SetGR);
/openbsd/gnu/gcc/gcc/config/arm/
H A Dunwind-arm.c835 _Unwind_SetGR (context, R_PC, lp); in __gnu_unwind_pr_common()
886 _Unwind_SetGR (context, R_PC, lp); in __gnu_unwind_pr_common()
887 _Unwind_SetGR (context, 0, (_uw) ucbp); in __gnu_unwind_pr_common()
946 _Unwind_SetGR (context, R_PC, lp); in __gnu_unwind_pr_common()
947 _Unwind_SetGR (context, 0, (_uw) ucbp); in __gnu_unwind_pr_common()
970 _Unwind_SetGR (context, R_LR, _Unwind_GetGR (context, R_PC)); in __gnu_unwind_pr_common()
971 _Unwind_SetGR (context, R_PC, (_uw) &__cxa_call_unexpected); in __gnu_unwind_pr_common()
H A Dunwind-arm.h257 _Unwind_SetGR (_Unwind_Context *context, int regno, _Unwind_Word val) in _Unwind_SetGR() function
265 _Unwind_SetGR (context, 15, val | (_Unwind_GetGR (context, 15) & 1))
/openbsd/gnu/llvm/clang/lib/Headers/
H A Dunwind.h224 void _Unwind_SetGR(struct _Unwind_Context *__context, int __index, in _Unwind_SetGR() function
238 _Unwind_SetGR(__context, 15, __value | __thumb_mode_bit); in _Unwind_SetIP()
242 void _Unwind_SetGR(struct _Unwind_Context *, int, _Unwind_Word);
/openbsd/gnu/llvm/libunwind/include/
H A Dunwind_arm_ehabi.h149 void _Unwind_SetGR(struct _Unwind_Context *context, int index, in _Unwind_SetGR() function
163 _Unwind_SetGR(context, 15, value | thumb_bit); in _Unwind_SetIP()
H A Dunwind_itanium.h67 extern void _Unwind_SetGR(struct _Unwind_Context *context, int index,
/openbsd/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, in _Unwind_SetGR() function
H A DUnwindLevel1.c557 _LIBUNWIND_EXPORT void _Unwind_SetGR(struct _Unwind_Context *context, int index, in _Unwind_SetGR() function
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dunwind-c.c181 _Unwind_SetGR (context, __builtin_eh_return_data_regno (0), in PERSONALITY_FUNCTION()
183 _Unwind_SetGR (context, __builtin_eh_return_data_regno (1), 0); in PERSONALITY_FUNCTION()
H A Dunwind-libunwind.c122 _Unwind_SetGR (struct _Unwind_Context *context, int index, _Unwind_Word val) in _Unwind_SetGR() function
H A Dunwind.h148 extern void _Unwind_SetGR (struct _Unwind_Context *, int, _Unwind_Word);
H A Dlibgcc-std.ver159 _Unwind_SetGR
H A Dunwind-sjlj.c187 _Unwind_SetGR (struct _Unwind_Context *context, int index, _Unwind_Word val) in _Unwind_SetGR() function
/openbsd/gnu/llvm/compiler-rt/lib/builtins/
H A Dgcc_personality_v0.c238 _Unwind_SetGR(context, __builtin_eh_return_data_regno(0), in __gcc_personality_sj0()
240 _Unwind_SetGR(context, __builtin_eh_return_data_regno(1), 0); in __gcc_personality_sj0()
/openbsd/gnu/gcc/libstdc++-v3/libsupc++/
H A Deh_personality.cc407 _Unwind_SetGR(context, 12, ip); in PERSONALITY_FUNCTION()
680 _Unwind_SetGR (context, __builtin_eh_return_data_regno (0), in PERSONALITY_FUNCTION()
682 _Unwind_SetGR (context, __builtin_eh_return_data_regno (1), in PERSONALITY_FUNCTION()
/openbsd/gnu/lib/libstdc++/libstdc++/libsupc++/
H A Deh_personality.cc446 _Unwind_SetGR (context, __builtin_eh_return_data_regno (0), in PERSONALITY_FUNCTION()
448 _Unwind_SetGR (context, __builtin_eh_return_data_regno (1), in PERSONALITY_FUNCTION()
/openbsd/gnu/usr.bin/gcc/gcc/config/sh/
H A Dlibgcc-std.ver159 _Unwind_SetGR
/openbsd/gnu/llvm/libcxxabi/src/
H A Dcxa_personality.cpp556 _Unwind_SetGR(context, __builtin_eh_return_data_regno(0), in set_registers()
558 _Unwind_SetGR(context, __builtin_eh_return_data_regno(1), in set_registers()
1068 _Unwind_SetGR(context, REG_UCB, reinterpret_cast<uint32_t>(unwind_exception)); in __gxx_personality_v0()
/openbsd/gnu/llvm/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp717 _Unwind_SetGR(context, in handleLsda()
725 _Unwind_SetGR(context, in handleLsda()
732 _Unwind_SetGR(context, in handleLsda()

12