Searched defs:unw_regnum_t (Results 1 - 2 of 2) sorted by relevance

/external/libunwind/include/
H A Dlibunwind-common.h101 typedef int unw_regnum_t; typedef
180 int (*access_reg) (unw_addr_space_t, unw_regnum_t, unw_word_t *, int,
184 int (*access_fpreg) (unw_addr_space_t, unw_regnum_t,
212 unw_regnum_t regnum; /* valid if type==UNW_SLT_REG */
272 extern const char *unw_regname (unw_regnum_t);
/external/libcxxabi/include/
H A Dlibunwind.h60 typedef int unw_regnum_t; typedef
91 extern int unw_get_reg(unw_cursor_t *, unw_regnum_t, unw_word_t *) LIBUNWIND_AVAIL;
92 extern int unw_get_fpreg(unw_cursor_t *, unw_regnum_t, unw_fpreg_t *) LIBUNWIND_AVAIL;
93 extern int unw_set_reg(unw_cursor_t *, unw_regnum_t, unw_word_t) LIBUNWIND_AVAIL;
94 extern int unw_set_fpreg(unw_cursor_t *, unw_regnum_t, unw_fpreg_t) LIBUNWIND_AVAIL;
103 extern const char *unw_regname(unw_cursor_t *, unw_regnum_t) LIBUNWIND_AVAIL;
105 extern int unw_is_fpreg(unw_cursor_t *, unw_regnum_t) LIBUNWIND_AVAIL;

Completed in 120 milliseconds