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

  /external/libunwind/include/
libunwind-common.h 119 typedef unw_tdep_fpreg_t unw_fpreg_t; typedef
177 unw_fpreg_t *, int, void *);
271 extern int unw_get_fpreg (unw_cursor_t *, int, unw_fpreg_t *);
272 extern int unw_set_fpreg (unw_cursor_t *, int, unw_fpreg_t);
  /external/libcxxabi/include/
libunwind.h 69 typedef uint64_t unw_fpreg_t; typedef
72 typedef double unw_fpreg_t; typedef
98 extern int unw_get_fpreg(unw_cursor_t *, unw_regnum_t, unw_fpreg_t *) LIBUNWIND_AVAIL;
100 extern int unw_set_fpreg(unw_cursor_t *, unw_regnum_t, unw_fpreg_t) LIBUNWIND_AVAIL;
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
libunwind.h 74 typedef uint64_t unw_fpreg_t; typedef
76 typedef double unw_fpreg_t; typedef
102 extern int unw_get_fpreg(unw_cursor_t *, unw_regnum_t, unw_fpreg_t *) LIBUNWIND_AVAIL;
104 extern int unw_set_fpreg(unw_cursor_t *, unw_regnum_t, unw_fpreg_t) LIBUNWIND_AVAIL;

Completed in 108 milliseconds