const internal/abi.FuncIDNormal

7 uses

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

	runtime
		symtab.go#L217: 	calleeID := abi.FuncIDNormal
		trace.go#L1353: 		lastFuncID = abi.FuncIDNormal
		traceback.go#L221: 		calleeFuncID: abi.FuncIDNormal,
		traceback.go#L798: 	if f.valid() && showframe(f.srcFunc(), gp, false, abi.FuncIDNormal) && gp.goid != 1 {
		traceback.go#L1070: 		if showfuncinfo(f.srcFunc(), fidx == 0, abi.FuncIDNormal) {
		traceback.go#L1079: 	if f.valid() && showfuncinfo(f.srcFunc(), false, abi.FuncIDNormal) && ancestor.goid != 1 {