Home
last modified time | relevance | path

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

/external/libcxxabi/include/
Dlibunwind.h395 UNW_ARM_IP = 15, // Logical alias for UNW_REG_IP enumerator
/external/libcxxabi/src/Unwind/
DRegisters.hpp1441 if (regNum == UNW_REG_IP || regNum == UNW_ARM_IP) in getRegister()
1460 else if (regNum == UNW_REG_IP || regNum == UNW_ARM_IP) in setRegister()
1477 case UNW_ARM_IP: // UNW_ARM_R15 is alias in getRegisterName()
DUnwind-EHABI.cpp407 _Unwind_VRS_Set(context, _UVRSC_CORE, UNW_ARM_IP, _UVRSD_UINT32, &lr); in _Unwind_VRS_Interpret()