Searched refs:unw_get_fpreg (Results 1 – 13 of 13) sorted by relevance
/external/libunwind/doc/ |
D | Makefile.am | 10 unw_get_fpreg.man \ 36 unw_get_fpreg.tex \
|
D | NOTES | 37 unw_get_fpreg() and unw_set_fpreg() routines (on some arches, e.g.,
|
/external/libunwind/src/mi/ |
D | Gget_fpreg.c | 29 unw_get_fpreg (unw_cursor_t *cursor, int regnum, unw_fpreg_t *valp) in unw_get_fpreg() function
|
/external/libunwind/tests/ |
D | test-static-link-gen.c | 37 (void *) &unw_get_fpreg,
|
D | test-static-link-loc.c | 55 (void *) &unw_get_fpreg,
|
D | ppc64-test-altivec.c | 72 if ((ret = unw_get_fpreg (&cursor, UNW_PPC64_V30, &vr)) < 0) in vec_stack()
|
D | Gia64-test-nat.c | 472 if ((ret = unw_get_fpreg (c, UNW_IA64_FR + 4, &f4)) < 0) in check_static_to_scratch()
|
/external/libunwind/include/ |
D | libunwind-common.h | 254 #define unw_get_fpreg UNW_OBJ(get_fpreg) macro 283 extern int unw_get_fpreg (unw_cursor_t *, int, unw_fpreg_t *);
|
D | libunwind-common.h.in | 221 #define unw_get_fpreg UNW_OBJ(get_fpreg) macro 248 extern int unw_get_fpreg (unw_cursor_t *, int, unw_fpreg_t *);
|
/external/libunwind_llvm/include/ |
D | libunwind.h | 106 extern int unw_get_fpreg(unw_cursor_t *, unw_regnum_t, unw_fpreg_t *) LIBUNWIND_AVAIL;
|
/external/libunwind_llvm/src/ |
D | libunwind.cpp | 193 _LIBUNWIND_EXPORT int unw_get_fpreg(unw_cursor_t *cursor, unw_regnum_t regNum, in unw_get_fpreg() function
|
D | Unwind-EHABI.cpp | 837 return unw_get_fpreg(cursor, (unw_regnum_t)(UNW_ARM_D0 + regno), in _Unwind_VRS_Get_Internal() 852 return unw_get_fpreg(cursor, (unw_regnum_t)(UNW_ARM_WR0 + regno), in _Unwind_VRS_Get_Internal()
|
/external/libunwind/ |
D | TODO | 95 + man-page for unw_get_fpreg()
|