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

123

/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
H A Dunwind.h40 static inline _Unwind_Word
41 _Unwind_decode_typeinfo_ptr (_Unwind_Word base __attribute__ ((unused)),
42 _Unwind_Word ptr)
44 _Unwind_Word tmp;
46 tmp = *(_Unwind_Word *) ptr;
55 tmp = *(_Unwind_Word *) tmp;
76 (_Unwind_GetGR (context, 15) & ~(_Unwind_Word)1)
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/include/
H A Dunwind.h40 static inline _Unwind_Word
41 _Unwind_decode_typeinfo_ptr (_Unwind_Word base __attribute__ ((unused)),
42 _Unwind_Word ptr)
44 _Unwind_Word tmp;
46 tmp = *(_Unwind_Word *) ptr;
55 tmp = *(_Unwind_Word *) tmp;
76 (_Unwind_GetGR (context, 15) & ~(_Unwind_Word)1)
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include/
H A Dunwind.h40 static inline _Unwind_Word
41 _Unwind_decode_typeinfo_ptr (_Unwind_Word base __attribute__ ((unused)),
42 _Unwind_Word ptr)
44 _Unwind_Word tmp;
46 tmp = *(_Unwind_Word *) ptr;
55 tmp = *(_Unwind_Word *) tmp;
76 (_Unwind_GetGR (context, 15) & ~(_Unwind_Word)1)
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9/lib/gcc/arm-linux-androideabi/4.9.x/include/
H A Dunwind.h40 static inline _Unwind_Word
41 _Unwind_decode_typeinfo_ptr (_Unwind_Word base __attribute__ ((unused)),
42 _Unwind_Word ptr)
44 _Unwind_Word tmp;
46 tmp = *(_Unwind_Word *) ptr;
55 tmp = *(_Unwind_Word *) tmp;
76 (_Unwind_GetGR (context, 15) & ~(_Unwind_Word)1)
/prebuilts/clang/host/darwin-x86/clang-2812033/lib64/clang/3.8/include/
H A Dunwind.h69 typedef uintptr_t _Unwind_Word; typedef
109 _Unwind_Word private_1;
110 _Unwind_Word private_2;
166 _Unwind_Word _Unwind_GetGR(struct _Unwind_Context *__context, int __index) {
167 _Unwind_Word __value;
174 _Unwind_Word __value) {
179 _Unwind_Word _Unwind_GetIP(struct _Unwind_Context *__context) {
180 _Unwind_Word __ip = _Unwind_GetGR(__context, 15);
181 return __ip & ~(_Unwind_Word)(0x1); /* Remove thumb mode bit. */
185 void _Unwind_SetIP(struct _Unwind_Context *__context, _Unwind_Word __valu
[all...]
/prebuilts/clang/host/darwin-x86/clang-2812033/lib64/clang/3.8.256229/include/
H A Dunwind.h69 typedef uintptr_t _Unwind_Word; typedef
109 _Unwind_Word private_1;
110 _Unwind_Word private_2;
166 _Unwind_Word _Unwind_GetGR(struct _Unwind_Context *__context, int __index) {
167 _Unwind_Word __value;
174 _Unwind_Word __value) {
179 _Unwind_Word _Unwind_GetIP(struct _Unwind_Context *__context) {
180 _Unwind_Word __ip = _Unwind_GetGR(__context, 15);
181 return __ip & ~(_Unwind_Word)(0x1); /* Remove thumb mode bit. */
185 void _Unwind_SetIP(struct _Unwind_Context *__context, _Unwind_Word __valu
[all...]
/prebuilts/clang/host/linux-x86/clang-2812033/lib64/clang/3.8/include/
H A Dunwind.h69 typedef uintptr_t _Unwind_Word; typedef
109 _Unwind_Word private_1;
110 _Unwind_Word private_2;
166 _Unwind_Word _Unwind_GetGR(struct _Unwind_Context *__context, int __index) {
167 _Unwind_Word __value;
174 _Unwind_Word __value) {
179 _Unwind_Word _Unwind_GetIP(struct _Unwind_Context *__context) {
180 _Unwind_Word __ip = _Unwind_GetGR(__context, 15);
181 return __ip & ~(_Unwind_Word)(0x1); /* Remove thumb mode bit. */
185 void _Unwind_SetIP(struct _Unwind_Context *__context, _Unwind_Word __valu
[all...]
/prebuilts/clang/host/linux-x86/clang-2812033/lib64/clang/3.8.256229/include/
H A Dunwind.h69 typedef uintptr_t _Unwind_Word; typedef
109 _Unwind_Word private_1;
110 _Unwind_Word private_2;
166 _Unwind_Word _Unwind_GetGR(struct _Unwind_Context *__context, int __index) {
167 _Unwind_Word __value;
174 _Unwind_Word __value) {
179 _Unwind_Word _Unwind_GetIP(struct _Unwind_Context *__context) {
180 _Unwind_Word __ip = _Unwind_GetGR(__context, 15);
181 return __ip & ~(_Unwind_Word)(0x1); /* Remove thumb mode bit. */
185 void _Unwind_SetIP(struct _Unwind_Context *__context, _Unwind_Word __valu
[all...]
/prebuilts/clang/host/darwin-x86/clang-3016494/lib64/clang/3.8/include/
H A Dunwind.h69 typedef uintptr_t _Unwind_Word; typedef
117 _Unwind_Word private_1;
118 _Unwind_Word private_2;
183 _Unwind_Word _Unwind_GetGR(struct _Unwind_Context *__context, int __index) {
184 _Unwind_Word __value;
191 _Unwind_Word __value) {
196 _Unwind_Word _Unwind_GetIP(struct _Unwind_Context *__context) {
197 _Unwind_Word __ip = _Unwind_GetGR(__context, 15);
198 return __ip & ~(_Unwind_Word)(0x1); /* Remove thumb mode bit. */
202 void _Unwind_SetIP(struct _Unwind_Context *__context, _Unwind_Word __valu
[all...]
/prebuilts/clang/host/darwin-x86/clang-3016494/lib64/clang/3.8.271374/include/
H A Dunwind.h69 typedef uintptr_t _Unwind_Word; typedef
117 _Unwind_Word private_1;
118 _Unwind_Word private_2;
183 _Unwind_Word _Unwind_GetGR(struct _Unwind_Context *__context, int __index) {
184 _Unwind_Word __value;
191 _Unwind_Word __value) {
196 _Unwind_Word _Unwind_GetIP(struct _Unwind_Context *__context) {
197 _Unwind_Word __ip = _Unwind_GetGR(__context, 15);
198 return __ip & ~(_Unwind_Word)(0x1); /* Remove thumb mode bit. */
202 void _Unwind_SetIP(struct _Unwind_Context *__context, _Unwind_Word __valu
[all...]
/prebuilts/clang/host/darwin-x86/clang-3217047/lib64/clang/3.8/include/
H A Dunwind.h69 typedef uintptr_t _Unwind_Word; typedef
117 _Unwind_Word private_1;
118 _Unwind_Word private_2;
183 _Unwind_Word _Unwind_GetGR(struct _Unwind_Context *__context, int __index) {
184 _Unwind_Word __value;
191 _Unwind_Word __value) {
196 _Unwind_Word _Unwind_GetIP(struct _Unwind_Context *__context) {
197 _Unwind_Word __ip = _Unwind_GetGR(__context, 15);
198 return __ip & ~(_Unwind_Word)(0x1); /* Remove thumb mode bit. */
202 void _Unwind_SetIP(struct _Unwind_Context *__context, _Unwind_Word __valu
[all...]
/prebuilts/clang/host/darwin-x86/clang-3217047/lib64/clang/3.8.275480/include/
H A Dunwind.h69 typedef uintptr_t _Unwind_Word; typedef
117 _Unwind_Word private_1;
118 _Unwind_Word private_2;
183 _Unwind_Word _Unwind_GetGR(struct _Unwind_Context *__context, int __index) {
184 _Unwind_Word __value;
191 _Unwind_Word __value) {
196 _Unwind_Word _Unwind_GetIP(struct _Unwind_Context *__context) {
197 _Unwind_Word __ip = _Unwind_GetGR(__context, 15);
198 return __ip & ~(_Unwind_Word)(0x1); /* Remove thumb mode bit. */
202 void _Unwind_SetIP(struct _Unwind_Context *__context, _Unwind_Word __valu
[all...]
/prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
H A Dunwind.h69 typedef uintptr_t _Unwind_Word; typedef
117 _Unwind_Word private_1;
118 _Unwind_Word private_2;
183 _Unwind_Word _Unwind_GetGR(struct _Unwind_Context *__context, int __index) {
184 _Unwind_Word __value;
191 _Unwind_Word __value) {
196 _Unwind_Word _Unwind_GetIP(struct _Unwind_Context *__context) {
197 _Unwind_Word __ip = _Unwind_GetGR(__context, 15);
198 return __ip & ~(_Unwind_Word)(0x1); /* Remove thumb mode bit. */
202 void _Unwind_SetIP(struct _Unwind_Context *__context, _Unwind_Word __valu
[all...]
/prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8.275480/include/
H A Dunwind.h69 typedef uintptr_t _Unwind_Word; typedef
117 _Unwind_Word private_1;
118 _Unwind_Word private_2;
183 _Unwind_Word _Unwind_GetGR(struct _Unwind_Context *__context, int __index) {
184 _Unwind_Word __value;
191 _Unwind_Word __value) {
196 _Unwind_Word _Unwind_GetIP(struct _Unwind_Context *__context) {
197 _Unwind_Word __ip = _Unwind_GetGR(__context, 15);
198 return __ip & ~(_Unwind_Word)(0x1); /* Remove thumb mode bit. */
202 void _Unwind_SetIP(struct _Unwind_Context *__context, _Unwind_Word __valu
[all...]
/prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8/include/
H A Dunwind.h69 typedef uintptr_t _Unwind_Word; typedef
117 _Unwind_Word private_1;
118 _Unwind_Word private_2;
183 _Unwind_Word _Unwind_GetGR(struct _Unwind_Context *__context, int __index) {
184 _Unwind_Word __value;
191 _Unwind_Word __value) {
196 _Unwind_Word _Unwind_GetIP(struct _Unwind_Context *__context) {
197 _Unwind_Word __ip = _Unwind_GetGR(__context, 15);
198 return __ip & ~(_Unwind_Word)(0x1); /* Remove thumb mode bit. */
202 void _Unwind_SetIP(struct _Unwind_Context *__context, _Unwind_Word __valu
[all...]
/prebuilts/clang/host/darwin-x86/clang-3362437/lib64/clang/3.8.275480/include/
H A Dunwind.h69 typedef uintptr_t _Unwind_Word; typedef
117 _Unwind_Word private_1;
118 _Unwind_Word private_2;
183 _Unwind_Word _Unwind_GetGR(struct _Unwind_Context *__context, int __index) {
184 _Unwind_Word __value;
191 _Unwind_Word __value) {
196 _Unwind_Word _Unwind_GetIP(struct _Unwind_Context *__context) {
197 _Unwind_Word __ip = _Unwind_GetGR(__context, 15);
198 return __ip & ~(_Unwind_Word)(0x1); /* Remove thumb mode bit. */
202 void _Unwind_SetIP(struct _Unwind_Context *__context, _Unwind_Word __valu
[all...]
/prebuilts/clang/host/darwin-x86/clang-3688880/lib64/clang/4.0/include/
H A Dunwind.h69 typedef uintptr_t _Unwind_Word; typedef
117 _Unwind_Word private_1;
118 _Unwind_Word private_2;
183 _Unwind_Word _Unwind_GetGR(struct _Unwind_Context *__context, int __index) {
184 _Unwind_Word __value;
191 _Unwind_Word __value) {
196 _Unwind_Word _Unwind_GetIP(struct _Unwind_Context *__context) {
197 _Unwind_Word __ip = _Unwind_GetGR(__context, 15);
198 return __ip & ~(_Unwind_Word)(0x1); /* Remove thumb mode bit. */
202 void _Unwind_SetIP(struct _Unwind_Context *__context, _Unwind_Word __valu
[all...]
/prebuilts/clang/host/darwin-x86/clang-3688880/lib64/clang/4.0.285906/include/
H A Dunwind.h69 typedef uintptr_t _Unwind_Word; typedef
117 _Unwind_Word private_1;
118 _Unwind_Word private_2;
183 _Unwind_Word _Unwind_GetGR(struct _Unwind_Context *__context, int __index) {
184 _Unwind_Word __value;
191 _Unwind_Word __value) {
196 _Unwind_Word _Unwind_GetIP(struct _Unwind_Context *__context) {
197 _Unwind_Word __ip = _Unwind_GetGR(__context, 15);
198 return __ip & ~(_Unwind_Word)(0x1); /* Remove thumb mode bit. */
202 void _Unwind_SetIP(struct _Unwind_Context *__context, _Unwind_Word __valu
[all...]
/prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
H A Dunwind.h69 typedef uintptr_t _Unwind_Word; typedef
117 _Unwind_Word private_1;
118 _Unwind_Word private_2;
183 _Unwind_Word _Unwind_GetGR(struct _Unwind_Context *__context, int __index) {
184 _Unwind_Word __value;
191 _Unwind_Word __value) {
196 _Unwind_Word _Unwind_GetIP(struct _Unwind_Context *__context) {
197 _Unwind_Word __ip = _Unwind_GetGR(__context, 15);
198 return __ip & ~(_Unwind_Word)(0x1); /* Remove thumb mode bit. */
202 void _Unwind_SetIP(struct _Unwind_Context *__context, _Unwind_Word __valu
[all...]
/prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0.285906/include/
H A Dunwind.h69 typedef uintptr_t _Unwind_Word; typedef
117 _Unwind_Word private_1;
118 _Unwind_Word private_2;
183 _Unwind_Word _Unwind_GetGR(struct _Unwind_Context *__context, int __index) {
184 _Unwind_Word __value;
191 _Unwind_Word __value) {
196 _Unwind_Word _Unwind_GetIP(struct _Unwind_Context *__context) {
197 _Unwind_Word __ip = _Unwind_GetGR(__context, 15);
198 return __ip & ~(_Unwind_Word)(0x1); /* Remove thumb mode bit. */
202 void _Unwind_SetIP(struct _Unwind_Context *__context, _Unwind_Word __valu
[all...]
/prebuilts/clang/host/darwin-x86/clang-stable/lib64/clang/3.8/include/
H A Dunwind.h69 typedef uintptr_t _Unwind_Word; typedef
117 _Unwind_Word private_1;
118 _Unwind_Word private_2;
183 _Unwind_Word _Unwind_GetGR(struct _Unwind_Context *__context, int __index) {
184 _Unwind_Word __value;
191 _Unwind_Word __value) {
196 _Unwind_Word _Unwind_GetIP(struct _Unwind_Context *__context) {
197 _Unwind_Word __ip = _Unwind_GetGR(__context, 15);
198 return __ip & ~(_Unwind_Word)(0x1); /* Remove thumb mode bit. */
202 void _Unwind_SetIP(struct _Unwind_Context *__context, _Unwind_Word __valu
[all...]
/prebuilts/clang/host/darwin-x86/clang-stable/lib64/clang/3.8.275480/include/
H A Dunwind.h69 typedef uintptr_t _Unwind_Word; typedef
117 _Unwind_Word private_1;
118 _Unwind_Word private_2;
183 _Unwind_Word _Unwind_GetGR(struct _Unwind_Context *__context, int __index) {
184 _Unwind_Word __value;
191 _Unwind_Word __value) {
196 _Unwind_Word _Unwind_GetIP(struct _Unwind_Context *__context) {
197 _Unwind_Word __ip = _Unwind_GetGR(__context, 15);
198 return __ip & ~(_Unwind_Word)(0x1); /* Remove thumb mode bit. */
202 void _Unwind_SetIP(struct _Unwind_Context *__context, _Unwind_Word __valu
[all...]
/prebuilts/clang/host/linux-x86/clang-3016494/lib64/clang/3.8/include/
H A Dunwind.h69 typedef uintptr_t _Unwind_Word; typedef
117 _Unwind_Word private_1;
118 _Unwind_Word private_2;
183 _Unwind_Word _Unwind_GetGR(struct _Unwind_Context *__context, int __index) {
184 _Unwind_Word __value;
191 _Unwind_Word __value) {
196 _Unwind_Word _Unwind_GetIP(struct _Unwind_Context *__context) {
197 _Unwind_Word __ip = _Unwind_GetGR(__context, 15);
198 return __ip & ~(_Unwind_Word)(0x1); /* Remove thumb mode bit. */
202 void _Unwind_SetIP(struct _Unwind_Context *__context, _Unwind_Word __valu
[all...]
/prebuilts/clang/host/linux-x86/clang-3016494/lib64/clang/3.8.271374/include/
H A Dunwind.h69 typedef uintptr_t _Unwind_Word; typedef
117 _Unwind_Word private_1;
118 _Unwind_Word private_2;
183 _Unwind_Word _Unwind_GetGR(struct _Unwind_Context *__context, int __index) {
184 _Unwind_Word __value;
191 _Unwind_Word __value) {
196 _Unwind_Word _Unwind_GetIP(struct _Unwind_Context *__context) {
197 _Unwind_Word __ip = _Unwind_GetGR(__context, 15);
198 return __ip & ~(_Unwind_Word)(0x1); /* Remove thumb mode bit. */
202 void _Unwind_SetIP(struct _Unwind_Context *__context, _Unwind_Word __valu
[all...]
/prebuilts/clang/host/linux-x86/clang-3217047/lib64/clang/3.8/include/
H A Dunwind.h69 typedef uintptr_t _Unwind_Word; typedef
117 _Unwind_Word private_1;
118 _Unwind_Word private_2;
183 _Unwind_Word _Unwind_GetGR(struct _Unwind_Context *__context, int __index) {
184 _Unwind_Word __value;
191 _Unwind_Word __value) {
196 _Unwind_Word _Unwind_GetIP(struct _Unwind_Context *__context) {
197 _Unwind_Word __ip = _Unwind_GetGR(__context, 15);
198 return __ip & ~(_Unwind_Word)(0x1); /* Remove thumb mode bit. */
202 void _Unwind_SetIP(struct _Unwind_Context *__context, _Unwind_Word __valu
[all...]

Completed in 142 milliseconds

123