Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for rva (0.01 sec)

  1. src/cmd/go/internal/cfg/cfg.go

    	GOPPC64, goPPC64Changed     = EnvOrAndChanged("GOPPC64", fmt.Sprintf("%s%d", "power", buildcfg.GOPPC64))
    	GORISCV64, goRISCV64Changed = EnvOrAndChanged("GORISCV64", fmt.Sprintf("rva%du64", buildcfg.GORISCV64))
    	GOWASM, goWASMChanged       = EnvOrAndChanged("GOWASM", fmt.Sprint(buildcfg.GOWASM))
    
    	GOPROXY, GOPROXYChanged     = EnvOrAndChanged("GOPROXY", "")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 17:13:51 UTC 2024
    - 19.3K bytes
    - Viewed (0)
  2. src/cmd/link/internal/ld/pe.go

    				//
    				// In external linking mode, the external linker can't resolve them as
    				// external symbols. But we are lucky that they have "." in their name,
    				// so the external linker see them as Forwarder RVA exports. See:
    				//
    				//  - https://docs.microsoft.com/en-us/windows/win32/debug/pe-format#export-address-table
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 09 19:01:27 UTC 2023
    - 48.8K bytes
    - Viewed (0)
Back to top