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
217 static inline uintptr_t _Unwind_GetGR(struct _Unwind_Context* context, in _Unwind_GetGR()
219 uintptr_t value = 0; in _Unwind_GetGR()
225 uintptr_t new_value) { in _Unwind_SetGR()
230 static inline uintptr_t _Unwind_GetIP(struct _Unwind_Context* context) { in _Unwind_GetIP()
232 return (_Unwind_GetGR(context, 15) & (~(uintptr_t)0x1)); in _Unwind_GetIP()
236 uintptr_t new_value) { in _Unwind_SetIP()
237 uintptr_t thumb_bit = _Unwind_GetGR(context, 15) & ((uintptr_t)0x1); in _Unwind_SetIP()
241 extern uintptr_t _Unwind_GetGR(struct _Unwind_Context *context, int index);
243 uintptr_t new_value);
244 extern uintptr_t _Unwind_GetIP(struct _Unwind_Context *context);
245 extern void _Unwind_SetIP(struct _Unwind_Context *, uintptr_t new_value);
248 extern uintptr_t _Unwind_GetRegionStart(struct _Unwind_Context *context);
249 extern uintptr_t
292 extern uintptr_t _Unwind_GetCFA(struct _Unwind_Context *);
301 extern uintptr_t _Unwind_GetIPInfo(struct _Unwind_Context *context,
320 uintptr_t tbase;
321 uintptr_t dbase;
322 uintptr_t func;
336 extern uintptr_t _Unwind_GetDataRelBase(struct _Unwind_Context *context)
338 extern uintptr_t _Unwind_GetTextRelBase(struct _Unwind_Context *context)