/external/libunwind/src/mi/ |
Gget_fpreg.c | 29 unw_get_fpreg (unw_cursor_t *cursor, int regnum, unw_fpreg_t *valp) function
|
/external/libunwind/tests/ |
test-static-link-gen.c | 37 (void *) &unw_get_fpreg,
|
test-static-link-loc.c | 55 (void *) &unw_get_fpreg,
|
ppc64-test-altivec.c | 72 if ((ret = unw_get_fpreg (&cursor, UNW_PPC64_V30, &vr)) < 0)
|
Gia64-test-nat.c | 472 if ((ret = unw_get_fpreg (c, UNW_IA64_FR + 4, &f4)) < 0)
|
/external/libunwind/include/ |
libunwind-common.h.in | 221 #define unw_get_fpreg UNW_OBJ(get_fpreg) 248 extern int unw_get_fpreg (unw_cursor_t *, int, unw_fpreg_t *);
|
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 *);
|
/external/libunwind_llvm/include/ |
libunwind.h | 92 extern int unw_get_fpreg(unw_cursor_t *, unw_regnum_t, unw_fpreg_t *) LIBUNWIND_AVAIL;
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/ |
libunwind.h | 92 extern int unw_get_fpreg(unw_cursor_t *, unw_regnum_t, unw_fpreg_t *) LIBUNWIND_AVAIL;
|
/external/libunwind_llvm/src/ |
libunwind.cpp | 193 _LIBUNWIND_EXPORT int unw_get_fpreg(unw_cursor_t *cursor, unw_regnum_t regNum, function 195 _LIBUNWIND_TRACE_API("unw_get_fpreg(cursor=%p, regNum=%d, &value=%p)\n",
|
Unwind-EHABI.cpp | 873 return unw_get_fpreg(cursor, (unw_regnum_t)(UNW_ARM_D0 + regno), 880 return unw_get_fpreg(cursor, (unw_regnum_t)(UNW_ARM_WR0 + regno), [all...] |
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
libunwind.cpp | 192 _LIBUNWIND_EXPORT int unw_get_fpreg(unw_cursor_t *cursor, unw_regnum_t regNum, function 194 _LIBUNWIND_TRACE_API("unw_get_fpreg(cursor=%p, regNum=%d, &value=%p)\n",
|
Unwind-EHABI.cpp | 867 return unw_get_fpreg(cursor, (unw_regnum_t)(UNW_ARM_D0 + regno), 874 return unw_get_fpreg(cursor, (unw_regnum_t)(UNW_ARM_WR0 + regno), [all...] |