Home
last modified time | relevance | path

Searched refs:_Unwind_Context (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libc/amd64/unwind/
H A Dunwind.c160 copy_ctx(struct _Unwind_Context *ctx1, struct _Unwind_Context *ctx2) in copy_ctx()
168 ctx_who(struct _Unwind_Context *ctx) in ctx_who()
177 struct _Unwind_Context *ctx) in _Unw_very_boring_personality()
244 down_one(struct _Unwind_Context *old_ctx, struct _Unwind_Context *new_ctx) in down_one()
275 jmp_ctx(struct _Unwind_Context *ctx) in jmp_ctx()
291 struct _Unwind_Context context; in _Unwind_RaiseException_Body()
292 struct _Unwind_Context *ctx = &context; in _Unwind_RaiseException_Body()
361 struct _Unwind_Context entry_context; in __Unwind_RaiseException_Backend()
446 struct _Unwind_Context context; in _Unwind_ForcedUnwind()
447 struct _Unwind_Context *ctx = &context; in _Unwind_ForcedUnwind()
[all …]
H A Dunwind_context.h39 struct _Unwind_Context { struct
83 struct _Unwind_Context *ctx);
101 void *_Unw_EhfhLookup(struct _Unwind_Context *ctx);
113 struct _Unwind_Context *ctx);
126 struct _Unwind_Context *ctx);
135 _Unw_Propagate_Registers(struct _Unwind_Context *old_ctx,
136 struct _Unwind_Context *new_ctx);
H A Dcall_frame_inst.c129 _Unw_Propagate_Registers(struct _Unwind_Context *old_ctx, in _Unw_Propagate_Registers()
130 struct _Unwind_Context *new_ctx) in _Unw_Propagate_Registers()
143 fix_cfa(struct _Unwind_Context *ctx, struct register_state *rs) in fix_cfa()
166 fix_ra(struct _Unwind_Context *ctx, struct register_state *rs) in fix_ra()
189 fix_reg(struct _Unwind_Context *ctx, struct register_state *rs, int index) in fix_reg()
231 struct _Unwind_Context *ctx) in _Unw_Rollback_Registers()
H A Dthrp_unwind.c45 struct _Unwind_Context *context, in posix_stop_func()
H A Deh_frame.c66 _Unw_Decode_FDE(struct eh_frame_fields *f, struct _Unwind_Context *ctx) in _Unw_Decode_FDE()
309 _Unw_EhfhLookup(struct _Unwind_Context *ctx) in _Unw_EhfhLookup()
/illumos-gate/usr/src/head/
H A Dstack_unwind.h61 struct _Unwind_Context;
97 struct _Unwind_Context *context);
109 struct _Unwind_Context *context,
159 struct _Unwind_Context *ctx, void *_Sa)
275 uint64_t _Unwind_GetGR(struct _Unwind_Context *context, int index);
277 void _Unwind_SetGR(struct _Unwind_Context *context, int index,
280 uint64_t _Unwind_GetCFA(struct _Unwind_Context *context);
282 uint64_t _Unwind_GetIP(struct _Unwind_Context *context);
284 void _Unwind_SetIP(struct _Unwind_Context *context, uint64_t new_value);
286 void *_Unwind_GetLanguageSpecificData(struct _Unwind_Context *context);
[all …]