func internal/abi.FuncPCABI0
15 uses
internal/abi (current package)
funcpc.go#L22: func FuncPCABI0(f interface{}) uintptr
reflect
makefunc.go#L54: code := abi.FuncPCABI0(makeFuncStub)
makefunc.go#L133: return abi.FuncPCABI0(methodValueCall)
runtime
os_linux.go#L172: print("newosproc stk=", stk, " m=", mp, " g=", mp.g0, " clone=", abi.FuncPCABI0(clone), " id=", mp.id, " ostk=", &mp, "\n")
os_linux.go#L180: r := clone(cloneFlags, stk, unsafe.Pointer(mp), unsafe.Pointer(mp.g0), unsafe.Pointer(abi.FuncPCABI0(mstart)))
os_linux.go#L497: sa.sa_restorer = abi.FuncPCABI0(sigreturn__sigaction)
os_linux.go#L501: fn = abi.FuncPCABI0(cgoSigtramp)
os_linux.go#L503: fn = abi.FuncPCABI0(sigtramp)
preempt.go#L317: f := findfunc(abi.FuncPCABI0(asyncPreempt))
proc.go#L2114: gp.sched.pc = abi.FuncPCABI0(goexit) + sys.PCQuantum
proc.go#L2442: ts.fn = unsafe.Pointer(abi.FuncPCABI0(mstart))
proc.go#L4530: newg.sched.pc = abi.FuncPCABI0(goexit) + sys.PCQuantum // +PCQuantum so that previous instruction is in same function
signal_amd64.go#L73: c.pushCall(abi.FuncPCABI0(sigpanic0), pc)
signal_amd64.go#L76: c.set_rip(uint64(abi.FuncPCABI0(sigpanic0)))
signal_unix.go#L347: ctxt.pushCall(abi.FuncPCABI0(asyncPreempt), newpc)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |