Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
Dlibunwind.h104 extern int unw_set_fpreg(unw_cursor_t *, unw_regnum_t, unw_fpreg_t) LIBUNWIND_AVAIL;
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
Dlibunwind.cpp202 _LIBUNWIND_EXPORT int unw_set_fpreg(unw_cursor_t *cursor, unw_regnum_t regNum, in unw_set_fpreg() function
DUnwind-EHABI.cpp780 return unw_set_fpreg(cursor, UNW_ARM_D0 + regno, in _Unwind_VRS_Set()
787 return unw_set_fpreg(cursor, UNW_ARM_WR0 + regno, in _Unwind_VRS_Set()