Searched refs:_Unwind_Word (Results 1 – 9 of 9) sorted by relevance
34 typedef unsigned _Unwind_Word __attribute__((__mode__(__unwind_word__))); typedef84 _Unwind_Word private_1;85 _Unwind_Word private_2;89 _Unwind_Word unwind_exception_align[2]90 __attribute__ ((__aligned__ (2 * sizeof (_Unwind_Word))));144 extern _Unwind_Word _Unwind_GetGR (struct _Unwind_Context *, int);145 extern void _Unwind_SetGR (struct _Unwind_Context *, int, _Unwind_Word);151 extern _Unwind_Word _Unwind_GetCFA (struct _Unwind_Context *);211 extern _Unwind_Word _Unwind_GetBSP (struct _Unwind_Context *);
70 _Unwind_Word args_size;90 _Unwind_Word reg;109 _Unwind_Word cfa_reg;173 inline _Unwind_Word252 _Unwind_Word utmp; in extract_cie_info()321 static _Unwind_Word809 _Unwind_Word reg2; in execute_cfa_program()985 _Unwind_Word i; in uw_frame_state_for()1098 _Unwind_Word tmp_sp; in uw_update_context_1()1119 _Unwind_Word len; in uw_update_context_1()[all …]
71 _Unwind_Word *val)148 read_uleb128 (const unsigned char *p, _Unwind_Word *val) in read_uleb128()152 _Unwind_Word result; in read_uleb128()174 _Unwind_Word result; in read_sleb128()233 _Unwind_Word tmp; in read_encoded_value_with_base()
55 _Unwind_Word
299 _Unwind_Word utmp; in get_cie_encoding()
38 typedef unsigned _Unwind_Word __attribute__((__mode__(__word__))); typedef42 typedef _Unwind_Word _uw;212 _Unwind_Word _Unwind_GetCFA (struct _Unwind_Context *);222 static inline _Unwind_Word223 _Unwind_decode_target2 (_Unwind_Word ptr) in _Unwind_decode_target2()225 _Unwind_Word tmp; in _Unwind_decode_target2()227 tmp = *(_Unwind_Word *) ptr; in _Unwind_decode_target2()235 tmp = *(_Unwind_Word *) tmp; in _Unwind_decode_target2()245 static inline _Unwind_Word255 (_Unwind_GetGR (context, 15) & ~(_Unwind_Word)1)[all …]
33 static inline _Unwind_Word46 (unwind_getgr (arg->unwind_link, context, 15) & ~(_Unwind_Word)1)
20 _Unwind_Word
38 _Unwind_Word cfa;57 _Unwind_Word cfa in backtrace_helper()
Completed in 13 milliseconds