Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 49 of 49 for prototype (0.24 sec)

  1. doc/next/6-stdlib/99-minor/debug/elf/66054.md

    The `debug/elf` package now defines [PT_OPENBSD_NOBTCFI]. This [ProgType] is
    used to disable Branch Tracking Control Flow Integrity (BTCFI) enforcement
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Apr 12 20:57:18 GMT 2024
    - 173 bytes
    - Viewed (0)
  2. api/next/66054.txt

    pkg debug/elf, const PT_OPENBSD_NOBTCFI = 1705237480 #66054
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Sun Mar 10 04:13:26 GMT 2024
    - 116 bytes
    - Viewed (0)
  3. cni/pkg/plugin/plugin.go

    		log.Infof("excluded because it does not have istio-proxy container (have %v)", sets.SortedList(pi.Containers))
    		return nil
    	}
    
    	if pi.ProxyType != "" && pi.ProxyType != "sidecar" {
    		log.Infof("excluded %s/%s pod because it has proxy type %s", podNamespace, podName, pi.ProxyType)
    		return nil
    	}
    
    	val := pi.Annotations[injectAnnotationKey]
    	if lbl, labelPresent := pi.Labels[label.SidecarInject.Name]; labelPresent {
    Go
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Sat Feb 10 00:31:55 GMT 2024
    - 10.4K bytes
    - Viewed (0)
  4. api/go1.1.txt

    pkg syscall (freebsd-386), const SO_PEERLABEL = 4112
    pkg syscall (freebsd-386), const SO_PROTOCOL = 4118
    pkg syscall (freebsd-386), const SO_PROTOCOL ideal-int
    pkg syscall (freebsd-386), const SO_PROTOTYPE = 4118
    pkg syscall (freebsd-386), const SO_PROTOTYPE ideal-int
    pkg syscall (freebsd-386), const SO_RCVBUF = 4098
    pkg syscall (freebsd-386), const SO_RCVLOWAT = 4100
    pkg syscall (freebsd-386), const SO_RCVTIMEO = 4102
    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)
  5. api/go1.16.txt

    pkg debug/elf, const PT_GNU_MBIND_HI = 1685386580
    pkg debug/elf, const PT_GNU_MBIND_HI ProgType
    pkg debug/elf, const PT_GNU_MBIND_LO = 1685382485
    pkg debug/elf, const PT_GNU_MBIND_LO ProgType
    pkg debug/elf, const PT_GNU_PROPERTY = 1685382483
    pkg debug/elf, const PT_GNU_PROPERTY ProgType
    pkg debug/elf, const PT_GNU_RELRO = 1685382482
    pkg debug/elf, const PT_GNU_RELRO ProgType
    pkg debug/elf, const PT_GNU_STACK = 1685382481
    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)
  6. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), const SO_OOBINLINE ideal-int
    pkg syscall (freebsd-386-cgo), const SO_PEERLABEL ideal-int
    pkg syscall (freebsd-386-cgo), const SO_PROTOCOL ideal-int
    pkg syscall (freebsd-386-cgo), const SO_PROTOTYPE ideal-int
    pkg syscall (freebsd-386-cgo), const SO_RCVLOWAT ideal-int
    pkg syscall (freebsd-386-cgo), const SO_RCVTIMEO ideal-int
    pkg syscall (freebsd-386-cgo), const SO_REUSEPORT 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)
  7. src/cmd/cgo/gcc.go

    			"-Wno-unknown-warning-option",
    			"-Wno-unneeded-internal-declaration",
    			"-Wno-unused-function",
    			"-Qunused-arguments",
    			// Clang embeds prototypes for some builtin functions,
    			// like malloc and calloc, but all size_t parameters are
    			// incorrectly typed unsigned long. We work around that
    			// by disabling the builtin functions (this is safe as
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Nov 02 16:43:23 GMT 2023
    - 97K bytes
    - Viewed (0)
  8. api/go1.txt

    pkg debug/elf, const PT_DYNAMIC ProgType
    pkg debug/elf, const PT_HIOS ProgType
    pkg debug/elf, const PT_HIPROC ProgType
    pkg debug/elf, const PT_INTERP ProgType
    pkg debug/elf, const PT_LOAD ProgType
    pkg debug/elf, const PT_LOOS ProgType
    pkg debug/elf, const PT_LOPROC ProgType
    pkg debug/elf, const PT_NOTE ProgType
    pkg debug/elf, const PT_NULL ProgType
    pkg debug/elf, const PT_PHDR ProgType
    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)
  9. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const EPROTO = 96
    pkg syscall (netbsd-arm64-cgo), const EPROTO Errno
    pkg syscall (netbsd-arm64-cgo), const EPROTONOSUPPORT = 43
    pkg syscall (netbsd-arm64-cgo), const EPROTOTYPE = 41
    pkg syscall (netbsd-arm64-cgo), const ERANGE = 34
    pkg syscall (netbsd-arm64-cgo), const EREMOTE = 71
    pkg syscall (netbsd-arm64-cgo), const EROFS = 30
    pkg syscall (netbsd-arm64-cgo), const ERPCMISMATCH = 73
    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)
Back to top