Home
last modified time | relevance | path

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

/external/llvm-project/libunwind/src/
Dlibunwind_ext.h30 extern int __unw_get_fpreg(unw_cursor_t *, unw_regnum_t, unw_fpreg_t *);
Dlibunwind.cpp128 _LIBUNWIND_HIDDEN int __unw_get_fpreg(unw_cursor_t *cursor, unw_regnum_t regNum, in _LIBUNWIND_WEAK_ALIAS()
140 _LIBUNWIND_WEAK_ALIAS(__unw_get_fpreg, unw_get_fpreg) in _LIBUNWIND_WEAK_ALIAS() argument
DUnwind-EHABI.cpp843 return __unw_get_fpreg(cursor, (unw_regnum_t)(UNW_ARM_D0 + regno), in _Unwind_VRS_Get_Internal()
858 return __unw_get_fpreg(cursor, (unw_regnum_t)(UNW_ARM_WR0 + regno), in _Unwind_VRS_Get_Internal()