Home
last modified time | relevance | path

Searched refs:unw_get_fpreg (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
Dlibunwind.h102 extern int unw_get_fpreg(unw_cursor_t *, unw_regnum_t, unw_fpreg_t *) LIBUNWIND_AVAIL;
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
Dlibunwind.cpp188 _LIBUNWIND_EXPORT int unw_get_fpreg(unw_cursor_t *cursor, unw_regnum_t regNum, in unw_get_fpreg() function
DUnwind-EHABI.cpp828 return unw_get_fpreg(cursor, UNW_ARM_D0 + regno, (unw_fpreg_t *)valuep) == in _Unwind_VRS_Get_Internal()
835 return unw_get_fpreg(cursor, UNW_ARM_WR0 + regno, in _Unwind_VRS_Get_Internal()