Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/include/
Dlibunwind.h402 UNW_ARM_LR = 14, enumerator
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DRegisters.hpp1426 if (regNum == UNW_ARM_LR) in getRegister()
1445 else if (regNum == UNW_ARM_LR) in setRegister()
1466 case UNW_ARM_LR: // UNW_ARM_R14 is alias in getRegisterName()
DUnwind-EHABI.cpp375 _Unwind_VRS_Get(context, _UVRSC_CORE, UNW_ARM_LR, _UVRSD_UINT32, &lr); in _Unwind_VRS_Interpret()