Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 17 for LD (0.14 sec)

  1. src/cmd/go/internal/modload/load.go

    func (ld *loader) exitIfErrors(ctx context.Context) {
    	ld.switchIfErrors(ctx)
    	base.ExitIfErrors()
    }
    
    // goVersion reports the Go version that should be used for the loader's
    // requirements: ld.TidyGoVersion if set, or ld.requirements.GoVersion()
    // otherwise.
    func (ld *loader) goVersion() string {
    	if ld.TidyGoVersion != "" {
    		return ld.TidyGoVersion
    	}
    	return ld.requirements.GoVersion()
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 14:56:56 UTC 2024
    - 84K bytes
    - Viewed (0)
  2. src/cmd/link/internal/ppc64/asm.go

    func r2Valid(ctxt *ld.Link) bool {
    	return isLinkingPIC(ctxt)
    }
    
    // Determine if this is linking a position-independent binary.
    func isLinkingPIC(ctxt *ld.Link) bool {
    	switch ctxt.BuildMode {
    	case ld.BuildModeCArchive, ld.BuildModeCShared, ld.BuildModePIE, ld.BuildModeShared, ld.BuildModePlugin:
    		return true
    	}
    	// -linkshared option
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 19 20:54:08 UTC 2024
    - 63.7K bytes
    - Viewed (0)
  3. src/cmd/link/internal/ld/lib.go

    		// Switch to ld.bfd on freebsd/arm64.
    		altLinker = "bfd"
    
    		// Provide a useful error if ld.bfd is missing.
    		name, args := flagExtld[0], flagExtld[1:]
    		args = append(args, "-fuse-ld=bfd", "-Wl,--version")
    		cmd := exec.Command(name, args...)
    		if out, err := cmd.CombinedOutput(); err == nil {
    			if !bytes.Contains(out, []byte("GNU ld")) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 18:45:27 UTC 2024
    - 88.6K bytes
    - Viewed (0)
  4. src/cmd/compile/internal/ppc64/ssa.go

    		ssa.OpPPC64LoweredAtomicLoadPtr:
    		// SYNC
    		// MOVB/MOVD/MOVW (Rarg0), Rout
    		// CMP Rout,Rout
    		// BNE 1(PC)
    		// ISYNC
    		ld := ppc64.AMOVD
    		cmp := ppc64.ACMP
    		switch v.Op {
    		case ssa.OpPPC64LoweredAtomicLoad8:
    			ld = ppc64.AMOVBZ
    		case ssa.OpPPC64LoweredAtomicLoad32:
    			ld = ppc64.AMOVWZ
    			cmp = ppc64.ACMPW
    		}
    		arg0 := v.Args[0].Reg()
    		out := v.Reg0()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 19:59:38 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssa/_gen/S390X.rules

      && r.OutMask()&63 == 63
      => (S(LD|RD|RAD|LW|RW|RAW) x y)
    (S(LD|RD|RAD|LW|RW|RAW) x (AND (MOVDconst [c]) y))
      => (S(LD|RD|RAD|LW|RW|RAW) x (ANDWconst <typ.UInt32> [int32(c&63)] y))
    (S(LD|RD|RAD|LW|RW|RAW) x (ANDWconst [c] y)) && c&63 == 63
      => (S(LD|RD|RAD|LW|RW|RAW) x y)
    (SLD  x (MOV(W|H|B|WZ|HZ|BZ)reg y)) => (SLD  x y)
    (SRD  x (MOV(W|H|B|WZ|HZ|BZ)reg y)) => (SRD  x y)
    (SRAD x (MOV(W|H|B|WZ|HZ|BZ)reg y)) => (SRAD x y)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 12 18:09:26 UTC 2023
    - 74.3K bytes
    - Viewed (0)
  6. src/cmd/link/internal/ld/xcoff.go

    			} else {
    				// With external linking, ld will crash if there is several
    				// .FILE and DWARF debugging enable, somewhere during
    				// the relocation phase.
    				// Therefore, all packages are merged under a fake .FILE
    				// "go_functions".
    				// TODO(aix); remove once ld has been fixed or the triggering
    				// relocation has been found and fixed.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 01 19:58:23 UTC 2023
    - 51.8K bytes
    - Viewed (0)
  7. src/cmd/go/internal/modload/init.go

    	keepModSumsForZipSums := true
    	if ld == nil {
    		if gover.Compare(MainModules.GoVersion(), gover.TidyGoModSumVersion) < 0 && cfg.BuildMod != "mod" {
    			keepModSumsForZipSums = false
    		}
    	} else {
    		keepPkgGoModSums := true
    		if gover.Compare(ld.requirements.GoVersion(), gover.TidyGoModSumVersion) < 0 && (ld.Tidy || cfg.BuildMod != "mod") {
    			keepPkgGoModSums = false
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 18:36:30 UTC 2024
    - 69.8K bytes
    - Viewed (0)
  8. src/cmd/internal/obj/loong64/asm.go

    		o3 = OP_RRR(c.oprrr(AADDVU), uint32(REGTMP), uint32(REG_R2), uint32(REGTMP))
    		o4 = OP_12IRR(c.opirr(p.As), uint32(0), uint32(REGTMP), uint32(p.From.Reg))
    
    	case 57: // mov tlsvar, r IE model ==> (pcalau12i + ld.d)tlsvar@got + add.d + ld.d
    		o1 = OP_IR(c.opir(APCALAU12I), uint32(0), uint32(REGTMP))
    		rel := obj.Addrel(c.cursym)
    		rel.Off = int32(c.pc)
    		rel.Siz = 4
    		rel.Sym = p.From.Sym
    		rel.Add = 0x0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 02:04:54 UTC 2024
    - 61.8K bytes
    - Viewed (0)
  9. configure.py

          write_to_bazelrc('build --linkopt="-fuse-ld=gold"')
    
          # Get the linker version
          ld_version = run_shell([gcc_env, '-Wl,-version']).split()
    
          ld_version_int = convert_version_to_int(ld_version[3])
          if ld_version_int is None:
            ld_version_int = convert_version_to_int(ld_version[4])
    
          # Enable if 'ld' version >= 2.35
          if ld_version_int >= 2035000:
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jun 10 04:32:44 UTC 2024
    - 53.8K bytes
    - Viewed (0)
  10. src/debug/elf/file_test.go

    			if i == j || sjh.Type == SHT_NOBITS || sih.Offset == sjh.Offset && sih.FileSize == 0 {
    				continue
    			}
    			if sih.Offset >= sjh.Offset && sih.Offset < sjh.Offset+sjh.FileSize {
    				t.Errorf("ld produced ELF with section offset %s within %s: 0x%x <= 0x%x..0x%x < 0x%x",
    					sih.Name, sjh.Name, sjh.Offset, sih.Offset, sih.Offset+sih.FileSize, sjh.Offset+sjh.FileSize)
    			}
    		}
    
    		if sih.Flags&SHF_ALLOC == 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 22 16:22:42 UTC 2023
    - 60.1K bytes
    - Viewed (0)
Back to top