Searched refs:caller_lr (Results 1 – 2 of 2) sorted by relevance
198 uint64_t caller_lr = 0; in GetCallerByFramePointer() local199 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()
212 uint32_t caller_lr = 0; in GetCallerByFramePointer() local213 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()