Searched refs:_Unwind_Context (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/lib/libc/amd64/unwind/ |
H A D | unwind.c | 161 copy_ctx(struct _Unwind_Context *ctx1, struct _Unwind_Context *ctx2) in copy_ctx() 169 ctx_who(struct _Unwind_Context *ctx) in ctx_who() 178 struct _Unwind_Context *ctx) in _Unw_very_boring_personality() 204 complete_context(struct _Unwind_Context *ctx) in complete_context() 233 finish_capture(struct _Unwind_Context *ctx, int from_landing_pad) in finish_capture() 245 down_one(struct _Unwind_Context *old_ctx, struct _Unwind_Context *new_ctx) in down_one() 276 jmp_ctx(struct _Unwind_Context *ctx) in jmp_ctx() 290 struct _Unwind_Context *entry_ctx, int phase) in _Unwind_RaiseException_Body() 292 struct _Unwind_Context context; in _Unwind_RaiseException_Body() 293 struct _Unwind_Context *ctx = &context; in _Unwind_RaiseException_Body() [all …]
|
H A D | unwind_context.h | 41 struct _Unwind_Context { struct 85 struct _Unwind_Context *ctx); 103 void *_Unw_EhfhLookup(struct _Unwind_Context *ctx); 115 struct _Unwind_Context *ctx); 128 struct _Unwind_Context *ctx); 137 _Unw_Propagate_Registers(struct _Unwind_Context *old_ctx, 138 struct _Unwind_Context *new_ctx);
|
H A D | call_frame_inst.c | 128 _Unw_Propagate_Registers(struct _Unwind_Context *old_ctx, in _Unw_Propagate_Registers() 129 struct _Unwind_Context *new_ctx) in _Unw_Propagate_Registers() 142 fix_cfa(struct _Unwind_Context *ctx, struct register_state *rs) in fix_cfa() 165 fix_ra(struct _Unwind_Context *ctx, struct register_state *rs) in fix_ra() 188 fix_reg(struct _Unwind_Context *ctx, struct register_state *rs, int index) in fix_reg() 230 struct _Unwind_Context *ctx) in _Unw_Rollback_Registers()
|
H A D | thrp_unwind.c | 49 struct _Unwind_Context *context, in posix_stop_func()
|
H A D | eh_frame.c | 68 _Unw_Decode_FDE(struct eh_frame_fields *f, struct _Unwind_Context *ctx) in _Unw_Decode_FDE() 311 _Unw_EhfhLookup(struct _Unwind_Context *ctx) in _Unw_EhfhLookup()
|
/titanic_50/usr/src/head/ |
H A D | stack_unwind.h | 63 struct _Unwind_Context; 99 struct _Unwind_Context *context); 111 struct _Unwind_Context *context, 161 struct _Unwind_Context *ctx, void *_Sa) 277 uint64_t _Unwind_GetGR(struct _Unwind_Context *context, int index); 279 void _Unwind_SetGR(struct _Unwind_Context *context, int index, 282 uint64_t _Unwind_GetCFA(struct _Unwind_Context *context); 284 uint64_t _Unwind_GetIP(struct _Unwind_Context *context); 286 void _Unwind_SetIP(struct _Unwind_Context *context, uint64_t new_value); 288 void *_Unwind_GetLanguageSpecificData(struct _Unwind_Context *context); [all …]
|