Searched refs:_Unwind_Context_t (Results 1 – 3 of 3) sorted by relevance
129 typedef struct _Unwind_Context *_Unwind_Context_t; typedef131 extern const uint8_t *_Unwind_GetLanguageSpecificData (_Unwind_Context_t c);132 extern uintptr_t _Unwind_GetGR (_Unwind_Context_t c, int i);133 extern void _Unwind_SetGR (_Unwind_Context_t c, int i, uintptr_t n);134 extern void _Unwind_SetIP (_Unwind_Context_t, uintptr_t new_value);135 extern uintptr_t _Unwind_GetIP (_Unwind_Context_t context);136 extern uintptr_t _Unwind_GetRegionStart (_Unwind_Context_t context);650 _Unwind_Context_t context) { in handleLsda()833 _Unwind_Context_t context) { in ourPersonality()
132 typedef struct _Unwind_Context *_Unwind_Context_t; typedef134 extern const uint8_t *_Unwind_GetLanguageSpecificData (_Unwind_Context_t c);135 extern uintptr_t _Unwind_GetGR (_Unwind_Context_t c, int i);136 extern void _Unwind_SetGR (_Unwind_Context_t c, int i, uintptr_t n);137 extern void _Unwind_SetIP (_Unwind_Context_t, uintptr_t new_value);138 extern uintptr_t _Unwind_GetIP (_Unwind_Context_t context);139 extern uintptr_t _Unwind_GetRegionStart (_Unwind_Context_t context);624 _Unwind_Context_t context) { in handleLsda()809 _Unwind_Context_t context) { in ourPersonality()
218 _Unwind_Context_t context);