Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for ld (0.17 sec)

  1. src/cmd/cgo/doc.go

    cgo examine the executable. Cgo records the list of shared library
    references and resolved names and writes them into a new file
    _cgo_import.go, which looks like:
    
    	//go:cgo_dynamic_linker "/lib64/ld-linux-x86-64.so.2"
    	//go:cgo_import_dynamic puts puts#GLIBC_2.2.5 "libc.so.6"
    	//go:cgo_import_dynamic __libc_start_main __libc_start_main#GLIBC_2.2.5 "libc.so.6"
    	//go:cgo_import_dynamic stdout stdout#GLIBC_2.2.5 "libc.so.6"
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Sun Mar 31 09:02:45 GMT 2024
    - 42.1K bytes
    - Viewed (0)
  2. misc/wasm/wasm_exec.js

    				this.mem.setUint32(offset + 4, 0, true);
    				offset += 8;
    			});
    
    			// The linker guarantees global data starts from at least wasmMinDataAddr.
    			// Keep in sync with cmd/link/internal/ld/data.go:wasmMinDataAddr.
    			const wasmMinDataAddr = 4096 + 8192;
    			if (offset >= wasmMinDataAddr) {
    				throw new Error("total length of command line and environment variables exceeds limit");
    			}
    
    JavaScript
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon May 22 17:47:47 GMT 2023
    - 16.3K bytes
    - Viewed (1)
  3. src/cmd/asm/internal/asm/testdata/s390x.s

    	FMOVS	n-8(SP), F15           // 78f0f010
    	FMOVD	-9999999(R8)(R9*1), F8 // c0a1ff67698141aa9000688a8000
    	FMOVD	F4, F5                 // 2854
    
    	// RX (12-bit displacement) and RXY (20-bit displacement) instruction encoding (e.g. LD vs LDY)
    	FMOVD	(R1), F0               // 68001000
    	FMOVD	4095(R2), F13          // 68d02fff
    	FMOVD	4096(R2), F15          // edf020000165
    	FMOVS	4095(R2)(R3), F13      // 78d32fff
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Nov 22 03:55:32 GMT 2023
    - 21.6K bytes
    - Viewed (0)
  4. src/cmd/asm/internal/asm/testdata/riscv64.s

    	ADDW	$1, X6					// 1b031300
    	SLLW	$1, X6					// 1b131300
    	SRLW	$1, X6					// 1b531300
    	SUBW	$1, X6					// 1b03f3ff
    	SRAW	$1, X6					// 1b531340
    
    	// 5.3: Load and Store Instructions (RV64I)
    	LD	(X5), X6				// 03b30200
    	LD	4(X5), X6				// 03b34200
    	SD	X5, (X6)				// 23305300
    	SD	X5, 4(X6)				// 23325300
    
    	// 7.1: Multiplication Operations
    	MUL	X5, X6, X7				// b3035302
    	MULH	X5, X6, X7				// b3135302
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Mar 22 04:42:21 GMT 2024
    - 16.7K bytes
    - Viewed (1)
  5. api/go1.20.txt

    pkg debug/elf, const R_LARCH_TLS_IE_PC_LO12 = 88 #54222
    pkg debug/elf, const R_LARCH_TLS_IE_PC_LO12 R_LARCH #54222
    pkg debug/elf, const R_LARCH_TLS_LD_HI20 = 96 #54222
    pkg debug/elf, const R_LARCH_TLS_LD_HI20 R_LARCH #54222
    pkg debug/elf, const R_LARCH_TLS_LD_PC_HI20 = 95 #54222
    pkg debug/elf, const R_LARCH_TLS_LD_PC_HI20 R_LARCH #54222
    pkg debug/elf, const R_LARCH_TLS_LE64_HI12 = 86 #54222
    pkg debug/elf, const R_LARCH_TLS_LE64_HI12 R_LARCH #54222
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  6. api/go1.16.txt

    pkg syscall (darwin-arm64), const BPF_JSET ideal-int
    pkg syscall (darwin-arm64), const BPF_K = 0
    pkg syscall (darwin-arm64), const BPF_K ideal-int
    pkg syscall (darwin-arm64), const BPF_LD = 0
    pkg syscall (darwin-arm64), const BPF_LD ideal-int
    pkg syscall (darwin-arm64), const BPF_LDX = 1
    pkg syscall (darwin-arm64), const BPF_LDX ideal-int
    pkg syscall (darwin-arm64), const BPF_LEN = 128
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  7. api/go1.14.txt

    pkg syscall (freebsd-arm64), const BPF_JSET ideal-int
    pkg syscall (freebsd-arm64), const BPF_K = 0
    pkg syscall (freebsd-arm64), const BPF_K ideal-int
    pkg syscall (freebsd-arm64), const BPF_LD = 0
    pkg syscall (freebsd-arm64), const BPF_LD ideal-int
    pkg syscall (freebsd-arm64), const BPF_LDX = 1
    pkg syscall (freebsd-arm64), const BPF_LDX ideal-int
    pkg syscall (freebsd-arm64), const BPF_LEN = 128
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  8. api/go1.1.txt

    pkg syscall (darwin-386), const BPF_JGT = 32
    pkg syscall (darwin-386), const BPF_JMP = 5
    pkg syscall (darwin-386), const BPF_JSET = 64
    pkg syscall (darwin-386), const BPF_K = 0
    pkg syscall (darwin-386), const BPF_LD = 0
    pkg syscall (darwin-386), const BPF_LDX = 1
    pkg syscall (darwin-386), const BPF_LEN = 128
    pkg syscall (darwin-386), const BPF_LSH = 96
    pkg syscall (darwin-386), const BPF_MAJOR_VERSION = 1
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (1)
Back to top