Searched refs:unw_get_fpreg (Results 1 - 10 of 10) sorted by relevance

/external/libunwind/src/mi/
H A DGget_fpreg.c29 unw_get_fpreg (unw_cursor_t *cursor, int regnum, unw_fpreg_t *valp) function
/external/libunwind/tests/
H A Dtest-static-link-gen.c37 (void *) &unw_get_fpreg,
H A Dtest-static-link-loc.c55 (void *) &unw_get_fpreg,
H A Dppc64-test-altivec.c72 if ((ret = unw_get_fpreg (&cursor, UNW_PPC64_V30, &vr)) < 0)
H A DGia64-test-nat.c472 if ((ret = unw_get_fpreg (c, UNW_IA64_FR + 4, &f4)) < 0)
/external/libunwind/include/
H A Dlibunwind-common.h.in221 #define unw_get_fpreg UNW_OBJ(get_fpreg)
248 extern int unw_get_fpreg (unw_cursor_t *, int, unw_fpreg_t *);
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/libcxxabi/include/
H A Dlibunwind.h98 extern int unw_get_fpreg(unw_cursor_t *, unw_regnum_t, unw_fpreg_t *) LIBUNWIND_AVAIL;
/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",
H A DUnwind-EHABI.cpp862 return unw_get_fpreg(cursor, (unw_regnum_t)(UNW_ARM_D0 + regno),
869 return unw_get_fpreg(cursor, (unw_regnum_t)(UNW_ARM_WR0 + regno),

Completed in 2251 milliseconds