Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for linkSharedAction (0.14 sec)

  1. src/cmd/go/internal/work/action.go

    		base.Fatalf("%v", err)
    	}
    	return b.linkSharedAction(mode, depMode, name, a1)
    }
    
    // linkSharedAction takes a grouping action a1 corresponding to a list of built packages
    // and returns an action that links them together into a shared library with the name shlib.
    // If a1 is nil, shlib should be an absolute path to an existing shared library,
    // and then linkSharedAction reads that library to find out the package list.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Apr 18 15:39:17 UTC 2024
    - 32.7K bytes
    - Viewed (0)
Back to top