Home
last modified time | relevance | path

Searched refs:_Unwind_Word (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/include/
H A Dunwind.h60 static inline _Unwind_Word
61 _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)
H A Dunwind-arm-common.h35 typedef unsigned _Unwind_Word __attribute__((__mode__(__word__))); typedef
39 typedef _Unwind_Word _uw;
210 _Unwind_Word _Unwind_GetCFA (struct _Unwind_Context *);
219 static inline _Unwind_Word
231 _Unwind_SetGR (_Unwind_Context *context, int regno, _Unwind_Word val) in _Unwind_SetGR()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/include/
H A Dunwind.h48 typedef unsigned _Unwind_Word __attribute__((__mode__(__unwind_word__))); typedef
96 _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 *);
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dtarget.def2164 /* Return machine mode to be used for _Unwind_Word type. */
2167 "Return machine mode to be used for @code{_Unwind_Word} type.\n\
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dtarget.def2164 /* Return machine mode to be used for _Unwind_Word type. */
2167 "Return machine mode to be used for @code{_Unwind_Word} type.\n\
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgccint.info32191 Return machine mode to be used for '_Unwind_Word' type. The
34395 '_Unwind_Word' type in unwind context. It should be defined if
H A Dgcc.info52597 _Unwind_Word ssp = _get_ssp (); \
52600 _Unwind_Word tmp = (x); \
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgccint.info32191 Return machine mode to be used for '_Unwind_Word' type. The
34395 '_Unwind_Word' type in unwind context. It should be defined if
H A Dgcc.info52597 _Unwind_Word ssp = _get_ssp (); \
52600 _Unwind_Word tmp = (x); \