Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 10 for sh (0.42 sec)

  1. misc/ios/clangwrap.sh

    #!/bin/sh
    # This uses the latest available iOS SDK, which is recommended.
    # To select a specific SDK, run 'xcodebuild -showsdks'
    # to see the available SDKs and replace iphoneos with one of them.
    if [ "$GOARCH" == "arm64" ]; then
    	SDK=iphoneos
    	PLATFORM=ios
    	CLANGARCH="arm64"
    else
    	SDK=iphonesimulator
    	PLATFORM=ios-simulator
    	CLANGARCH="x86_64"
    fi
    
    SDK_PATH=`xcrun --sdk $SDK --show-sdk-path`
    export IPHONEOS_DEPLOYMENT_TARGET=5.1
    Shell Script
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Dec 02 16:48:07 GMT 2021
    - 626 bytes
    - Viewed (0)
  2. api/go1.1.txt

    pkg debug/elf, const EM_PPC64 = 21
    pkg debug/elf, const EM_RCE = 39
    pkg debug/elf, const EM_RH32 = 38
    pkg debug/elf, const EM_S370 = 9
    pkg debug/elf, const EM_S390 = 22
    pkg debug/elf, const EM_SH = 42
    pkg debug/elf, const EM_SPARC = 2
    pkg debug/elf, const EM_SPARC32PLUS = 18
    pkg debug/elf, const EM_SPARCV9 = 43
    pkg debug/elf, const EM_ST100 = 60
    pkg debug/elf, const EM_STARCORE = 58
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  3. misc/ios/README

     all.bash on the iOS emulator:
    
    	GOOS=ios GOARCH=amd64 CGO_ENABLED=1 CC_FOR_TARGET=$(pwd)/../misc/ios/clangwrap.sh ./all.bash
    
    If CC_FOR_TARGET is not set when the toolchain is built (make.bash or all.bash), CC
    can be set on the command line. For example,
    
    	GOOS=ios GOARCH=amd64 CGO_ENABLED=1 CC=$(go env GOROOT)/misc/ios/clangwrap.sh go build
    
    Setting CC is not necessary if the toolchain is built with CC_FOR_TARGET set.
    
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Dec 29 21:49:26 GMT 2020
    - 2.7K bytes
    - Viewed (0)
  4. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const LOCK_NB = 4 #53466
    pkg syscall (freebsd-riscv64), const LOCK_NB ideal-int #53466
    pkg syscall (freebsd-riscv64), const LOCK_SH = 1 #53466
    pkg syscall (freebsd-riscv64), const LOCK_SH ideal-int #53466
    pkg syscall (freebsd-riscv64), const LOCK_UN = 8 #53466
    pkg syscall (freebsd-riscv64), const LOCK_UN ideal-int #53466
    pkg syscall (freebsd-riscv64), const MADV_AUTOSYNC = 7 #53466
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
  5. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const LOCK_EX ideal-int
    pkg syscall (netbsd-arm64-cgo), const LOCK_NB = 4
    pkg syscall (netbsd-arm64-cgo), const LOCK_NB ideal-int
    pkg syscall (netbsd-arm64-cgo), const LOCK_SH = 1
    pkg syscall (netbsd-arm64-cgo), const LOCK_SH ideal-int
    pkg syscall (netbsd-arm64-cgo), const LOCK_UN = 8
    pkg syscall (netbsd-arm64-cgo), const LOCK_UN ideal-int
    pkg syscall (netbsd-arm64-cgo), const MADV_DONTNEED = 4
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  6. src/cmd/asm/internal/asm/testdata/riscv64.s

    	LB	(X5), X6				// 03830200
    	LB	4(X5), X6				// 03834200
    	LBU	(X5), X6				// 03c30200
    	LBU	4(X5), X6				// 03c34200
    
    	SW	X5, (X6)				// 23205300
    	SW	X5, 4(X6)				// 23225300
    	SH	X5, (X6)				// 23105300
    	SH	X5, 4(X6)				// 23125300
    	SB	X5, (X6)				// 23005300
    	SB	X5, 4(X6)				// 23025300
    
    	// 2.7: Memory Ordering Instructions
    	FENCE						// 0f00f00f
    
    Others
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Mar 22 04:42:21 GMT 2024
    - 16.7K bytes
    - Viewed (0)
  7. api/go1.16.txt

    pkg syscall (darwin-arm64), const LOCK_EX ideal-int
    pkg syscall (darwin-arm64), const LOCK_NB = 4
    pkg syscall (darwin-arm64), const LOCK_NB ideal-int
    pkg syscall (darwin-arm64), const LOCK_SH = 1
    pkg syscall (darwin-arm64), const LOCK_SH ideal-int
    pkg syscall (darwin-arm64), const LOCK_UN = 8
    pkg syscall (darwin-arm64), const LOCK_UN ideal-int
    pkg syscall (darwin-arm64), const MADV_CAN_REUSE = 9
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  8. api/go1.14.txt

    pkg syscall (freebsd-arm64), const LOCK_EX ideal-int
    pkg syscall (freebsd-arm64), const LOCK_NB = 4
    pkg syscall (freebsd-arm64), const LOCK_NB ideal-int
    pkg syscall (freebsd-arm64), const LOCK_SH = 1
    pkg syscall (freebsd-arm64), const LOCK_SH ideal-int
    pkg syscall (freebsd-arm64), const LOCK_UN = 8
    pkg syscall (freebsd-arm64), const LOCK_UN ideal-int
    pkg syscall (freebsd-arm64), const MADV_AUTOSYNC = 7
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  9. api/go1.txt

    pkg debug/elf, const EM_PPC64 Machine
    pkg debug/elf, const EM_RCE Machine
    pkg debug/elf, const EM_RH32 Machine
    pkg debug/elf, const EM_S370 Machine
    pkg debug/elf, const EM_S390 Machine
    pkg debug/elf, const EM_SH Machine
    pkg debug/elf, const EM_SPARC Machine
    pkg debug/elf, const EM_SPARC32PLUS Machine
    pkg debug/elf, const EM_SPARCV9 Machine
    pkg debug/elf, const EM_ST100 Machine
    pkg debug/elf, const EM_STARCORE Machine
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  10. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), const IXON ideal-int
    pkg syscall (freebsd-386-cgo), const LOCK_EX ideal-int
    pkg syscall (freebsd-386-cgo), const LOCK_NB ideal-int
    pkg syscall (freebsd-386-cgo), const LOCK_SH ideal-int
    pkg syscall (freebsd-386-cgo), const LOCK_UN ideal-int
    pkg syscall (freebsd-386-cgo), const MADV_AUTOSYNC ideal-int
    pkg syscall (freebsd-386-cgo), const MADV_CORE ideal-int
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
Back to top