Searched refs:caller_lr (Results 1 – 2 of 2) sorted by relevance
224 uint64_t caller_lr = 0; in GetCallerByFramePointer() local225 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()
213 uint32_t caller_lr = 0; in GetCallerByFramePointer() local214 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()