runtime.sigctxt.set_pc (method)
3 uses
runtime (current package)
signal_arm64.go#L79: c.set_pc(uint64(funcPC(sigpanic)))
signal_arm64.go#L93: c.set_pc(uint64(targetPC))
signal_darwin_arm64.go#L60: func (c *sigctxt) set_pc(x uint64) { c.regs().pc = x }
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)