| /third_party/ulib/ngunwind/src/x86_64/ |
| A D | Gsignal_frame.c | 31 unw_is_signal_frame (unw_cursor_t *cursor) in unw_is_signal_frame() argument 34 struct cursor *c = (struct cursor *) cursor; in unw_is_signal_frame() 44 unw_handle_signal_frame (unw_cursor_t *cursor) in unw_handle_signal_frame() argument 53 struct cursor *c = (struct cursor *) cursor; in unw_handle_signal_frame()
|
| A D | Ginit_local.c | 32 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc) in unw_init_local() argument 34 struct cursor *c = (struct cursor *) cursor; in unw_init_local()
|
| A D | Gget_proc_info.c | 31 unw_get_proc_info (unw_cursor_t *cursor, unw_proc_info_t *pi) in unw_get_proc_info() argument 33 struct cursor *c = (struct cursor *) cursor; in unw_get_proc_info()
|
| A D | Ginit_remote.c | 32 unw_init_remote (unw_cursor_t *cursor, unw_addr_space_t as, void *as_arg) in unw_init_remote() argument 34 struct cursor *c = (struct cursor *) cursor; in unw_init_remote()
|
| A D | Gget_save_loc.c | 32 unw_get_save_loc (unw_cursor_t *cursor, int reg, unw_save_loc_t *sloc) in unw_get_save_loc() argument 34 struct cursor *c = (struct cursor *) cursor; in unw_get_save_loc()
|
| A D | Gstash_frame.c | 32 struct cursor *c = (struct cursor *) dwarf_to_cursor (d); in tdep_stash_frame() 110 struct cursor *c = (struct cursor *) dw; in tdep_fetch_frame() 127 struct cursor *c = (struct cursor *) dw; in tdep_cache_frame() 137 struct cursor *c = (struct cursor *) dw; in tdep_reuse_frame()
|
| A D | Gstep.c | 57 unw_step (unw_cursor_t *cursor) in unw_step() argument 59 struct cursor *c = (struct cursor *) cursor; in unw_step() 118 if (unw_is_signal_frame (cursor)) in unw_step() 120 ret = unw_handle_signal_frame(cursor); in unw_step()
|
| A D | unwind_i.h | 55 extern int x86_64_local_resume (unw_addr_space_t as, unw_cursor_t *cursor, 58 extern NORETURN void x86_64_sigreturn (unw_cursor_t *cursor);
|
| /third_party/ulib/ngunwind/src/mi/ |
| A D | Gget_fpreg.c | 29 unw_get_fpreg (unw_cursor_t *cursor, int regnum, unw_fpreg_t *valp) in unw_get_fpreg() argument 31 struct cursor *c = (struct cursor *) cursor; in unw_get_fpreg()
|
| A D | Gset_fpreg.c | 29 unw_set_fpreg (unw_cursor_t *cursor, int regnum, unw_fpreg_t val) in unw_set_fpreg() argument 31 struct cursor *c = (struct cursor *) cursor; in unw_set_fpreg()
|
| A D | Gset_reg.c | 29 unw_set_reg (unw_cursor_t *cursor, int regnum, unw_word_t valp) in unw_set_reg() argument 31 struct cursor *c = (struct cursor *) cursor; in unw_set_reg()
|
| A D | Gget_reg.c | 29 unw_get_reg (unw_cursor_t *cursor, int regnum, unw_word_t *valp) in unw_get_reg() argument 31 struct cursor *c = (struct cursor *) cursor; in unw_get_reg()
|
| A D | Gget_proc_name.c | 99 unw_get_proc_name (unw_cursor_t *cursor, char *buf, size_t buf_len, in unw_get_proc_name() argument 102 struct cursor *c = (struct cursor *) cursor; in unw_get_proc_name()
|
| /third_party/ulib/ngunwind/src/aarch64/ |
| A D | Gget_proc_info.c | 28 unw_get_proc_info (unw_cursor_t *cursor, unw_proc_info_t *pi) in unw_get_proc_info() argument 30 struct cursor *c = (struct cursor *) cursor; in unw_get_proc_info()
|
| A D | Ginit_local.c | 30 unw_init_local (unw_cursor_t *cursor, unw_context_t *uc) in unw_init_local() argument 32 struct cursor *c = (struct cursor *) cursor; in unw_init_local()
|
| A D | Ginit_remote.c | 29 unw_init_remote (unw_cursor_t *cursor, unw_addr_space_t as, void *as_arg) in unw_init_remote() argument 31 struct cursor *c = (struct cursor *) cursor; in unw_init_remote()
|
| A D | Gget_save_loc.c | 31 unw_get_save_loc (unw_cursor_t *cursor, int reg, unw_save_loc_t *sloc) in unw_get_save_loc() argument 33 struct cursor *c = (struct cursor *) cursor; in unw_get_save_loc()
|
| A D | Gsignal_frame.c | 36 unw_is_signal_frame (unw_cursor_t *cursor) in unw_is_signal_frame() argument 39 struct cursor *c = (struct cursor *) cursor; in unw_is_signal_frame() 69 unw_handle_signal_frame (unw_cursor_t *cursor) in unw_handle_signal_frame() argument 72 struct cursor *c = (struct cursor *) cursor; in unw_handle_signal_frame() 80 ret = unw_is_signal_frame (cursor); in unw_handle_signal_frame()
|
| A D | Gstep.c | 31 unw_step (unw_cursor_t *cursor) in unw_step() argument 33 struct cursor *c = (struct cursor *) cursor; in unw_step() 40 ret = unw_is_signal_frame (cursor); in unw_step() 48 ret = unw_handle_signal_frame (cursor); in unw_step()
|
| /third_party/ulib/ngunwind/src/arm/ |
| A D | Gget_proc_info.c | 28 unw_get_proc_info (unw_cursor_t *cursor, unw_proc_info_t *pi) in unw_get_proc_info() argument 30 struct cursor *c = (struct cursor *) cursor; in unw_get_proc_info()
|
| A D | Ginit_local.c | 30 unw_init_local (unw_cursor_t *cursor, unw_context_t *uc) in unw_init_local() argument 32 struct cursor *c = (struct cursor *) cursor; in unw_init_local()
|
| A D | Ginit_remote.c | 29 unw_init_remote (unw_cursor_t *cursor, unw_addr_space_t as, void *as_arg) in unw_init_remote() argument 31 struct cursor *c = (struct cursor *) cursor; in unw_init_remote()
|
| A D | Gsignal_frame.c | 51 unw_is_signal_frame (unw_cursor_t *cursor) in unw_is_signal_frame() argument 54 struct cursor *c = (struct cursor *) cursor; in unw_is_signal_frame() 87 unw_handle_signal_frame (unw_cursor_t *cursor) in unw_handle_signal_frame() argument 90 struct cursor *c = (struct cursor *) cursor; in unw_handle_signal_frame() 99 ret = unw_is_signal_frame (cursor); in unw_handle_signal_frame()
|
| A D | Gget_save_loc.c | 29 unw_get_save_loc (unw_cursor_t *cursor, int reg, unw_save_loc_t *sloc) in unw_get_save_loc() argument 31 struct cursor *c = (struct cursor *) cursor; in unw_get_save_loc()
|
| A D | Gstep.c | 35 arm_exidx_step (struct cursor *c) in arm_exidx_step() 76 unw_step (unw_cursor_t *cursor) in unw_step() argument 78 struct cursor *c = (struct cursor *) cursor; in unw_step() 85 ret = unw_is_signal_frame (cursor); in unw_step() 93 ret = unw_handle_signal_frame (cursor); in unw_step()
|