Searched refs:ARM_REG_LR (Results 1 – 6 of 6) sorted by relevance
/system/core/libunwindstack/ |
D | RegsArm.cpp | 32 RegsArm::RegsArm() : RegsImpl<uint32_t>(ARM_REG_LAST, Location(LOCATION_REGISTER, ARM_REG_LR)) {} in RegsArm() 86 uint32_t lr = regs_[ARM_REG_LR]; in SetPcFromReturnAddress() 110 fn("lr", regs_[ARM_REG_LR]); in IterateRegisters()
|
D | ElfInterfaceArm.cpp | 132 (*regs_arm)[ARM_REG_PC] = (*regs_arm)[ARM_REG_LR]; in StepExidx()
|
/system/core/libunwindstack/tests/ |
D | ElfInterfaceArmTest.cpp | 278 regs[ARM_REG_LR] = 0x20000; in TEST_F() 323 regs[ARM_REG_LR] = 0x20000; in TEST_F() 348 regs[ARM_REG_LR] = 0x20000; in TEST_F() 371 regs[ARM_REG_LR] = 0x20000; in TEST_F() 398 regs[ARM_REG_LR] = 0x20000; in TEST_F() 412 regs[ARM_REG_LR] = 0x20000; in TEST_F()
|
D | RegsIterateTest.cpp | 76 result.push_back({"lr", ARM_REG_LR}); in ExpectedRegisters()
|
D | UnwindOfflineTest.cpp | 166 {"ip", ARM_REG_R12}, {"sp", ARM_REG_SP}, {"lr", ARM_REG_LR}, {"pc", ARM_REG_PC},
|
/system/core/libunwindstack/include/unwindstack/ |
D | MachineArm.h | 44 ARM_REG_LR = ARM_REG_R14, enumerator
|