runtime.gobuf.lr (field)
15 uses
runtime (current package)
heapdump.go#L351: lr = gp.sched.lr
panic.go#L1153: gp.sched.lr = 0
proc.go#L1904: gp.sched.lr = 0
proc.go#L3450: _g_.sched.lr = 0
runtime2.go#L331: lr uintptr
stack.go#L947: traceback(morebuf.pc, morebuf.sp, morebuf.lr, morebuf.g.ptr())
stack.go#L966: "\tmorebuf={pc:", hex(morebuf.pc), " sp:", hex(morebuf.sp), " lr:", hex(morebuf.lr), "}\n",
stack.go#L967: "\tsched={pc:", hex(gp.sched.pc), " sp:", hex(gp.sched.sp), " lr:", hex(gp.sched.lr), " ctxt:", gp.sched.ctxt, "}\n")
stack.go#L970: traceback(morebuf.pc, morebuf.sp, morebuf.lr, gp)
stack.go#L976: thisg.m.morebuf.lr = 0
stack.go#L1016: "\tmorebuf={pc:", hex(morebuf.pc), " sp:", hex(morebuf.sp), " lr:", hex(morebuf.lr), "}\n",
stack.go#L1017: "\tsched={pc:", hex(gp.sched.pc), " sp:", hex(gp.sched.sp), " lr:", hex(gp.sched.lr), " ctxt:", gp.sched.ctxt, "}\n")
sys_arm64.go#L12: if buf.lr != 0 {
sys_arm64.go#L15: buf.lr = buf.pc
traceback.go#L123: lr0 = gp.sched.lr