HomeSort by relevance Sort by last modified time
    Searched defs:unw_regnum_t (Results 1 - 3 of 3) sorted by null

  /external/libunwind/include/
libunwind-common.h 101 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/libunwind_llvm/include/
libunwind.h 74 typedef int unw_regnum_t; typedef
105 extern int unw_get_reg(unw_cursor_t *, unw_regnum_t, unw_word_t *) LIBUNWIND_AVAIL;
106 extern int unw_get_fpreg(unw_cursor_t *, unw_regnum_t, unw_fpreg_t *) LIBUNWIND_AVAIL;
107 extern int unw_set_reg(unw_cursor_t *, unw_regnum_t, unw_word_t) LIBUNWIND_AVAIL;
108 extern int unw_set_fpreg(unw_cursor_t *, unw_regnum_t, unw_fpreg_t) LIBUNWIND_AVAIL;
117 extern const char *unw_regname(unw_cursor_t *, unw_regnum_t) LIBUNWIND_AVAIL;
119 extern int unw_is_fpreg(unw_cursor_t *, unw_regnum_t) LIBUNWIND_AVAIL;
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
libunwind.h 60 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 106 milliseconds