Home
last modified time | relevance | path

Searched refs:cursor (Results 1 – 25 of 39) sorted by relevance

12

/third_party/ulib/ngunwind/src/x86_64/
A DGsignal_frame.c31 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 DGinit_local.c32 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 DGget_proc_info.c31 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 DGinit_remote.c32 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 DGget_save_loc.c32 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 DGstash_frame.c32 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 DGstep.c57 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 Dunwind_i.h55 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 DGget_fpreg.c29 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 DGset_fpreg.c29 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 DGset_reg.c29 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 DGget_reg.c29 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 DGget_proc_name.c99 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 DGget_proc_info.c28 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 DGinit_local.c30 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 DGinit_remote.c29 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 DGget_save_loc.c31 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 DGsignal_frame.c36 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 DGstep.c31 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 DGget_proc_info.c28 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 DGinit_local.c30 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 DGinit_remote.c29 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 DGsignal_frame.c51 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 DGget_save_loc.c29 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 DGstep.c35 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()

Completed in 23 milliseconds

12