Searched defs:unw_get_fpreg (Results 1 - 3 of 3) sorted by last modified time

/external/libunwind/include/
H A Dlibunwind-common.h243 #define unw_get_fpreg UNW_OBJ(get_fpreg) macro
271 extern int unw_get_fpreg (unw_cursor_t *, int, unw_fpreg_t *);
/external/libunwind/src/mi/
H A DGget_fpreg.c29 unw_get_fpreg (unw_cursor_t *cursor, int regnum, unw_fpreg_t *valp) function
/external/libcxxabi/src/Unwind/
H A Dlibunwind.cpp188 _LIBUNWIND_EXPORT int unw_get_fpreg(unw_cursor_t *cursor, unw_regnum_t regNum, function
190 _LIBUNWIND_TRACE_API("unw_get_fpreg(cursor=%p, regNum=%d, &value=%p)\n",

Completed in 110 milliseconds