Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DUnwind-EHABI.cpp278 _Unwind_VRS_Get(context, _UVRSC_CORE, UNW_ARM_R0 + reg, in _Unwind_VRS_Interpret()
796 return unw_set_reg(cursor, (unw_regnum_t)(UNW_ARM_R0 + regno), in _Unwind_VRS_Set()
844 return unw_get_reg(cursor, (unw_regnum_t)(UNW_ARM_R0 + regno), in _Unwind_VRS_Get_Internal()
DRegisters.hpp1429 if (regNum >= UNW_ARM_R0 && regNum <= UNW_ARM_R15) in validRegister()
1443 if (regNum >= UNW_ARM_R0 && regNum <= UNW_ARM_R12) in getRegister()
1462 else if (regNum >= UNW_ARM_R0 && regNum <= UNW_ARM_R12) in setRegister()
1484 case UNW_ARM_R0: in getRegisterName()
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
Dlibunwind.h378 UNW_ARM_R0 = 0, enumerator