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 {