type runtime.Func
12 uses
runtime (current package)
symtab.go#L37: Func *Func
symtab.go#L282: type Func struct {
symtab.go#L286: func (f *Func) raw() *_func {
symtab.go#L290: func (f *Func) funcInfo() funcInfo {
symtab.go#L652: func FuncForPC(pc uintptr) *Func {
symtab.go#L675: return (*Func)(unsafe.Pointer(fi))
symtab.go#L679: func (f *Func) Name() string {
symtab.go#L692: func (f *Func) Entry() uintptr {
symtab.go#L705: func (f *Func) FileLine(pc uintptr) (file string, line int) {
symtab.go#L719: func (f *Func) startLine() int32 {
symtab.go#L752: func (f funcInfo) _Func() *Func {
symtab.go#L753: return (*Func)(unsafe.Pointer(f._func))
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. |