Home
last modified time | relevance | path

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

/external/google-breakpad/src/processor/
Dstackwalker_arm64.cc224 uint64_t caller_lr = 0; in GetCallerByFramePointer() local
225 if (last_fp && !memory_->GetMemoryAtAddress(last_fp + 8, &caller_lr)) { in GetCallerByFramePointer()
231 caller_lr = PtrauthStrip(caller_lr); in GetCallerByFramePointer()
246 frame->context.iregs[MD_CONTEXT_ARM64_REG_LR] = caller_lr; in GetCallerByFramePointer()
Dstackwalker_arm.cc213 uint32_t caller_lr = 0; in GetCallerByFramePointer() local
214 if (last_fp && !memory_->GetMemoryAtAddress(last_fp + 4, &caller_lr)) { in GetCallerByFramePointer()
233 frame->context.iregs[MD_CONTEXT_ARM_REG_LR] = caller_lr; in GetCallerByFramePointer()