Searched refs:_Unwind_Word (Results 1 – 9 of 9) sorted by relevance
60 static inline _Unwind_Word61 _Unwind_decode_typeinfo_ptr (_Unwind_Word base __attribute__ ((unused)), in _Unwind_decode_typeinfo_ptr()62 _Unwind_Word ptr) in _Unwind_decode_typeinfo_ptr()64 _Unwind_Word tmp; in _Unwind_decode_typeinfo_ptr()66 tmp = *(_Unwind_Word *) ptr; in _Unwind_decode_typeinfo_ptr()75 tmp = *(_Unwind_Word *) tmp; in _Unwind_decode_typeinfo_ptr()81 tmp = *(_Unwind_Word *) tmp; in _Unwind_decode_typeinfo_ptr()103 (_Unwind_GetGR (context, 15) & ~(_Unwind_Word)1)
35 typedef unsigned _Unwind_Word __attribute__((__mode__(__word__))); typedef39 typedef _Unwind_Word _uw;210 _Unwind_Word _Unwind_GetCFA (struct _Unwind_Context *);219 static inline _Unwind_Word231 _Unwind_SetGR (_Unwind_Context *context, int regno, _Unwind_Word val) in _Unwind_SetGR()
48 typedef unsigned _Unwind_Word __attribute__((__mode__(__unwind_word__))); typedef96 _Unwind_Word private_[6];98 _Unwind_Word private_1;99 _Unwind_Word private_2;170 extern _Unwind_Word _Unwind_GetGR (struct _Unwind_Context *, int);171 extern void _Unwind_SetGR (struct _Unwind_Context *, int, _Unwind_Word);178 extern _Unwind_Word _Unwind_GetCFA (struct _Unwind_Context *);239 extern _Unwind_Word _Unwind_GetBSP (struct _Unwind_Context *);
2164 /* Return machine mode to be used for _Unwind_Word type. */2167 "Return machine mode to be used for @code{_Unwind_Word} type.\n\
32191 Return machine mode to be used for '_Unwind_Word' type. The34395 '_Unwind_Word' type in unwind context. It should be defined if
52597 _Unwind_Word ssp = _get_ssp (); \52600 _Unwind_Word tmp = (x); \