Searched defs:lr (Results 1 – 4 of 4) sorted by relevance
86 char *lr; in attachPppd() local
55 uint32_t lr = regs_[ARM_REG_LR]; in SetPcFromReturnAddress() local
88 uint64_t lr = regs_[ARM64_REG_LR]; in SetPcFromReturnAddress() local
1561 static void SetUcontextLr(uint64_t lr, ucontext_t* ucontext) { in SetUcontextLr()