Search Options

Results per page
Sort
Preferred Languages
Advance

Results 171 - 180 of 814 for linking (0.35 sec)

  1. hack/lib/golang.sh

      export GOARCH=${platform##*/}
    
      # Do not set CC when building natively on a platform, only if cross-compiling
      if [[ $(kube::golang::host_platform) != "$platform" ]]; then
        # Dynamic CGO linking for other server architectures than host architecture goes here
        # If you want to include support for more server platforms than these, add arch-specific gcc names here
        case "${platform}" in
          "linux/amd64")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 01 16:43:08 UTC 2024
    - 32.8K bytes
    - Viewed (0)
  2. src/runtime/asm_amd64.s

    // internal linking. This is the entry point for the program from the
    // kernel for an ordinary -buildmode=exe program. The stack holds the
    // number of arguments and the C-style argv.
    TEXT _rt0_amd64(SB),NOSPLIT,$-8
    	MOVQ	0(SP), DI	// argc
    	LEAQ	8(SP), SI	// argv
    	JMP	runtime·rt0_go(SB)
    
    // main is common startup code for most amd64 systems when using
    // external linking. The C startup code will call the symbol "main"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 11 20:38:24 UTC 2024
    - 60.4K bytes
    - Viewed (0)
  3. src/cmd/link/internal/loader/loader.go

    func (l *Loader) LoadSyms(arch *sys.Arch) {
    	// Allocate space for symbols, making a guess as to how much space we need.
    	// This function was determined empirically by looking at the cmd/compile on
    	// Darwin, and picking factors for hashed and hashed64 syms.
    	var symSize, hashedSize, hashed64Size int
    	for _, r := range l.objs[goObjStart:] {
    		symSize += r.ndef + r.nhasheddef/2 + r.nhashed64def/2 + r.NNonpkgdef()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 20:26:10 UTC 2024
    - 81.5K bytes
    - Viewed (0)
  4. src/cmd/cgo/internal/testcarchive/carchive_test.go

    	}
    
    	if GOOS == "aix" {
    		// -Wl,-bnoobjreorder is mandatory to keep the same layout
    		// in .text section.
    		cc = append(cc, "-Wl,-bnoobjreorder")
    	}
    	if GOOS == "ios" {
    		// Linking runtime/cgo on ios requires the CoreFoundation framework because
    		// x_cgo_init uses CoreFoundation APIs to switch directory to the app root.
    		//
    		// TODO(#58225): This special case probably should not be needed.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 12 00:43:51 UTC 2023
    - 34.8K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/dep-man/04-modeling-features/variant_model.adoc

    You can understand more about the use of platform and enforced platforms variants by looking at the <<platforms.adoc#sub:bom_import, importing BOMs>> section of the manual.
    By default, whenever you declare a dependency on a Maven module, Gradle is going to look for the `library` variants.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 02 20:50:18 UTC 2024
    - 34.2K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.29.md

      linking directly to the master branch. This ensures that links reference a
      specific point in time, rather than a document that may change over time.
      
      See here for guidance on getting permanent links to files: https://help.github.com/en/articles/getting-permanent-links-to-files
      
      Please use the following format for linking documentation:
      - [KEP]: <link>
      - [Usage]: <link>
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 03:42:38 UTC 2024
    - 324.5K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/ssa/rewrite.go

    		return true
    	default:
    		return false
    	}
    }
    
    func supportsPPC64PCRel() bool {
    	// PCRel is currently supported for >= power10, linux only
    	// Internal and external linking supports this on ppc64le; internal linking on ppc64.
    	return buildcfg.GOPPC64 >= 10 && buildcfg.GOOS == "linux"
    }
    
    func newPPC64ShiftAuxInt(sh, mb, me, sz int64) int32 {
    	if sh < 0 || sh >= sz {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 19:02:52 UTC 2024
    - 64.2K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/authoring-builds/tasks/implementing_custom_tasks.adoc

    Task inputs and outputs are important for:
    
    1. *Up-to-date checks* - Gradle’s incremental build feature helps your build avoid doing the same work more than once by looking at changes for task inputs and outputs.
    2. *Linking task inputs and outputs* - When outputs of one task are linked to the inputs of another, Gradle can automatically create task dependencies.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 26 05:34:54 UTC 2024
    - 37.2K bytes
    - Viewed (0)
  9. maven-di/src/main/java/org/apache/maven/di/impl/Binding.java

        }
    
        public static <T> Binding<T> toInstance(T instance) {
            return new BindingToInstance<>(instance);
        }
    
        public static <R> Binding<R> to(Key<R> originalKey, TupleConstructorN<R> constructor, Class<?>[] types) {
            return Binding.to(
                    originalKey, constructor, Stream.of(types).map(Key::of).toArray(Key<?>[]::new));
        }
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Mar 25 10:50:01 UTC 2024
    - 5.9K bytes
    - Viewed (0)
  10. src/encoding/json/testdata/code.json.gz

    ches":3,"min_t":1228948796,"max_t":1237229192,"mean_t":1231885591},{"name":"linking-a-03-b-viewBox-expected.checksum","kids":[],"cl_weight":0.007124838307287542,"touches":3,"min_t":1228948796,"max_t":1237229192,"mean_t":1234127868},{"name":"linking-a-03-b-viewBox-transform-expected.checksum","kids":[],"cl_weight":0.006996088468224841,"touches":2,"min_t":1228948796,"max_t":1237229192,"mean_t":1233088994},{"name":"linking-a-03-b-all-expected.checksum","kids":[],"cl_weight":0.006996088468224841,"to...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 25 04:02:36 UTC 2016
    - 117.6K bytes
    - Viewed (0)
Back to top