Home
last modified time | relevance | path

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

/sysdeps/generic/
A Dunwind.h34 typedef unsigned _Unwind_Word __attribute__((__mode__(__unwind_word__))); typedef
84 _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 *);
A Dunwind-dw2.c70 _Unwind_Word args_size;
90 _Unwind_Word reg;
109 _Unwind_Word cfa_reg;
173 inline _Unwind_Word
252 _Unwind_Word utmp; in extract_cie_info()
321 static _Unwind_Word
809 _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 …]
A Dunwind-pe.h71 _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()
A Dunwind-resume.c55 _Unwind_Word
A Dunwind-dw2-fde.c299 _Unwind_Word utmp; in get_cie_encoding()
/sysdeps/arm/
A Dunwind.h38 typedef unsigned _Unwind_Word __attribute__((__mode__(__word__))); typedef
42 typedef _Unwind_Word _uw;
212 _Unwind_Word _Unwind_GetCFA (struct _Unwind_Context *);
222 static inline _Unwind_Word
223 _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_Word
255 (_Unwind_GetGR (context, 15) & ~(_Unwind_Word)1)
[all …]
A Dbacktrace.c33 static inline _Unwind_Word
46 (unwind_getgr (arg->unwind_link, context, 15) & ~(_Unwind_Word)1)
/sysdeps/ia64/
A Dunwind-resume.c20 _Unwind_Word
/sysdeps/sparc/
A Dbacktrace.c38 _Unwind_Word cfa;
57 _Unwind_Word cfa in backtrace_helper()

Completed in 16 milliseconds