type internal/abi.FuncID
9 uses
internal/abi (current package)
symtab.go#L66: type FuncID uint8
symtab.go#L72: FuncIDNormal FuncID = iota // not a special function
runtime
runtime2.go#L1087: funcID abi.FuncID // set for certain special runtime functions
symtab.go#L963: funcID abi.FuncID
symtabinl.go#L14: funcID abi.FuncID // type of the called function
traceback.go#L112: calleeFuncID abi.FuncID
traceback.go#L1114: func showframe(sf srcFunc, gp *g, firstFrame bool, calleeID abi.FuncID) bool {
traceback.go#L1124: func showfuncinfo(sf srcFunc, firstFrame bool, calleeID abi.FuncID) bool {
traceback.go#L1196: func elideWrapperCalling(id abi.FuncID) bool {
![]() |
The pages are generated with Golds v0.8.4. (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. |