Searched refs:last_lr (Results 1 – 1 of 1) sorted by relevance
279 uint64_t last_lr = 0; in CorrectRegLRByFramePointer() local280 if (last_last_fp && !memory_->GetMemoryAtAddress(last_last_fp + 8, &last_lr)) { in CorrectRegLRByFramePointer()285 last_lr = PtrauthStrip(last_lr); in CorrectRegLRByFramePointer()287 last_frame->context.iregs[MD_CONTEXT_ARM64_REG_LR] = last_lr; in CorrectRegLRByFramePointer()