Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/
Dstackwalker_arm64.cc279 uint64_t last_lr = 0; in CorrectRegLRByFramePointer() local
280 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()