Home | History | Annotate | Download | only in include

Lines Matching refs:uintptr_t

123   uintptr_t private_1; // non-zero means forced unwind
124 uintptr_t private_2; // holds sp that phase1 found for phase2 to use
213 extern uintptr_t _Unwind_GetGR(struct _Unwind_Context *context, int index);
215 uintptr_t new_value);
216 extern uintptr_t _Unwind_GetIP(struct _Unwind_Context *context);
217 extern void _Unwind_SetIP(struct _Unwind_Context *, uintptr_t new_value);
235 uintptr_t _Unwind_GetGR(struct _Unwind_Context *context, int index) {
236 uintptr_t value = 0;
243 uintptr_t value) {
248 uintptr_t _Unwind_GetIP(struct _Unwind_Context *context) {
250 return _Unwind_GetGR(context, 15) & (~(uintptr_t)0x1);
254 void _Unwind_SetIP(struct _Unwind_Context *context, uintptr_t value) {
255 uintptr_t thumb_bit = _Unwind_GetGR(context, 15) & ((uintptr_t)0x1);
260 extern uintptr_t _Unwind_GetRegionStart(struct _Unwind_Context *context);
261 extern uintptr_t
304 extern uintptr_t _Unwind_GetCFA(struct _Unwind_Context *);
313 extern uintptr_t _Unwind_GetIPInfo(struct _Unwind_Context *context,
332 uintptr_t tbase;
333 uintptr_t dbase;
334 uintptr_t func;
348 extern uintptr_t _Unwind_GetDataRelBase(struct _Unwind_Context *context)
350 extern uintptr_t _Unwind_GetTextRelBase(struct _Unwind_Context *context)