type runtime._func
10 uses
runtime (current package)
plugin.go#L104: f := funcInfo{(*_func)(unsafe.Pointer(&md.pclntable[md.ftab[i].funcoff])), md}
runtime2.go#L825: type _func struct {
symtab.go#L260: func (f *Func) raw() *_func {
symtab.go#L261: return (*_func)(unsafe.Pointer(f))
symtab.go#L548: f1 := funcInfo{(*_func)(unsafe.Pointer(&datap.pclntable[datap.ftab[i].funcoff])), datap}
symtab.go#L549: f2 := funcInfo{(*_func)(unsafe.Pointer(&datap.pclntable[datap.ftab[i+1].funcoff])), datap}
symtab.go#L556: print("\t", hex(datap.ftab[j].entry), " ", funcname(funcInfo{(*_func)(unsafe.Pointer(&datap.pclntable[datap.ftab[j].funcoff])), datap}), "\n")
symtab.go#L659: *_func
symtab.go#L716: return funcInfo{(*_func)(unsafe.Pointer(&datap.pclntable[funcoff])), datap}
traceback.go#L399: var inlFunc _func
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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. |