Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for oldObj (0.08 sec)

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

    			return []string{"-m64"}
    		}
    
    	}
    	return nil
    }
    
    var wantHdr = objabi.HeaderString()
    
    // ldobj loads an input object. If it is a host object (an object
    // compiled by a non-Go compiler) it returns the Hostobj pointer. If
    // it is a Go object, it returns nil.
    func ldobj(ctxt *Link, f *bio.Reader, lib *sym.Library, length int64, pn string, file string) *Hostobj {
    	pkg := objabi.PathToPrefix(lib.Pkg)
    
    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