Searched refs:_Unwind_Word (Results 1 - 25 of 60) sorted by relevance

123

/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/xtensa/
H A Dunwind-dw2-xtensa.h32 _Unwind_Word retaddr_column;
40 _Unwind_Word *signal_regs;
41 _Unwind_Word signal_ra;
H A Dunwind-dw2-xtensa.c66 _Unwind_Word *reg[4];
73 _Unwind_Word ra_high_bits;
78 #define SIGNAL_FRAME_BIT ((~(_Unwind_Word) 0 >> 1) + 1)
79 _Unwind_Word flags;
82 _Unwind_Word version;
102 static inline _Unwind_Word
120 inline _Unwind_Word
123 _Unwind_Word *ptr;
133 _Unwind_Word
142 _Unwind_SetGR (struct _Unwind_Context *context, int index, _Unwind_Word va
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/xtensa/
H A Dunwind-dw2-xtensa.h32 _Unwind_Word retaddr_column;
40 _Unwind_Word *signal_regs;
41 _Unwind_Word signal_ra;
H A Dunwind-dw2-xtensa.c66 _Unwind_Word *reg[4];
73 _Unwind_Word ra_high_bits;
78 #define SIGNAL_FRAME_BIT ((~(_Unwind_Word) 0 >> 1) + 1)
79 _Unwind_Word flags;
82 _Unwind_Word version;
102 static inline _Unwind_Word
120 inline _Unwind_Word
123 _Unwind_Word *ptr;
133 _Unwind_Word
142 _Unwind_SetGR (struct _Unwind_Context *context, int index, _Unwind_Word va
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/c6x/
H A Dunwind-c6x.h42 static inline _Unwind_Word
43 _Unwind_decode_typeinfo_ptr (_Unwind_Ptr base, _Unwind_Word ptr)
45 _Unwind_Word tmp;
47 tmp = *(_Unwind_Word *) ptr;
55 tmp = *(_Unwind_Word *) (tmp & ~(_Unwind_Word)3) | (tmp & 3);
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/c6x/
H A Dunwind-c6x.h42 static inline _Unwind_Word
43 _Unwind_decode_typeinfo_ptr (_Unwind_Ptr base, _Unwind_Word ptr)
45 _Unwind_Word tmp;
47 tmp = *(_Unwind_Word *) ptr;
55 tmp = *(_Unwind_Word *) (tmp & ~(_Unwind_Word)3) | (tmp & 3);
/netbsd-current/lib/libexecinfo/
H A Dunwind_arm_ehabi_stub.c34 void _Unwind_VRS_Get(struct _Unwind_Context *, int, _Unwind_Word, int, void *);
35 void _Unwind_VRS_Set(struct _Unwind_Context *, int, _Unwind_Word, int, void *);
37 _Unwind_Word
40 _Unwind_Word val;
50 return (_Unwind_Ptr)(_Unwind_GetGR (context, 15) & ~(_Unwind_Word)1);
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/
H A Dunwind-dw2.h36 _Unwind_Word reg;
57 _Unwind_Word cfa_reg;
72 _Unwind_Word code_align;
73 _Unwind_Word retaddr_column;
H A Dunwind-generic.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 *);
H A Dunwind-compat.c72 extern _Unwind_Word __libunwind_Unwind_GetCFA
75 _Unwind_Word
83 extern _Unwind_Word __libunwind_Unwind_GetBSP
86 _Unwind_Word
114 extern _Unwind_Word __libunwind_Unwind_GetGR
117 _Unwind_Word
190 (struct _Unwind_Context *, int, _Unwind_Word);
194 _Unwind_Word val)
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/i386/
H A Dshadow-stack-unwind.h39 _Unwind_Word ssp = _get_ssp (); \
42 _Unwind_Word tmp = (x); \
71 _Unwind_Word ssp, prev_ssp, token; \
81 token = (*(_Unwind_Word *) (ssp - 8)); \
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/cr16/
H A Dunwind-dw2.h36 _Unwind_Word reg;
57 _Unwind_Word cfa_reg;
72 _Unwind_Word code_align;
73 _Unwind_Word retaddr_column;
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/i386/
H A Dshadow-stack-unwind.h32 _Unwind_Word ssp = _get_ssp (); \
35 _Unwind_Word tmp = (x); \
64 _Unwind_Word ssp, prev_ssp, token; \
74 token = (*(_Unwind_Word *) (ssp - 8)); \
/netbsd-current/external/gpl3/gcc/dist/libgcc/
H A Dunwind-dw2.h36 _Unwind_Word reg;
57 _Unwind_Word cfa_reg;
72 _Unwind_Word code_align;
73 _Unwind_Word retaddr_column;
H A Dunwind-generic.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 *);
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/cr16/
H A Dunwind-dw2.h36 _Unwind_Word reg;
57 _Unwind_Word cfa_reg;
72 _Unwind_Word code_align;
73 _Unwind_Word retaddr_column;
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/arm/
H A Dunwind-arm.h60 static inline _Unwind_Word
61 _Unwind_decode_typeinfo_ptr (_Unwind_Word base __attribute__ ((unused)),
62 _Unwind_Word ptr)
64 _Unwind_Word tmp;
66 tmp = *(_Unwind_Word *) ptr;
75 tmp = *(_Unwind_Word *) tmp;
81 tmp = *(_Unwind_Word *) tmp;
103 (_Unwind_GetGR (context, 15) & ~(_Unwind_Word)1)
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/arm/
H A Dunwind-arm.h60 static inline _Unwind_Word
61 _Unwind_decode_typeinfo_ptr (_Unwind_Word base __attribute__ ((unused)),
62 _Unwind_Word ptr)
64 _Unwind_Word tmp;
66 tmp = *(_Unwind_Word *) ptr;
75 tmp = *(_Unwind_Word *) tmp;
81 tmp = *(_Unwind_Word *) tmp;
103 (_Unwind_GetGR (context, 15) & ~(_Unwind_Word)1)
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/unwind/
H A Darm.d57 _Unwind_Word _Unwind_GetIP(_Unwind_Context* context)
59 return _Unwind_GetGR(context, 15) & ~ cast(_Unwind_Word) 1;
62 void _Unwind_SetIP(_Unwind_Context* context, _Unwind_Word val)
67 _Unwind_Word _Unwind_GetIPInfo(_Unwind_Context* context, int* ip_before_insn)
H A Dc6x.d38 _Unwind_Word _Unwind_GetIP(_Unwind_Context* context)
43 void _Unwind_SetIP(_Unwind_Context* context, _Unwind_Word val)
48 _Unwind_Word _Unwind_GetIPInfo(_Unwind_Context* context, int* ip_before_insn)
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/gcc/unwind/
H A Darm.d57 _Unwind_Word _Unwind_GetIP(_Unwind_Context* context)
59 return _Unwind_GetGR(context, 15) & ~ cast(_Unwind_Word) 1;
62 void _Unwind_SetIP(_Unwind_Context* context, _Unwind_Word val)
67 _Unwind_Word _Unwind_GetIPInfo(_Unwind_Context* context, int* ip_before_insn)
H A Dc6x.d38 _Unwind_Word _Unwind_GetIP(_Unwind_Context* context)
43 void _Unwind_SetIP(_Unwind_Context* context, _Unwind_Word val)
48 _Unwind_Word _Unwind_GetIPInfo(_Unwind_Context* context, int* ip_before_insn)
/netbsd-current/external/apache2/llvm/dist/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...]
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
H A Deh_call.cc72 _Unwind_Word rtti_stride = 0;
73 _Unwind_Word* rtti_list = NULL;
88 rtti_list = (_Unwind_Word*) exc_obj->barrier_cache.bitpattern[4];
133 _Unwind_Word offset;
135 offset = (_Unwind_Word) &rtti_list[n * (rtti_stride >> 2)];
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Deh_call.cc72 _Unwind_Word rtti_stride = 0;
73 _Unwind_Word* rtti_list = NULL;
88 rtti_list = (_Unwind_Word*) exc_obj->barrier_cache.bitpattern[4];
133 _Unwind_Word offset;
135 offset = (_Unwind_Word) &rtti_list[n * (rtti_stride >> 2)];

Completed in 150 milliseconds

123