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.cpp249 _Unwind_VRS_Get(context, _UVRSC_CORE, UNW_ARM_R0 + reg, in _Unwind_VRS_Interpret()
757 return unw_set_reg(cursor, UNW_ARM_R0 + regno, *(unw_word_t *)valuep) == in _Unwind_VRS_Set()
805 return unw_get_reg(cursor, UNW_ARM_R0 + regno, (unw_word_t *)valuep) == in _Unwind_VRS_Get_Internal()
DRegisters.hpp1416 if (regNum >= UNW_ARM_R0 && regNum <= UNW_ARM_R15) in validRegister()
1430 if (regNum >= UNW_ARM_R0 && regNum <= UNW_ARM_R12) in getRegister()
1449 else if (regNum >= UNW_ARM_R0 && regNum <= UNW_ARM_R12) in setRegister()
1471 case UNW_ARM_R0: in getRegisterName()
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
Dlibunwind.h387 UNW_ARM_R0 = 0, enumerator