type runtime.Func
11 uses
runtime (current package)
symtab.go#L35: Func *Func
symtab.go#L256: type Func struct {
symtab.go#L260: func (f *Func) raw() *_func {
symtab.go#L264: func (f *Func) funcInfo() funcInfo {
symtab.go#L584: func FuncForPC(pc uintptr) *Func {
symtab.go#L604: return (*Func)(unsafe.Pointer(fi))
symtab.go#L611: func (f *Func) Name() string {
symtab.go#L624: func (f *Func) Entry() uintptr {
symtab.go#L637: func (f *Func) FileLine(pc uintptr) (file string, line int) {
symtab.go#L667: func (f funcInfo) _Func() *Func {
symtab.go#L668: return (*Func)(unsafe.Pointer(f._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. |