Lines Matching refs:uintptr_t
122 uintptr_t private_1; // non-zero means forced unwind
123 uintptr_t private_2; // holds sp that phase1 found for phase2 to use
207 extern uintptr_t _Unwind_GetGR(struct _Unwind_Context *context, int index);
209 uintptr_t new_value);
210 extern uintptr_t _Unwind_GetIP(struct _Unwind_Context *context);
211 extern void _Unwind_SetIP(struct _Unwind_Context *, uintptr_t new_value);
213 extern uintptr_t _Unwind_GetRegionStart(struct _Unwind_Context *context);
214 extern uintptr_t
257 extern uintptr_t _Unwind_GetCFA(struct _Unwind_Context *);
266 extern uintptr_t _Unwind_GetIPInfo(struct _Unwind_Context *context,
285 uintptr_t tbase;
286 uintptr_t dbase;
287 uintptr_t func;
301 extern uintptr_t _Unwind_GetDataRelBase(struct _Unwind_Context *context)
303 extern uintptr_t _Unwind_GetTextRelBase(struct _Unwind_Context *context)