type runtime.Func
12 uses
runtime (current package)
symtab.go#L40: Func *Func
symtab.go#L344: type Func struct {
symtab.go#L348: func (f *Func) raw() *_func {
symtab.go#L352: func (f *Func) funcInfo() funcInfo {
symtab.go#L783: func FuncForPC(pc uintptr) *Func {
symtab.go#L806: return (*Func)(unsafe.Pointer(fi))
symtab.go#L810: func (f *Func) Name() string {
symtab.go#L823: func (f *Func) Entry() uintptr {
symtab.go#L836: func (f *Func) FileLine(pc uintptr) (file string, line int) {
symtab.go#L850: func (f *Func) startLine() int32 {
symtab.go#L883: func (f funcInfo) _Func() *Func {
symtab.go#L884: return (*Func)(unsafe.Pointer(f._func))
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |