type runtime.Func
12 uses
runtime (current package)
symtab.go#L40: Func *Func
symtab.go#L336: type Func struct {
symtab.go#L340: func (f *Func) raw() *_func {
symtab.go#L344: func (f *Func) funcInfo() funcInfo {
symtab.go#L732: func FuncForPC(pc uintptr) *Func {
symtab.go#L755: return (*Func)(unsafe.Pointer(fi))
symtab.go#L759: func (f *Func) Name() string {
symtab.go#L772: func (f *Func) Entry() uintptr {
symtab.go#L785: func (f *Func) FileLine(pc uintptr) (file string, line int) {
symtab.go#L799: func (f *Func) startLine() int32 {
symtab.go#L832: func (f funcInfo) _Func() *Func {
symtab.go#L833: return (*Func)(unsafe.Pointer(f._func))
![]() |
The pages are generated with Golds v0.7.6. (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. |