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 {