Home
last modified time | relevance | path

Searched refs:ARM64_REG_LR (Results 1 – 4 of 4) sorted by relevance

/system/unwinding/libunwindstack/
DRegsArm64.cpp37 : RegsImpl<uint64_t>(ARM64_REG_LAST, Location(LOCATION_REGISTER, ARM64_REG_LR)) { in RegsArm64()
88 uint64_t lr = regs_[ARM64_REG_LR]; in SetPcFromReturnAddress()
128 fn("lr", regs_[ARM64_REG_LR]); in IterateRegisters()
/system/unwinding/libunwindstack/include/unwindstack/
DMachineArm64.h61 ARM64_REG_LR = ARM64_REG_R30, enumerator
/system/unwinding/libunwindstack/tests/
DRegsIterateTest.cpp116 result.push_back({"lr", ARM64_REG_LR}); in ExpectedRegisters()
/system/unwinding/libunwindstack/utils/
DOfflineUnwindUtils.cpp492 {"sp", ARM64_REG_SP}, {"lr", ARM64_REG_LR}, {"pc", ARM64_REG_PC},