_Unwind_Context
tracer(struct _Unwind_Context *ctx, void *arg)
void _Unwind_VRS_Get(struct _Unwind_Context *, int, _Unwind_Word, int, void *);
void _Unwind_VRS_Set(struct _Unwind_Context *, int, _Unwind_Word, int, void *);
_Unwind_GetGR(struct _Unwind_Context *context, int regno)
_Unwind_GetIP(struct _Unwind_Context *context)
_Unwind_GetIPInfo(struct _Unwind_Context *context, int *p)
_Unwind_SetGR(struct _Unwind_Context *context, int reg, _Unwind_Ptr val)
_Unwind_VRS_Result _Unwind_VRS_Set(_Unwind_Context *, _Unwind_VRS_RegClass,
_Unwind_VRS_Result _Unwind_VRS_Get(_Unwind_Context *, _Unwind_VRS_RegClass,
_Unwind_VRS_Result _Unwind_VRS_Pop(_Unwind_Context *, _Unwind_VRS_RegClass,
_Unwind_Control_Block *, _Unwind_Context *);
_Unwind_Control_Block *, _Unwind_Context *);
_Unwind_Control_Block *, _Unwind_Context *);
typedef struct _Unwind_Context _Unwind_Context;
_Unwind_Context *context)
(struct _Unwind_Context *)(&cursor));
(struct _Unwind_Context *)(&cursor), stop_arg);
(struct _Unwind_Context *)(&cursor), stop_arg);
(struct _Unwind_Context *)(&cursor));
uintptr_t _Unwind_GetGR(struct _Unwind_Context *context, int index) {
void _Unwind_SetGR(struct _Unwind_Context *context, int index,
uintptr_t _Unwind_GetIP(struct _Unwind_Context *context) {
uintptr_t _Unwind_GetIPInfo(struct _Unwind_Context *context, int *isSignalFrame) {
void _Unwind_SetIP(struct _Unwind_Context *context, uintptr_t new_value) {
uintptr_t _Unwind_GetRegionStart(struct _Unwind_Context *context) {
uintptr_t _Unwind_GetLanguageSpecificData(struct _Unwind_Context *context) {
(*callback)((struct _Unwind_Context *)(&cursor), ref);
uintptr_t _Unwind_GetCFA(struct _Unwind_Context *context) {
uintptr_t _Unwind_GetDataRelBase(struct _Unwind_Context *context) {
uintptr_t _Unwind_GetTextRelBase(struct _Unwind_Context *context) { return 0; }
exc, (struct _Unwind_Context *)(&cursor));
struct _Unwind_Context;
struct _Unwind_Context *,
struct _Unwind_Context *);
uintptr_t _Unwind_GetGR(struct _Unwind_Context *, int);
void _Unwind_SetGR(struct _Unwind_Context *, int, uintptr_t);
uintptr_t _Unwind_GetIP(struct _Unwind_Context *);
uintptr_t _Unwind_GetIPInfo(struct _Unwind_Context *, int *);
uintptr_t _Unwind_GetCFA(struct _Unwind_Context *);
void _Unwind_SetIP(struct _Unwind_Context *, uintptr_t);
uintptr_t _Unwind_GetRegionStart(struct _Unwind_Context *);
uintptr_t _Unwind_GetLanguageSpecificData(struct _Unwind_Context *);
uintptr_t _Unwind_GetDataRelBase(struct _Unwind_Context *);
uintptr_t _Unwind_GetTextRelBase(struct _Unwind_Context *);
typedef _Unwind_Reason_Code (*_Unwind_Trace_Fn)(struct _Unwind_Context *,