Lines Matching refs:uintptr_t
45 uintptr_t private_1;
46 uintptr_t private_2;
75 uintptr_t _Unwind_GetGR(struct _Unwind_Context *, int);
76 void _Unwind_SetGR(struct _Unwind_Context *, int, uintptr_t);
77 uintptr_t _Unwind_GetIP(struct _Unwind_Context *);
78 uintptr_t _Unwind_GetIPInfo(struct _Unwind_Context *, int *);
79 uintptr_t _Unwind_GetCFA(struct _Unwind_Context *);
80 void _Unwind_SetIP(struct _Unwind_Context *, uintptr_t);
81 uintptr_t _Unwind_GetRegionStart(struct _Unwind_Context *);
82 uintptr_t _Unwind_GetLanguageSpecificData(struct _Unwind_Context *);
83 uintptr_t _Unwind_GetDataRelBase(struct _Unwind_Context *);
84 uintptr_t _Unwind_GetTextRelBase(struct _Unwind_Context *);