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

  /src/external/gpl3/gcc/dist/libgcc/
unwind-generic.h 52 typedef unsigned _Unwind_Ptr __attribute__((__mode__(__word__)));
54 typedef unsigned _Unwind_Ptr __attribute__((__mode__(__pointer__)));
174 extern _Unwind_Ptr _Unwind_GetIP (struct _Unwind_Context *);
175 extern _Unwind_Ptr _Unwind_GetIPInfo (struct _Unwind_Context *, int *);
176 extern void _Unwind_SetIP (struct _Unwind_Context *, _Unwind_Ptr);
181 extern _Unwind_Ptr _Unwind_GetLanguageSpecificData (struct _Unwind_Context *);
183 extern _Unwind_Ptr _Unwind_GetRegionStart (struct _Unwind_Context *);
225 static inline _Unwind_Ptr
232 static inline _Unwind_Ptr
242 extern _Unwind_Ptr _Unwind_GetDataRelBase (struct _Unwind_Context *)
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/
unwind-generic.h 51 typedef unsigned _Unwind_Ptr __attribute__((__mode__(__word__)));
53 typedef unsigned _Unwind_Ptr __attribute__((__mode__(__pointer__)));
173 extern _Unwind_Ptr _Unwind_GetIP (struct _Unwind_Context *);
174 extern _Unwind_Ptr _Unwind_GetIPInfo (struct _Unwind_Context *, int *);
175 extern void _Unwind_SetIP (struct _Unwind_Context *, _Unwind_Ptr);
180 extern _Unwind_Ptr _Unwind_GetLanguageSpecificData (struct _Unwind_Context *);
182 extern _Unwind_Ptr _Unwind_GetRegionStart (struct _Unwind_Context *);
224 static inline _Unwind_Ptr
231 static inline _Unwind_Ptr
241 extern _Unwind_Ptr _Unwind_GetDataRelBase (struct _Unwind_Context *)
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Headers/
unwind.h 57 typedef uintptr_t _Unwind_Ptr;
252 _Unwind_Ptr _Unwind_GetRegionStart(struct _Unwind_Context *);
282 _Unwind_Ptr _Unwind_GetDataRelBase(struct _Unwind_Context *)
284 _Unwind_Ptr _Unwind_GetTextRelBase(struct _Unwind_Context *)
311 _Unwind_Ptr _Unwind_GetDataRelBase(struct _Unwind_Context *);
312 _Unwind_Ptr _Unwind_GetTextRelBase(struct _Unwind_Context *);
  /src/external/gpl3/gcc/dist/gcc/ginclude/
unwind-arm-common.h 37 typedef unsigned _Unwind_Ptr __attribute__((__mode__(__pointer__)));
187 _Unwind_Ptr _Unwind_GetLanguageSpecificData (_Unwind_Context *);
188 _Unwind_Ptr _Unwind_GetRegionStart (_Unwind_Context *);
190 _Unwind_Ptr _Unwind_GetDataRelBase (_Unwind_Context *);
192 _Unwind_Ptr _Unwind_GetTextRelBase (_Unwind_Context *);
237 _Unwind_Ptr _Unwind_GetRegionStart (_Unwind_Context *);
238 _Unwind_Ptr _Unwind_GetLanguageSpecificData (_Unwind_Context *);
  /src/external/gpl3/gcc.old/dist/gcc/ginclude/
unwind-arm-common.h 37 typedef unsigned _Unwind_Ptr __attribute__((__mode__(__pointer__)));
186 _Unwind_Ptr _Unwind_GetLanguageSpecificData (_Unwind_Context *);
187 _Unwind_Ptr _Unwind_GetRegionStart (_Unwind_Context *);
189 _Unwind_Ptr _Unwind_GetDataRelBase (_Unwind_Context *);
191 _Unwind_Ptr _Unwind_GetTextRelBase (_Unwind_Context *);
236 _Unwind_Ptr _Unwind_GetRegionStart (_Unwind_Context *);
237 _Unwind_Ptr _Unwind_GetLanguageSpecificData (_Unwind_Context *);

Completed in 17 milliseconds