HomeSort by relevance Sort by last modified time
    Searched refs:unw_get_fpreg (Results 1 - 13 of 13) sorted by null

  /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 243 #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/
libunwind.h 98 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 102 extern int unw_get_fpreg(unw_cursor_t *, unw_regnum_t, unw_fpreg_t *) LIBUNWIND_AVAIL;
  /external/libcxxabi/src/Unwind/
libunwind.cpp 188 _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",
Unwind-EHABI.cpp 862 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),
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
libunwind.cpp 188 _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",
Unwind-EHABI.cpp 828 return unw_get_fpreg(cursor, UNW_ARM_D0 + regno, (unw_fpreg_t *)valuep) ==
835 return unw_get_fpreg(cursor, UNW_ARM_WR0 + regno,
    [all...]

Completed in 634 milliseconds