Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 19 for FreeBSD (0.92 sec)

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

    	"sort"
    	"strings"
    )
    
    /*
     * Derived from:
     * $FreeBSD: src/sys/sys/elf32.h,v 1.8.14.1 2005/12/30 22:13:58 marcel Exp $
     * $FreeBSD: src/sys/sys/elf64.h,v 1.10.14.1 2005/12/30 22:13:58 marcel Exp $
     * $FreeBSD: src/sys/sys/elf_common.h,v 1.15.8.1 2005/12/30 22:13:58 marcel Exp $
     * $FreeBSD: src/sys/alpha/include/elf.h,v 1.14 2003/09/25 01:10:22 peter Exp $
     * $FreeBSD: src/sys/amd64/include/elf.h,v 1.18 2004/08/03 08:21:48 dfr Exp $
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 13:29:54 UTC 2024
    - 63.6K bytes
    - Viewed (0)
  2. src/cmd/dist/build.go

    var cgoEnabled = map[string]bool{
    	"aix/ppc64":       true,
    	"darwin/amd64":    true,
    	"darwin/arm64":    true,
    	"dragonfly/amd64": true,
    	"freebsd/386":     true,
    	"freebsd/amd64":   true,
    	"freebsd/arm":     true,
    	"freebsd/arm64":   true,
    	"freebsd/riscv64": true,
    	"illumos/amd64":   true,
    	"linux/386":       true,
    	"linux/amd64":     true,
    	"linux/arm":       true,
    	"linux/arm64":     true,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 18:34:40 UTC 2024
    - 54K bytes
    - Viewed (0)
  3. src/cmd/dist/test.go

    	case os == "aix", os == "android", os == "dragonfly", os == "freebsd", os == "linux", os == "netbsd", os == "openbsd":
    		gt := cgoTest("external-g0", "test", "external", "")
    		gt.env = append(gt.env, "CGO_CFLAGS=-g0 -fdiagnostics-color")
    
    		cgoTest("external", "testtls", "external", "")
    		switch {
    		case os == "aix":
    			// no static linking
    		case p == "freebsd/arm":
    			// -fPIC compiled tls code will use __tls_get_addr instead
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 16:01:35 UTC 2024
    - 50K bytes
    - Viewed (0)
  4. tensorflow/BUILD

            ":arm",
            ":armeabi",
            ":armeabi-v7a",
            ":arm64-v8a",
            ":linux_aarch64",
            ":linux_armhf",
        ],
    )
    
    config_setting(
        name = "freebsd",
        values = {"cpu": "freebsd"},
        visibility = ["//visibility:public"],
    )
    
    # Features that are default ON are handled differently below.
    #
    config_setting(
        name = "no_gcp_support",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 16:51:59 UTC 2024
    - 53.5K bytes
    - Viewed (0)
  5. src/debug/elf/file_test.go

    type fileTest struct {
    	file     string
    	hdr      FileHeader
    	sections []SectionHeader
    	progs    []ProgHeader
    	needed   []string
    	symbols  []Symbol
    }
    
    var fileTests = []fileTest{
    	{
    		"testdata/gcc-386-freebsd-exec",
    		FileHeader{ELFCLASS32, ELFDATA2LSB, EV_CURRENT, ELFOSABI_FREEBSD, 0, binary.LittleEndian, ET_EXEC, EM_386, 0x80483cc},
    		[]SectionHeader{
    			{"", SHT_NULL, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 22 16:22:42 UTC 2023
    - 60.1K bytes
    - Viewed (0)
  6. src/syscall/zerrors_freebsd_arm.go

    // mkerrors.sh
    // Code generated by the command above; DO NOT EDIT.
    
    // Created by cgo -godefs - DO NOT EDIT
    // cgo -godefs -- _const.go
    
    //go:build arm && freebsd
    
    package syscall
    
    const (
    	AF_APPLETALK                      = 0x10
    	AF_ARP                            = 0x23
    	AF_ATM                            = 0x1e
    	AF_BLUETOOTH                      = 0x24
    	AF_CCITT                          = 0xa
    	AF_CHAOS                          = 0x5
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 67.3K bytes
    - Viewed (0)
  7. src/syscall/zerrors_freebsd_arm64.go

    // mkerrors.sh -m64
    // Code generated by the command above; DO NOT EDIT.
    
    //go:build freebsd && arm64
    
    // Code generated by cmd/cgo -godefs; DO NOT EDIT.
    // cgo -godefs -- -m64 _const.go
    
    package syscall
    
    const (
    	AF_APPLETALK                      = 0x10
    	AF_ARP                            = 0x23
    	AF_ATM                            = 0x1e
    	AF_BLUETOOTH                      = 0x24
    	AF_CCITT                          = 0xa
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 67.4K bytes
    - Viewed (0)
  8. src/syscall/zerrors_freebsd_riscv64.go

    // mkerrors.sh -m64
    // Code generated by the command above; DO NOT EDIT.
    
    //go:build freebsd && riscv64
    
    // Code generated by cmd/cgo -godefs; DO NOT EDIT.
    // cgo -godefs -- -m64 _const.go
    
    package syscall
    
    const (
    	AF_APPLETALK                      = 0x10
    	AF_ARP                            = 0x23
    	AF_ATM                            = 0x1e
    	AF_BLUETOOTH                      = 0x24
    	AF_CCITT                          = 0xa
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 29 22:39:46 UTC 2022
    - 67.4K bytes
    - Viewed (0)
  9. src/syscall/zerrors_freebsd_386.go

    // mkerrors.sh -m32
    // Code generated by the command above; DO NOT EDIT.
    
    // Created by cgo -godefs - DO NOT EDIT
    // cgo -godefs -- -m32 _const.go
    
    //go:build 386 && freebsd
    
    package syscall
    
    const (
    	AF_APPLETALK                      = 0x10
    	AF_ARP                            = 0x23
    	AF_ATM                            = 0x1e
    	AF_BLUETOOTH                      = 0x24
    	AF_CCITT                          = 0xa
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 67.4K bytes
    - Viewed (0)
  10. src/syscall/zerrors_freebsd_amd64.go

    // mkerrors.sh -m64
    // Code generated by the command above; DO NOT EDIT.
    
    // Created by cgo -godefs - DO NOT EDIT
    // cgo -godefs -- -m64 _const.go
    
    //go:build amd64 && freebsd
    
    package syscall
    
    const (
    	AF_APPLETALK                      = 0x10
    	AF_ARP                            = 0x23
    	AF_ATM                            = 0x1e
    	AF_BLUETOOTH                      = 0x24
    	AF_CCITT                          = 0xa
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 67.4K bytes
    - Viewed (0)
Back to top