const internal/abi.FuncIDNormal

8 uses

	internal/abi (current package)
		symtab.go#L42: 	FuncIDNormal FuncID = iota // not a special function

	runtime
		mprof.go#L580: 	lastFuncID := abi.FuncIDNormal
		symtab.go#L271: 	calleeID := abi.FuncIDNormal
		traceback.go#L219: 		calleeFuncID: abi.FuncIDNormal,
		traceback.go#L778: 	if f.valid() && showframe(f.srcFunc(), gp, false, abi.FuncIDNormal) && gp.goid != 1 {
		traceback.go#L1050: 		if showfuncinfo(f.srcFunc(), fidx == 0, abi.FuncIDNormal) {
		traceback.go#L1059: 	if f.valid() && showfuncinfo(f.srcFunc(), false, abi.FuncIDNormal) && ancestor.goid != 1 {
		tracestack.go#L290: 		lastFuncID = abi.FuncIDNormal