Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for sectre (2.79 sec)

  1. src/cmd/asm/main.go

    	ctxt.IsAsm = true
    	ctxt.Pkgpath = *flags.Importpath
    	switch *flags.Spectre {
    	default:
    		log.Printf("unknown setting -spectre=%s", *flags.Spectre)
    		os.Exit(2)
    	case "":
    		// nothing
    	case "index":
    		// known to compiler; ignore here so people can use
    		// the same list with -gcflags=-spectre=LIST and -asmflags=-spectrre=LIST
    	case "all", "ret":
    		ctxt.Retpoline = true
    	}
    
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Aug 29 07:48:38 GMT 2023
    - 2.7K bytes
    - Viewed (0)
  2. doc/godebug.md

    Go 1.22 disabled
    [`ConnectionState.ExportKeyingMaterial`](/pkg/crypto/tls/#ConnectionState.ExportKeyingMaterial)
    when the connection supports neither TLS 1.3 nor Extended Master Secret
    (implemented in Go 1.21). It can be reenabled with the [`tlsunsafeekm`
    setting](/pkg/crypto/tls/#ConnectionState.ExportKeyingMaterial).
    
    Go 1.22 changed how the runtime interacts with transparent huge pages on Linux.
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Tue Apr 16 17:29:58 GMT 2024
    - 13.5K bytes
    - Viewed (0)
  3. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_SCA = 24583
    pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_SCA ideal-int
    pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_SECTRA = 34523
    pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_SECTRA ideal-int
    pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_SECUREDATA = 34669
    pkg syscall (netbsd-arm64-cgo), const ETHERTYPE_SECUREDATA ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  4. src/archive/tar/reader_test.go

    		"../foo",
    		"/foo",
    		"a/b/../../../c",
    	} {
    		var buf bytes.Buffer
    		tw := NewWriter(&buf)
    		tw.WriteHeader(&Header{
    			Name: path,
    		})
    		const securePath = "secure"
    		tw.WriteHeader(&Header{
    			Name: securePath,
    		})
    		tw.Close()
    
    		tr := NewReader(&buf)
    		h, err := tr.Next()
    		if err != ErrInsecurePath {
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Mon Nov 21 21:14:38 GMT 2022
    - 47.1K bytes
    - Viewed (0)
  5. api/go1.txt

    pkg debug/macho, type Nlist32 struct, Sect uint8
    pkg debug/macho, type Nlist32 struct, Type uint8
    pkg debug/macho, type Nlist32 struct, Value uint32
    pkg debug/macho, type Nlist64 struct
    pkg debug/macho, type Nlist64 struct, Desc uint16
    pkg debug/macho, type Nlist64 struct, Name uint32
    pkg debug/macho, type Nlist64 struct, Sect uint8
    pkg debug/macho, type Nlist64 struct, Type uint8
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  6. src/cmd/asm/internal/flags/flags.go

    	SymABIs    = flag.Bool("gensymabis", false, "write symbol ABI information to output file, don't assemble")
    	Importpath = flag.String("p", obj.UnlinkablePkg, "set expected package import to path")
    	Spectre    = flag.String("spectre", "", "enable spectre mitigations in `list` (all, ret)")
    )
    
    var DebugFlags struct {
    	MayMoreStack string `help:"call named function before all stack growth checks"`
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Aug 22 19:18:23 GMT 2023
    - 2.8K bytes
    - Viewed (0)
  7. api/go1.1.txt

    pkg syscall (netbsd-386), const ETHERTYPE_RETIX = 33010
    pkg syscall (netbsd-386), const ETHERTYPE_REVARP = 32821
    pkg syscall (netbsd-386), const ETHERTYPE_SCA = 24583
    pkg syscall (netbsd-386), const ETHERTYPE_SECTRA = 34523
    pkg syscall (netbsd-386), const ETHERTYPE_SECUREDATA = 34669
    pkg syscall (netbsd-386), const ETHERTYPE_SGITW = 33150
    pkg syscall (netbsd-386), const ETHERTYPE_SG_BOUNCE = 32790
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  8. src/cmd/asm/doc.go

    	-o file
    		Write output to file. The default is foo.o for /a/b/c/foo.s.
    	-p pkgpath
    		Set expected package import to pkgpath.
    	-shared
    		Generate code that can be linked into a shared library.
    	-spectre list
    		Enable spectre mitigations in list (all, ret).
    	-trimpath prefix
    		Remove prefix from recorded source file paths.
    	-v
    		Print debug output.
    
    Input language:
    
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Tue Aug 22 20:46:45 GMT 2023
    - 1.8K bytes
    - Viewed (0)
  9. api/go1.2.txt

    pkg syscall (netbsd-386), const ETHERTYPE_RETIX ideal-int
    pkg syscall (netbsd-386), const ETHERTYPE_REVARP ideal-int
    pkg syscall (netbsd-386), const ETHERTYPE_SCA ideal-int
    pkg syscall (netbsd-386), const ETHERTYPE_SECTRA ideal-int
    pkg syscall (netbsd-386), const ETHERTYPE_SECUREDATA ideal-int
    pkg syscall (netbsd-386), const ETHERTYPE_SGITW ideal-int
    pkg syscall (netbsd-386), const ETHERTYPE_SG_BOUNCE ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
Back to top