Lines Matching refs:uintptr_t
128 uintptr_t private_[6];
130 uintptr_t private_1; // non-zero means forced unwind
131 uintptr_t private_2; // holds sp that phase1 found for phase2 to use
221 extern uintptr_t _Unwind_GetGR(struct _Unwind_Context *context, int index);
223 uintptr_t new_value);
224 extern uintptr_t _Unwind_GetIP(struct _Unwind_Context *context);
225 extern void _Unwind_SetIP(struct _Unwind_Context *, uintptr_t new_value);
243 uintptr_t _Unwind_GetGR(struct _Unwind_Context *context, int index) { in _Unwind_GetGR()
244 uintptr_t value = 0; in _Unwind_GetGR()
251 uintptr_t value) { in _Unwind_SetGR()
256 uintptr_t _Unwind_GetIP(struct _Unwind_Context *context) { in _Unwind_GetIP()
258 return _Unwind_GetGR(context, 15) & (~(uintptr_t)0x1); in _Unwind_GetIP()
262 void _Unwind_SetIP(struct _Unwind_Context *context, uintptr_t value) { in _Unwind_SetIP()
263 uintptr_t thumb_bit = _Unwind_GetGR(context, 15) & ((uintptr_t)0x1); in _Unwind_SetIP()
268 extern uintptr_t _Unwind_GetRegionStart(struct _Unwind_Context *context);
269 extern uintptr_t
312 extern uintptr_t _Unwind_GetCFA(struct _Unwind_Context *);
321 extern uintptr_t _Unwind_GetIPInfo(struct _Unwind_Context *context,
340 uintptr_t tbase;
341 uintptr_t dbase;
342 uintptr_t func;
356 extern uintptr_t _Unwind_GetDataRelBase(struct _Unwind_Context *context)
358 extern uintptr_t _Unwind_GetTextRelBase(struct _Unwind_Context *context)