Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 21 of 21 for Pkgs (0.03 sec)

  1. src/cmd/compile/internal/staticdata/data.go

    		s := nam.Sym()
    		sf := s.Pkg.Lookup(ir.FuncSymName(s)).Linksym()
    
    		// While compiling package runtime, we might try to create
    		// funcsyms for functions from both types.LocalPkg and
    		// ir.Pkgs.Runtime.
    		if base.Flag.CompilingRuntime && sf.OnList() {
    			continue
    		}
    
    		// Function values must always reference ABIInternal
    		// entry points.
    		target := s.Linksym()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 01 15:08:50 UTC 2023
    - 10.3K bytes
    - Viewed (0)
Back to top