Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for cpuinit (0.13 sec)

  1. src/cmd/vendor/golang.org/x/sys/windows/syscall_windows.go

    //sys	coCreateGuid(pguid *GUID) (ret error) = ole32.CoCreateGuid
    //sys	CoTaskMemFree(address unsafe.Pointer) = ole32.CoTaskMemFree
    //sys	CoInitializeEx(reserved uintptr, coInit uint32) (ret error) = ole32.CoInitializeEx
    //sys	CoUninitialize() = ole32.CoUninitialize
    //sys	CoGetObject(name *uint16, bindOpts *BIND_OPTS3, guid *GUID, functionTable **uintptr) (ret error) = ole32.CoGetObject
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 82.8K bytes
    - Viewed (0)
  2. src/cmd/link/internal/ld/lib.go

    		sb := ctxt.loader.MakeSymbolUpdater(symIdx)
    		sb.SetType(sym.SNOPTRDATA)
    		sb.AddUint8(1)
    	}
    
    	// Recalculate pe parameters now that we have ctxt.LinkMode set.
    	if ctxt.HeadType == objabi.Hwindows {
    		Peinit(ctxt)
    	}
    
    	if ctxt.LinkMode == LinkExternal {
    		// When external linking, we are creating an object file. The
    		// absolute address is irrelevant.
    		*FlagTextAddr = 0
    	}
    
    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