Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 22 of 22 for lchflags (0.17 sec)

  1. src/cmd/link/internal/ld/lib.go

    	}
    
    	// TODO: maybe do something similar to peimporteddlls to collect
    	// all lib names and try link them all to final exe just like
    	// libmingwex.a and libmingw32.a:
    	/*
    		for:
    		#cgo windows LDFLAGS: -lmsvcrt -lm
    		import:
    		libmsvcrt.a libm.a
    	*/
    }
    
    // loadcgodirectives reads the previously discovered cgo directives, creating
    // symbols in preparation for host object loading or use later in the link.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 18:45:27 UTC 2024
    - 88.6K bytes
    - Viewed (0)
  2. src/cmd/link/internal/loader/loader.go

    // relocation against a runtime builtin whose definition is not found
    // when the runtime package is built. The canonical example is
    // "runtime.racefuncenter" -- currently if you do something like
    //
    //	go build -gcflags=-race myprogram.go
    //
    // the compiler will insert calls to the builtin runtime.racefuncenter,
    // but the version of the runtime used for linkage won't actually contain
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 20:26:10 UTC 2024
    - 81.5K bytes
    - Viewed (0)
Back to top