Home
last modified time | relevance | path

Searched defs:setpc (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/runtime/
Ddefs_plan9_arm.go41 func (c *sigctxt) setpc(x uintptr) { c.u.pc = uint32(x) } func
Ddefs_plan9_386.go42 func (c *sigctxt) setpc(x uintptr) { c.u.pc = uint32(x) } func
Ddefs_plan9_amd64.go51 func (c *sigctxt) setpc(x uintptr) { c.u.ip = uint64(x) } func