Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for archX86 (0.11 sec)

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

    	// In all cases way we mark the moduledata as noptrdata to hide it from
    	// the GC.
    	mdsb.SetType(sym.SNOPTRDATA)
    	ctxt.loader.SetAttrReachable(moduledata, true)
    	ctxt.Moduledata = moduledata
    
    	if ctxt.Arch == sys.Arch386 && ctxt.HeadType != objabi.Hwindows {
    		if (ctxt.BuildMode == BuildModeCArchive && ctxt.IsELF) || ctxt.BuildMode == BuildModeCShared || ctxt.BuildMode == BuildModePIE || ctxt.DynlinkingGo() {
    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