type internal/abi.FuncID
9 uses
internal/abi (current package)
symtab.go#L36: type FuncID uint8
symtab.go#L42: FuncIDNormal FuncID = iota // not a special function
runtime
runtime2.go#L905: funcID abi.FuncID // set for certain special runtime functions
symtab.go#L807: funcID abi.FuncID
symtabinl.go#L11: funcID abi.FuncID // type of the called function
traceback.go#L110: calleeFuncID abi.FuncID
traceback.go#L1123: func showframe(sf srcFunc, gp *g, firstFrame bool, calleeID abi.FuncID) bool {
traceback.go#L1133: func showfuncinfo(sf srcFunc, firstFrame bool, calleeID abi.FuncID) bool {
traceback.go#L1168: func elideWrapperCalling(id abi.FuncID) bool {
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. |