Home | History | Annotate | Download | only in include

Lines Matching refs:_Unwind_Context

56 typedef struct _Unwind_Context _Unwind_Context;
118 uint64_t _Unwind_GetRegionStart(_Unwind_Context*);
119 void* _Unwind_GetLanguageSpecificData(_Unwind_Context*);
122 _Unwind_VRS_Result _Unwind_VRS_Get(_Unwind_Context *context,
128 _Unwind_VRS_Result _Unwind_VRS_Set(_Unwind_Context *context,
147 static inline uint32_t _Unwind_GetGR( _Unwind_Context* ctx, int reg) {
153 static inline void _Unwind_SetGR(_Unwind_Context* ctx, int reg, uint32_t val) {
157 static inline uint32_t _Unwind_GetIP(_Unwind_Context* ctx) {
160 static inline void _Unwind_SetIP(_Unwind_Context* ctx, uint32_t val) {