_Unwind_Context
struct _Unwind_Context *context,
struct _Unwind_Context *ctx, void *_Sa)
uint64_t _Unwind_GetGR(struct _Unwind_Context *context, int index);
void _Unwind_SetGR(struct _Unwind_Context *context, int index,
uint64_t _Unwind_GetCFA(struct _Unwind_Context *context);
uint64_t _Unwind_GetIP(struct _Unwind_Context *context);
void _Unwind_SetIP(struct _Unwind_Context *context, uint64_t new_value);
void *_Unwind_GetLanguageSpecificData(struct _Unwind_Context *context);
uint64_t _Unwind_GetRegionStart(struct _Unwind_Context *context);
struct _Unwind_Context;
struct _Unwind_Context *context);
_Unw_Propagate_Registers(struct _Unwind_Context *old_ctx,
struct _Unwind_Context *new_ctx)
fix_cfa(struct _Unwind_Context *ctx, struct register_state *rs)
fix_ra(struct _Unwind_Context *ctx, struct register_state *rs)
fix_reg(struct _Unwind_Context *ctx, struct register_state *rs, int index)
struct _Unwind_Context *ctx)
_Unw_EhfhLookup(struct _Unwind_Context *ctx)
_Unw_Decode_FDE(struct eh_frame_fields *f, struct _Unwind_Context *ctx)
struct _Unwind_Context *context,
copy_ctx(struct _Unwind_Context *ctx1, struct _Unwind_Context *ctx2)
ctx_who(struct _Unwind_Context *ctx)
struct _Unwind_Context *ctx)
complete_context(struct _Unwind_Context *ctx)
finish_capture(struct _Unwind_Context *ctx, int from_landing_pad)
down_one(struct _Unwind_Context *old_ctx, struct _Unwind_Context *new_ctx)
jmp_ctx(struct _Unwind_Context *ctx)
struct _Unwind_Context *entry_ctx, int phase)
struct _Unwind_Context context;
struct _Unwind_Context *ctx = &context;
struct _Unwind_Context entry_context;
struct _Unwind_Context *entry_ctx = &entry_context;
struct _Unwind_Context *ctx, int resume)
struct _Unwind_Context context;
struct _Unwind_Context *ctx = &context;
struct _Unwind_Context context;
struct _Unwind_Context *ctx = &context;
_Unwind_GetGR(struct _Unwind_Context *context, int index)
_Unwind_SetGR(struct _Unwind_Context *context, int index, uint64_t new_value)
_Unwind_GetIP(struct _Unwind_Context *context)
_Unwind_SetIP(struct _Unwind_Context *context, uint64_t new_value)
_Unwind_GetLanguageSpecificData(struct _Unwind_Context *context)
_Unwind_GetRegionStart(struct _Unwind_Context *context)
_Unwind_GetCFA(struct _Unwind_Context *context)
void *_Unw_EhfhLookup(struct _Unwind_Context *ctx);
struct _Unwind_Context *ctx);
struct _Unwind_Context *ctx);
_Unw_Propagate_Registers(struct _Unwind_Context *old_ctx,
struct _Unwind_Context *new_ctx);
struct _Unwind_Context *ctx);