Searched refs:ARM64_REG_LR (Results 1 – 4 of 4) sorted by relevance
/system/unwinding/libunwindstack/ |
D | RegsArm64.cpp | 37 : 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/ |
D | MachineArm64.h | 61 ARM64_REG_LR = ARM64_REG_R30, enumerator
|
/system/unwinding/libunwindstack/tests/ |
D | RegsIterateTest.cpp | 116 result.push_back({"lr", ARM64_REG_LR}); in ExpectedRegisters()
|
/system/unwinding/libunwindstack/utils/ |
D | OfflineUnwindUtils.cpp | 492 {"sp", ARM64_REG_SP}, {"lr", ARM64_REG_LR}, {"pc", ARM64_REG_PC},
|