Searched defs:setpc (Results 1 – 3 of 3) sorted by relevance
41 func (c *sigctxt) setpc(x uintptr) { c.u.pc = uint32(x) } func
42 func (c *sigctxt) setpc(x uintptr) { c.u.pc = uint32(x) } func
51 func (c *sigctxt) setpc(x uintptr) { c.u.ip = uint64(x) } func