Searched refs:_Unwind_Word (Results 1 - 17 of 17) sorted by path

/freebsd-11-stable/contrib/gcc/config/arm/
H A Dunwind-arm.c597 _Unwind_Word
1081 return _Unwind_GetGR (context, 15) & ~(_Unwind_Word)1;
1088 return _Unwind_GetGR (context, 15) & ~(_Unwind_Word)1;
H A Dunwind-arm.h44 typedef unsigned _Unwind_Word __attribute__((__mode__(__word__))); typedef
48 typedef _Unwind_Word _uw;
219 _Unwind_Word _Unwind_GetCFA (struct _Unwind_Context *);
229 static inline _Unwind_Word
230 _Unwind_decode_target2 (_Unwind_Word ptr)
232 _Unwind_Word tmp;
234 tmp = *(_Unwind_Word *) ptr;
242 tmp = *(_Unwind_Word *) tmp;
252 __ARM_STATIC_INLINE _Unwind_Word
261 _Unwind_SetGR (_Unwind_Context *context, int regno, _Unwind_Word va
[all...]
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dunwind-ia64.c1675 _Unwind_Word
1678 _Unwind_Word ret;
1694 _Unwind_SetGR (struct _Unwind_Context *context, int index, _Unwind_Word val)
1758 _Unwind_Word
1766 _Unwind_Word
/freebsd-11-stable/contrib/gcc/
H A Dunwind-c.c53 _Unwind_Word tmp;
178 _Unwind_Word cs_lp, cs_action;
198 _Unwind_Word cs_action;
H A Dunwind-compat.c78 extern _Unwind_Word __libunwind_Unwind_GetCFA
81 _Unwind_Word
89 extern _Unwind_Word __libunwind_Unwind_GetBSP
92 _Unwind_Word
120 extern _Unwind_Word __libunwind_Unwind_GetGR
123 _Unwind_Word
196 (struct _Unwind_Context *, int, _Unwind_Word);
200 _Unwind_Word val)
H A Dunwind-dw2-fde.c270 _Unwind_Word utmp;
H A Dunwind-dw2.c74 #define SIGNAL_FRAME_BIT ((~(_Unwind_Word) 0 >> 1) + 1)
76 #define EXTENDED_CONTEXT_BIT ((~(_Unwind_Word) 0 >> 2) + 1)
77 _Unwind_Word flags;
80 _Unwind_Word version;
81 _Unwind_Word args_size;
135 static inline _Unwind_Word
150 static inline _Unwind_Word
159 inline _Unwind_Word
176 return (_Unwind_Word) (_Unwind_Internal_Ptr) ptr;
183 gcc_assert (size == sizeof(_Unwind_Word));
[all...]
H A Dunwind-dw2.h48 _Unwind_Word reg;
69 _Unwind_Word cfa_reg;
83 _Unwind_Word code_align;
84 _Unwind_Word retaddr_column;
H A Dunwind-generic.h46 typedef unsigned _Unwind_Word __attribute__((__mode__(__word__))); typedef
92 _Unwind_Word private_1;
93 _Unwind_Word private_2;
154 extern _Unwind_Word _Unwind_GetGR (struct _Unwind_Context *, int);
155 extern void _Unwind_SetGR (struct _Unwind_Context *, int, _Unwind_Word);
162 extern _Unwind_Word _Unwind_GetCFA (struct _Unwind_Context *);
223 extern _Unwind_Word _Unwind_GetBSP (struct _Unwind_Context *);
H A Dunwind-pe.h134 read_uleb128 (const unsigned char *p, _Unwind_Word *val)
138 _Unwind_Word result;
144 result |= ((_Unwind_Word)byte & 0x7f) << shift;
160 _Unwind_Word result;
166 result |= ((_Unwind_Word)byte & 0x7f) << shift;
173 result |= -(((_Unwind_Word)1L) << shift);
219 _Unwind_Word tmp;
H A Dunwind-sjlj.c71 _Unwind_Word data[4];
182 _Unwind_Word
190 _Unwind_Word
202 return (_Unwind_Word) context->fc->jbuf[2];
206 return (_Unwind_Word) 0;
210 _Unwind_SetGR (struct _Unwind_Context *context, int index, _Unwind_Word val)
/freebsd-11-stable/contrib/libexecinfo/
H A Dunwind.h36 typedef long _Unwind_Word; typedef
52 _Unwind_Word _Unwind_GetCFA(struct _Unwind_Context *);
54 _Unwind_Word _Unwind_GetGR(struct _Unwind_Context *, int);
H A Dunwind_arm_ehabi_stub.c30 void _Unwind_VRS_Get(struct _Unwind_Context *, int, _Unwind_Word, int, void *);
31 void _Unwind_VRS_Set(struct _Unwind_Context *, int, _Unwind_Word, int, void *);
33 _Unwind_Word
36 _Unwind_Word val;
46 return (_Unwind_Ptr)(_Unwind_GetGR (context, 15) & ~(_Unwind_Word)1);
/freebsd-11-stable/contrib/libstdc++/libsupc++/
H A Deh_call.cc77 _Unwind_Word rtti_stride = 0;
78 _Unwind_Word* rtti_list = NULL;
92 rtti_list = (_Unwind_Word*) exc_obj->barrier_cache.bitpattern[4];
137 _Unwind_Word offset;
139 offset = (_Unwind_Word) &rtti_list[n * (rtti_stride >> 2)];
H A Deh_personality.cc60 _Unwind_Word tmp;
96 get_ttype_entry(lsda_header_info* info, _Unwind_Word i)
118 const _Unwind_Word* e = ((const _Unwind_Word*) info->TType)
124 _Unwind_Word tmp;
133 tmp = _Unwind_decode_target2((_Unwind_Word) e);
203 get_ttype_entry (lsda_header_info *info, _Unwind_Word i)
253 _Unwind_Word tmp;
324 _Unwind_Word tmp;
462 _Unwind_Word cs_l
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dunwind.h55 typedef uintptr_t _Unwind_Word __attribute__((__mode__(__unwind_word__))); typedef
144 _Unwind_Word private_[6];
146 _Unwind_Word private_1;
147 _Unwind_Word private_2;
212 _Unwind_Word _Unwind_GetGR(struct _Unwind_Context *__context, int __index) {
213 _Unwind_Word __value;
220 _Unwind_Word __value) {
225 _Unwind_Word _Unwind_GetIP(struct _Unwind_Context *__context) {
226 _Unwind_Word __ip = _Unwind_GetGR(__context, 15);
227 return __ip & ~(_Unwind_Word)(
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_exceptions.cpp32 typedef _Unwind_Word GetGRFn(_Unwind_Context* context, int index);
33 typedef _Unwind_Word GetCFAFn(_Unwind_Context* context);

Completed in 178 milliseconds