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.cc198 uint64_t caller_lr = 0; in GetCallerByFramePointer() local
199 if (last_fp && !memory_->GetMemoryAtAddress(last_fp + 8, &caller_lr)) { in GetCallerByFramePointer()
218 frame->context.iregs[MD_CONTEXT_ARM64_REG_LR] = caller_lr; in GetCallerByFramePointer()
Dstackwalker_arm.cc212 uint32_t caller_lr = 0; in GetCallerByFramePointer() local
213 if (last_fp && !memory_->GetMemoryAtAddress(last_fp + 4, &caller_lr)) { in GetCallerByFramePointer()
232 frame->context.iregs[MD_CONTEXT_ARM_REG_LR] = caller_lr; in GetCallerByFramePointer()