Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for __asm (0.32 sec)

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

    	// a marker section in the __LLVM segment, "__asm", to tell the Apple
    	// toolchain that the Go text came from assembler and thus has no
    	// bitcode. This is not true, but Kotlin/Native, Rust and Flutter
    	// are also using this trick.
    	if sect.Name == ".llvmasm" {
    		msect.name = "__asm"
    		msect.segname = "__LLVM"
    	}
    
    	if segname == "__DWARF" {
    		msect.flag |= S_ATTR_DEBUG
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 15:32:53 UTC 2024
    - 43.9K bytes
    - Viewed (0)
  2. src/crypto/internal/edwards25519/field/_asm/go.mod

    module std/crypto/internal/edwards25519/field/_asm
    
    go 1.19
    
    require github.com/mmcloughlin/avo v0.4.0
    
    require (
    	golang.org/x/mod v0.4.2 // indirect
    	golang.org/x/sys v0.0.0-20211030160813-b3129d9d1021 // indirect
    	golang.org/x/tools v0.1.7 // indirect
    	golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 30 15:19:45 UTC 2023
    - 326 bytes
    - Viewed (0)
  3. src/crypto/internal/bigmod/_asm/go.mod

    module std/crypto/internal/bigmod/_asm
    
    go 1.19
    
    require github.com/mmcloughlin/avo v0.4.0
    
    require (
    	golang.org/x/mod v0.4.2 // indirect
    	golang.org/x/sys v0.0.0-20211030160813-b3129d9d1021 // indirect
    	golang.org/x/tools v0.1.7 // indirect
    	golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 30 15:19:45 UTC 2023
    - 314 bytes
    - Viewed (0)
  4. src/go/types/stdlib_test.go

    // Package paths of excluded packages.
    var excluded = map[string]bool{
    	"builtin": true,
    
    	// See go.dev/issue/46027: some imports are missing for this submodule.
    	"crypto/internal/edwards25519/field/_asm": true,
    	"crypto/internal/bigmod/_asm":             true,
    }
    
    // printPackageMu synchronizes the printing of type-checked package files in
    // the typecheckFiles function.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Dec 19 04:39:56 UTC 2023
    - 13.7K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/types2/stdlib_test.go

    // Package paths of excluded packages.
    var excluded = map[string]bool{
    	"builtin": true,
    
    	// go.dev/issue/46027: some imports are missing for this submodule.
    	"crypto/internal/edwards25519/field/_asm": true,
    	"crypto/internal/bigmod/_asm":             true,
    }
    
    // printPackageMu synchronizes the printing of type-checked package files in
    // the typecheckFiles function.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:18:33 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zsymaddr_zos_s390x.s

    // go run mksyscall_zos_s390x.go -o_sysnum zsysnum_zos_s390x.go -o_syscall zsyscall_zos_s390x.go -i_syscall syscall_zos_s390x.go -o_asm zsymaddr_zos_s390x.s
    // Code generated by the command above; see README.md. DO NOT EDIT.
    
    //go:build zos && s390x
    #include "textflag.h"
    
    //  provide the address of function variable to be fixed up.
    
    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    TEXT ·get_FlistxattrAddr(SB), NOSPLIT|NOFRAME, $0-8
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 8.8K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_zos_s390x.go

    // go run mksyscall_zos_s390x.go -o_sysnum zsysnum_zos_s390x.go -o_syscall zsyscall_zos_s390x.go -i_syscall syscall_zos_s390x.go -o_asm zsymaddr_zos_s390x.s
    // Code generated by the command above; see README.md. DO NOT EDIT.
    
    //go:build zos && s390x
    
    package unix
    
    const (
    	SYS_LOG                             = 0x17  // 23
    	SYS_COSH                            = 0x18  // 24
    	SYS_TANH                            = 0x19  // 25
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 146.6K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zsyscall_zos_s390x.go

    // go run mksyscall_zos_s390x.go -o_sysnum zsysnum_zos_s390x.go -o_syscall zsyscall_zos_s390x.go -i_syscall syscall_zos_s390x.go -o_asm zsymaddr_zos_s390x.s
    // Code generated by the command above; see README.md. DO NOT EDIT.
    
    //go:build zos && s390x
    
    package unix
    
    import (
    	"runtime"
    	"syscall"
    	"unsafe"
    )
    
    var _ syscall.Errno
    
    // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 08 16:12:58 UTC 2024
    - 88.2K bytes
    - Viewed (0)
Back to top