Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 184 for 0xb (0.02 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/zerrors_darwin_amd64.go

    	AF_RESERVED_36                          = 0x24
    	AF_ROUTE                                = 0x11
    	AF_SIP                                  = 0x18
    	AF_SNA                                  = 0xb
    	AF_SYSTEM                               = 0x20
    	AF_SYS_CONTROL                          = 0x2
    	AF_UNIX                                 = 0x1
    	AF_UNSPEC                               = 0x0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 87.5K bytes
    - Viewed (0)
  2. src/runtime/defs_linux_mips64x.go

    // license that can be found in the LICENSE file.
    
    //go:build (mips64 || mips64le) && linux
    
    package runtime
    
    import "unsafe"
    
    const (
    	_EINTR  = 0x4
    	_EAGAIN = 0xb
    	_ENOMEM = 0xc
    
    	_PROT_NONE  = 0x0
    	_PROT_READ  = 0x1
    	_PROT_WRITE = 0x2
    	_PROT_EXEC  = 0x4
    
    	_MAP_ANON    = 0x800
    	_MAP_PRIVATE = 0x2
    	_MAP_FIXED   = 0x10
    
    	_MADV_DONTNEED   = 0x4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 22 19:05:10 UTC 2023
    - 3.6K bytes
    - Viewed (0)
  3. src/runtime/defs_linux_mipsx.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    //go:build (mips || mipsle) && linux
    
    package runtime
    
    import "unsafe"
    
    const (
    	_EINTR  = 0x4
    	_EAGAIN = 0xb
    	_ENOMEM = 0xc
    
    	_PROT_NONE  = 0x0
    	_PROT_READ  = 0x1
    	_PROT_WRITE = 0x2
    	_PROT_EXEC  = 0x4
    
    	_MAP_ANON    = 0x800
    	_MAP_PRIVATE = 0x2
    	_MAP_FIXED   = 0x10
    
    	_MADV_DONTNEED   = 0x4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 22 19:05:10 UTC 2023
    - 3.6K bytes
    - Viewed (0)
  4. src/runtime/defs_linux_ppc64le.go

    // created by cgo -cdefs and then converted to Go
    // cgo -cdefs defs_linux.go defs3_linux.go
    
    package runtime
    
    import "unsafe"
    
    const (
    	_EINTR  = 0x4
    	_EAGAIN = 0xb
    	_ENOMEM = 0xc
    
    	_PROT_NONE  = 0x0
    	_PROT_READ  = 0x1
    	_PROT_WRITE = 0x2
    	_PROT_EXEC  = 0x4
    
    	_MAP_ANON    = 0x20
    	_MAP_PRIVATE = 0x2
    	_MAP_FIXED   = 0x10
    
    	_MADV_DONTNEED   = 0x4
    	_MADV_FREE       = 0x8
    	_MADV_HUGEPAGE   = 0xe
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 22 19:05:10 UTC 2023
    - 3.7K bytes
    - Viewed (0)
  5. src/runtime/defs_linux_loong64.go

    // for the Go runtime.
    // go tool cgo -godefs defs_linux.go defs1_linux.go defs2_linux.go
    
    package runtime
    
    import "unsafe"
    
    const (
    	_EINTR  = 0x4
    	_EAGAIN = 0xb
    	_ENOMEM = 0xc
    
    	_PROT_NONE  = 0x0
    	_PROT_READ  = 0x1
    	_PROT_WRITE = 0x2
    	_PROT_EXEC  = 0x4
    
    	_MAP_ANON    = 0x20
    	_MAP_PRIVATE = 0x2
    	_MAP_FIXED   = 0x10
    
    	_MADV_DONTNEED   = 0x4
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 22 19:05:10 UTC 2023
    - 3.4K bytes
    - Viewed (0)
  6. src/syscall/zerrors_openbsd_arm64.go

    	AF_OSI                            = 0x7
    	AF_PUP                            = 0x4
    	AF_ROUTE                          = 0x11
    	AF_SIP                            = 0x1d
    	AF_SNA                            = 0xb
    	AF_UNIX                           = 0x1
    	AF_UNSPEC                         = 0x0
    	ARPHRD_ETHER                      = 0x1
    	ARPHRD_FRELAY                     = 0xf
    	ARPHRD_IEEE1394                   = 0x18
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 17:34:54 UTC 2019
    - 66.4K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zerrors_openbsd_riscv64.go

    	AF_OSI                            = 0x7
    	AF_PUP                            = 0x4
    	AF_ROUTE                          = 0x11
    	AF_SIP                            = 0x1d
    	AF_SNA                            = 0xb
    	AF_UNIX                           = 0x1
    	AF_UNSPEC                         = 0x0
    	ALTWERASE                         = 0x200
    	ARPHRD_ETHER                      = 0x1
    	ARPHRD_FRELAY                     = 0xf
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 78.5K bytes
    - Viewed (0)
  8. test/fixedbugs/issue37513.dir/main.go

    		// Generate a SIGILL.
    		sigill()
    		return
    	}
    	// Run ourselves with an extra argument. That process should SIGILL.
    	out, _ := exec.Command(os.Args[0], "foo").CombinedOutput()
    	want := "instruction bytes: 0xf 0xb 0xc3"
    	if !bytes.Contains(out, []byte(want)) {
    		fmt.Printf("got:\n%s\nwant:\n%s\n", string(out), want)
    	}
    }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 02 18:46:06 UTC 2020
    - 593 bytes
    - Viewed (0)
  9. src/syscall/zerrors_dragonfly_amd64.go

    	AF_OSI                            = 0x7
    	AF_PUP                            = 0x4
    	AF_ROUTE                          = 0x11
    	AF_SIP                            = 0x18
    	AF_SNA                            = 0xb
    	AF_UNIX                           = 0x1
    	AF_UNSPEC                         = 0x0
    	B0                                = 0x0
    	B110                              = 0x6e
    	B115200                           = 0x1c200
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 59.6K bytes
    - Viewed (0)
  10. src/runtime/defs1_netbsd_386.go

    	_SIGHUP    = 0x1
    	_SIGINT    = 0x2
    	_SIGQUIT   = 0x3
    	_SIGILL    = 0x4
    	_SIGTRAP   = 0x5
    	_SIGABRT   = 0x6
    	_SIGEMT    = 0x7
    	_SIGFPE    = 0x8
    	_SIGKILL   = 0x9
    	_SIGBUS    = 0xa
    	_SIGSEGV   = 0xb
    	_SIGSYS    = 0xc
    	_SIGPIPE   = 0xd
    	_SIGALRM   = 0xe
    	_SIGTERM   = 0xf
    	_SIGURG    = 0x10
    	_SIGSTOP   = 0x11
    	_SIGTSTP   = 0x12
    	_SIGCONT   = 0x13
    	_SIGCHLD   = 0x14
    	_SIGTTIN   = 0x15
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 12 21:17:22 UTC 2024
    - 3K bytes
    - Viewed (0)
Back to top