HomeSort by: relevance | last modified time | path
    Searched defs:_Unwind_Word (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgcc/
unwind-generic.h 49 typedef unsigned _Unwind_Word __attribute__((__mode__(__unwind_word__)));
97 _Unwind_Word private_[6];
99 _Unwind_Word private_1;
100 _Unwind_Word private_2;
171 extern _Unwind_Word _Unwind_GetGR (struct _Unwind_Context *, int);
172 extern void _Unwind_SetGR (struct _Unwind_Context *, int, _Unwind_Word);
179 extern _Unwind_Word _Unwind_GetCFA (struct _Unwind_Context *);
240 extern _Unwind_Word _Unwind_GetBSP (struct _Unwind_Context *);
  /src/external/gpl3/gcc.old/dist/libgcc/
unwind-generic.h 48 typedef unsigned _Unwind_Word __attribute__((__mode__(__unwind_word__)));
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 *);
  /src/external/apache2/llvm/dist/clang/lib/Headers/
unwind.h 55 typedef uintptr_t _Unwind_Word __attribute__((__mode__(__unwind_word__)));
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)(0x1); /* Remove thumb mode bit. *
    [all...]
  /src/external/gpl3/gcc/dist/gcc/ginclude/
unwind-arm-common.h 35 typedef unsigned _Unwind_Word __attribute__((__mode__(__word__)));
39 typedef _Unwind_Word _uw;
211 _Unwind_Word _Unwind_GetCFA (struct _Unwind_Context *);
220 static inline _Unwind_Word
232 _Unwind_SetGR (_Unwind_Context *context, int regno, _Unwind_Word val)
  /src/external/gpl3/gcc.old/dist/gcc/ginclude/
unwind-arm-common.h 35 typedef unsigned _Unwind_Word __attribute__((__mode__(__word__)));
39 typedef _Unwind_Word _uw;
210 _Unwind_Word _Unwind_GetCFA (struct _Unwind_Context *);
219 static inline _Unwind_Word
231 _Unwind_SetGR (_Unwind_Context *context, int regno, _Unwind_Word val)

Completed in 29 milliseconds