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

  /external/libunwind/include/
libunwind-common.h 127 typedef unw_tdep_fpreg_t unw_fpreg_t; typedef
185 unw_fpreg_t *, int, void *);
283 extern int unw_get_fpreg (unw_cursor_t *, int, unw_fpreg_t *);
284 extern int unw_set_fpreg (unw_cursor_t *, int, unw_fpreg_t);
  /external/libunwind_llvm/include/
libunwind.h 79 typedef uint64_t unw_fpreg_t; typedef
81 typedef double unw_fpreg_t; typedef
107 extern int unw_get_fpreg(unw_cursor_t *, unw_regnum_t, unw_fpreg_t *) LIBUNWIND_AVAIL;
109 extern int unw_set_fpreg(unw_cursor_t *, unw_regnum_t, unw_fpreg_t) LIBUNWIND_AVAIL;

Completed in 146 milliseconds