Searched refs:cursor (Results 1 - 25 of 54) sorted by relevance

123

/fuchsia/zircon/third_party/ulib/ngunwind/src/mi/
H A DGget_fpreg.c29 unw_get_fpreg (unw_cursor_t *cursor, int regnum, unw_fpreg_t *valp) argument
31 struct cursor *c = (struct cursor *) cursor;
H A DGget_reg.c29 unw_get_reg (unw_cursor_t *cursor, int regnum, unw_word_t *valp) argument
31 struct cursor *c = (struct cursor *) cursor;
H A DGset_fpreg.c29 unw_set_fpreg (unw_cursor_t *cursor, int regnum, unw_fpreg_t val) argument
31 struct cursor *c = (struct cursor *) cursor;
H A DGset_reg.c29 unw_set_reg (unw_cursor_t *cursor, int regnum, unw_word_t valp) argument
31 struct cursor *c = (struct cursor *) cursor;
H A DGget_proc_name.c99 unw_get_proc_name (unw_cursor_t *cursor, char *buf, size_t buf_len, argument
102 struct cursor *c = (struct cursor *) cursor;
H A Dinit.c68 assert (sizeof (struct cursor) <= sizeof (unw_cursor_t));
/fuchsia/zircon/third_party/ulib/ngunwind/src/x86_64/
H A DGsignal_frame.c31 unw_is_signal_frame (unw_cursor_t *cursor) argument
34 struct cursor *c = (struct cursor *) cursor;
44 unw_handle_signal_frame (unw_cursor_t *cursor) argument
53 struct cursor *c = (struct cursor *) cursor;
H A DGget_proc_info.c31 unw_get_proc_info (unw_cursor_t *cursor, unw_proc_info_t *pi) argument
33 struct cursor *c = (struct cursor *) cursor;
H A DGinit_local.c32 unw_init_local (unw_cursor_t *cursor, ucontext_t *uc) argument
34 struct cursor *c = (struct cursor *) cursor;
39 Debug (1, "(cursor=%p)\n", c);
H A DGinit_remote.c32 unw_init_remote (unw_cursor_t *cursor, unw_addr_space_t as, void *as_arg) argument
34 struct cursor *c = (struct cursor *) cursor;
36 Debug (1, "(cursor=%p)\n", c);
H 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);
H A DGget_save_loc.c32 unw_get_save_loc (unw_cursor_t *cursor, int reg, unw_save_loc_t *sloc) argument
34 struct cursor *c = (struct cursor *) cursor;
H A DGstash_frame.c32 struct cursor *c = (struct cursor *) dwarf_to_cursor (d);
110 struct cursor *c = (struct cursor *) dw;
127 struct cursor *c = (struct cursor *) dw;
137 struct cursor *c = (struct cursor *) dw;
/fuchsia/zircon/third_party/ulib/ngunwind/src/aarch64/
H A DGinit_local.c30 unw_init_local (unw_cursor_t *cursor, unw_context_t *uc) argument
32 struct cursor *c = (struct cursor *) cursor;
37 Debug (1, "(cursor=%p)\n", c);
H A DGget_proc_info.c28 unw_get_proc_info (unw_cursor_t *cursor, unw_proc_info_t *pi) argument
30 struct cursor *c = (struct cursor *) cursor;
H A DGinit_remote.c29 unw_init_remote (unw_cursor_t *cursor, unw_addr_space_t as, void *as_arg) argument
31 struct cursor *c = (struct cursor *) cursor;
33 Debug (1, "(cursor=%p)\n", c);
H A DGget_save_loc.c31 unw_get_save_loc (unw_cursor_t *cursor, int reg, unw_save_loc_t *sloc) argument
33 struct cursor *c = (struct cursor *) cursor;
H A Dunwind_i.h41 extern int aarch64_local_resume (unw_addr_space_t as, unw_cursor_t *cursor,
/fuchsia/zircon/third_party/ulib/ngunwind/src/arm/
H A DGget_proc_info.c28 unw_get_proc_info (unw_cursor_t *cursor, unw_proc_info_t *pi) argument
30 struct cursor *c = (struct cursor *) cursor;
H A DGinit_local.c30 unw_init_local (unw_cursor_t *cursor, unw_context_t *uc) argument
32 struct cursor *c = (struct cursor *) cursor;
37 Debug (1, "(cursor=%p)\n", c);
H A DGinit_remote.c29 unw_init_remote (unw_cursor_t *cursor, unw_addr_space_t as, void *as_arg) argument
31 struct cursor *c = (struct cursor *) cursor;
33 Debug (1, "(cursor=%p)\n", c);
H A DGget_save_loc.c29 unw_get_save_loc (unw_cursor_t *cursor, int reg, unw_save_loc_t *sloc) argument
31 struct cursor *c = (struct cursor *) cursor;
H A DGsignal_frame.c51 unw_is_signal_frame (unw_cursor_t *cursor) argument
54 struct cursor *c = (struct cursor *) cursor;
87 unw_handle_signal_frame (unw_cursor_t *cursor) argument
90 struct cursor *c = (struct cursor *) cursor;
99 ret = unw_is_signal_frame (cursor);
151 /* Update the dwarf cursor
[all...]
H A DGstep.c35 arm_exidx_step (struct cursor *c)
76 unw_step (unw_cursor_t *cursor) argument
78 struct cursor *c = (struct cursor *) cursor;
81 Debug (1, "(cursor=%p, ip=0x%lx, cfa=0x%lx))\n",
85 ret = unw_is_signal_frame (cursor);
93 ret = unw_handle_signal_frame (cursor);
/fuchsia/zircon/kernel/platform/pc/include/platform/
H A Dconsole.h23 void cursor(int start, int end);
44 #define CURSOR_BLOCK() cursor(0, 15);
45 #define CURSOR_OFF() cursor(16, 16);
46 #define CURSOR_STD() cursor(14, 15);

Completed in 97 milliseconds

123