Home | History | Annotate | Download | only in include

Lines Matching refs:_Unwind_Word

36   typedef unsigned _Unwind_Word __attribute__((__mode__(__word__)));
40 typedef _Unwind_Word _uw;
211 _Unwind_Word _Unwind_GetCFA (struct _Unwind_Context *);
221 static inline _Unwind_Word
222 _Unwind_decode_target2 (_Unwind_Word ptr)
224 _Unwind_Word tmp;
226 tmp = *(_Unwind_Word *) ptr;
234 tmp = *(_Unwind_Word *) tmp;
244 static inline _Unwind_Word
254 (_Unwind_GetGR (context, 15) & ~(_Unwind_Word)1)
257 (*ip_before_insn = 0, _Unwind_GetGR (context, 15) & ~(_Unwind_Word)1)
260 _Unwind_SetGR (_Unwind_Context *context, int regno, _Unwind_Word val)