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 93 typedef int unw_regnum_t; typedef
172 int (*access_reg) (unw_addr_space_t, unw_regnum_t, unw_word_t *, int,
176 int (*access_fpreg) (unw_addr_space_t, unw_regnum_t,
204 unw_regnum_t regnum; /* valid if type==UNW_SLT_REG */
260 extern const char *unw_regname (unw_regnum_t);
  /external/libcxxabi/include/
libunwind.h 66 typedef int unw_regnum_t; typedef
97 extern int unw_get_reg(unw_cursor_t *, unw_regnum_t, unw_word_t *) LIBUNWIND_AVAIL;
98 extern int unw_get_fpreg(unw_cursor_t *, unw_regnum_t, unw_fpreg_t *) LIBUNWIND_AVAIL;
99 extern int unw_set_reg(unw_cursor_t *, unw_regnum_t, unw_word_t) LIBUNWIND_AVAIL;
100 extern int unw_set_fpreg(unw_cursor_t *, unw_regnum_t, unw_fpreg_t) LIBUNWIND_AVAIL;
109 extern const char *unw_regname(unw_cursor_t *, unw_regnum_t) LIBUNWIND_AVAIL;
111 extern int unw_is_fpreg(unw_cursor_t *, unw_regnum_t) LIBUNWIND_AVAIL;
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
libunwind.h 66 typedef int unw_regnum_t; typedef
101 extern int unw_get_reg(unw_cursor_t *, unw_regnum_t, unw_word_t *) LIBUNWIND_AVAIL;
102 extern int unw_get_fpreg(unw_cursor_t *, unw_regnum_t, unw_fpreg_t *) LIBUNWIND_AVAIL;
103 extern int unw_set_reg(unw_cursor_t *, unw_regnum_t, unw_word_t) LIBUNWIND_AVAIL;
104 extern int unw_set_fpreg(unw_cursor_t *, unw_regnum_t, unw_fpreg_t) LIBUNWIND_AVAIL;
113 extern const char *unw_regname(unw_cursor_t *, unw_regnum_t) LIBUNWIND_AVAIL;
115 extern int unw_is_fpreg(unw_cursor_t *, unw_regnum_t) LIBUNWIND_AVAIL;

Completed in 910 milliseconds