Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 15 for linknew (0.2 sec)

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

    // But -no-pie is not supported by all compilers, and clang spells it -nopie.
    func (b *Builder) gccNoPie(linker []string) string {
    	if b.gccSupportsFlag(linker, "-no-pie") {
    		return "-no-pie"
    	}
    	if b.gccSupportsFlag(linker, "-nopie") {
    		return "-nopie"
    	}
    	return ""
    }
    
    // gccSupportsFlag checks to see if the compiler supports a flag.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
  2. src/cmd/link/internal/ld/data.go

    // the groundwork for turning a given relocation into an external reloc
    // (to be applied by the external linker). For more on how relocations
    // work in general, see
    //
    //	"Linkers and Loaders", by John R. Levine (Morgan Kaufmann, 1999), ch. 7
    //
    // This is a performance-critical function for the linker; be careful
    // to avoid introducing unnecessary allocations in the main loop.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 12 15:10:50 UTC 2024
    - 100.5K bytes
    - Viewed (0)
  3. src/runtime/proc.go

    	// list can arrive a few different ways, but it will always
    	// contain the init tasks computed by the linker for all the
    	// packages in the program (excluding those added at runtime
    	// by package plugin). Run through the modules in dependency
    	// order (the order they are initialized by the dynamic
    	// loader, i.e. they are added to the moduledata linked list).
    	for m := &firstmoduledata; m != nil; m = m.next {
    		doInit(m.inittasks)
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 17:58:53 UTC 2024
    - 207.5K bytes
    - Viewed (0)
  4. src/debug/elf/elf.go

    	// bound to.
    	DF_1_NODIRECT DynFlag1 = 0x00020000
    	// Reserved for internal use by the kernel runtime-linker.
    	DF_1_IGNMULDEF DynFlag1 = 0x00040000
    	// Reserved for internal use by the kernel runtime-linker.
    	DF_1_NOKSYMS DynFlag1 = 0x00080000
    	// Reserved for internal use by the kernel runtime-linker.
    	DF_1_NOHDR DynFlag1 = 0x00100000
    	// Indicates that this object has been edited or has been modified since the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 00:01:16 UTC 2024
    - 134.6K bytes
    - Viewed (0)
  5. src/cmd/go/alldocs.go

    //	-compiler name
    //		name of compiler to use, as in runtime.Compiler (gccgo or gc).
    //	-gccgoflags '[pattern=]arg list'
    //		arguments to pass on each gccgo compiler/linker invocation.
    //	-gcflags '[pattern=]arg list'
    //		arguments to pass on each go tool compile invocation.
    //	-installsuffix suffix
    //		a suffix to use in the name of the package installation directory,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  6. src/cmd/go/internal/load/pkg.go

    	CgoCXXFLAGS  []string `json:",omitempty"` // cgo: flags for C++ compiler
    	CgoFFLAGS    []string `json:",omitempty"` // cgo: flags for Fortran compiler
    	CgoLDFLAGS   []string `json:",omitempty"` // cgo: flags for linker
    	CgoPkgConfig []string `json:",omitempty"` // cgo: pkg-config names
    
    	// Dependency information
    	Imports   []string          `json:",omitempty"` // import paths used by this package
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 28 17:00:51 UTC 2024
    - 120K bytes
    - Viewed (0)
  7. src/cmd/internal/obj/x86/asm6.go

    				// but the relocations applied by the linker are relative to the end
    				// of the relocation. Because immediate instruction
    				// arguments can follow the PC-relative memory reference in the
    				// instruction encoding, the two may not coincide. In this case,
    				// adjust addend so that linker can keep relocating relative to the
    				// end of the relocation.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 146.9K bytes
    - Viewed (0)
  8. src/reflect/value.go

    // The remainder of the MakeFunc implementation is in makefunc.go.
    //
    // NOTE: This function must be marked as a "wrapper" in the generated code,
    // so that the linker can make it work correctly for panic and recover.
    // The gc compilers know to do that for the name "reflect.callReflect".
    //
    // ctxt is the "closure" generated by MakeFunc.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:17:41 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  9. src/cmd/internal/obj/ppc64/asm9.go

    	bflag := 1
    
    	var otxt int64
    	var q *obj.Prog
    	var out [5]uint32
    	var falign int32 // Track increased alignment requirements for prefix.
    	for bflag != 0 {
    		bflag = 0
    		pc = 0
    		falign = 0 // Note, linker bumps function symbols to funcAlign.
    		for p = c.cursym.Func().Text.Link; p != nil; p = p.Link {
    			p.Pc = pc
    			o = c.oplook(p)
    
    			// very large conditional branches
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/ssa/_gen/AMD64Ops.go

    		ParamFloatRegNames: "X0 X1 X2 X3 X4 X5 X6 X7 X8 X9 X10 X11 X12 X13 X14",
    		gpregmask:          gp,
    		fpregmask:          fp,
    		specialregmask:     x15,
    		framepointerreg:    int8(num["BP"]),
    		linkreg:            -1, // not used
    	})
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Aug 04 16:40:24 UTC 2023
    - 98K bytes
    - Viewed (1)
Back to top