Searched defs:set_eip (Results 1 – 4 of 4) sorted by relevance
40 func (c *sigctxt) set_eip(x uint32) { c.regs().__gregs[_REG_EIP] = x } func
38 func (c *sigctxt) set_eip(x uint32) { c.regs().mc_eip = x } func
41 func (c *sigctxt) set_eip(x uint32) { c.regs().eip = x } func
42 func (c *sigctxt) set_eip(x uint32) { c.regs().sc_eip = x } func