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#L928: funcID abi.FuncID // set for certain special runtime functions
symtab.go#L908: funcID abi.FuncID
symtabinl.go#L14: funcID abi.FuncID // type of the called function
traceback.go#L111: calleeFuncID abi.FuncID
traceback.go#L1113: func showframe(sf srcFunc, gp *g, firstFrame bool, calleeID abi.FuncID) bool {
traceback.go#L1123: func showfuncinfo(sf srcFunc, firstFrame bool, calleeID abi.FuncID) bool {
traceback.go#L1180: func elideWrapperCalling(id abi.FuncID) bool {
![]() |
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. |