Searched refs:_Unwind_Context_t (Results 1 – 2 of 2) sorted by relevance
128 typedef struct _Unwind_Context *_Unwind_Context_t; typedef130 extern const uint8_t *_Unwind_GetLanguageSpecificData (_Unwind_Context_t c);131 extern uintptr_t _Unwind_GetGR (_Unwind_Context_t c, int i);132 extern void _Unwind_SetGR (_Unwind_Context_t c, int i, uintptr_t n);133 extern void _Unwind_SetIP (_Unwind_Context_t, uintptr_t new_value);134 extern uintptr_t _Unwind_GetIP (_Unwind_Context_t context);135 extern uintptr_t _Unwind_GetRegionStart (_Unwind_Context_t context);649 _Unwind_Context_t context) { in handleLsda()832 _Unwind_Context_t context) { in ourPersonality()
218 _Unwind_Context_t context);