Searched defs:set_esp (Results 1 – 4 of 4) sorted by relevance
41 func (c *sigctxt) set_esp(x uint32) { c.regs().__gregs[_REG_UESP] = x } func
39 func (c *sigctxt) set_esp(x uint32) { c.regs().mc_esp = x } func
42 func (c *sigctxt) set_esp(x uint32) { c.regs().esp = x } func
43 func (c *sigctxt) set_esp(x uint32) { c.regs().sc_esp = x } func