Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for findLibPath (0.09 sec)

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

    		if isunresolved[0] {
    			if p := ctxt.findLibPath("crt2.o"); p != "none" {
    				hostObject(ctxt, "crt2", p)
    			}
    		}
    		if *flagRace {
    			if p := ctxt.findLibPath("libsynchronization.a"); p != "none" {
    				hostArchive(ctxt, p)
    			}
    		}
    		if p := ctxt.findLibPath("libmingwex.a"); p != "none" {
    			hostArchive(ctxt, p)
    		}
    		if p := ctxt.findLibPath("libmingw32.a"); p != "none" {
    			hostArchive(ctxt, p)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 18:45:27 UTC 2024
    - 88.6K bytes
    - Viewed (0)
Back to top