Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 146 for dwarf (0.07 sec)

  1. src/cmd/link/internal/arm64/l.go

    // THE SOFTWARE.
    
    const (
    	maxAlign  = 32 // max data alignment
    	minAlign  = 1  // min data alignment
    	funcAlign = 16
    )
    
    /* Used by ../internal/ld/dwarf.go */
    const (
    	dwarfRegSP = 31
    	dwarfRegLR = 30
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 04 07:25:06 UTC 2020
    - 3.5K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/ssa/testdata/hist.go

    // Copyright 2017 The Go Authors. All rights reserved.
    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // This is the input program for an end-to-end test of the DWARF produced
    // by the compiler. It is compiled with various flags, then the resulting
    // binary is "debugged" under the control of a harness.  Because the compile+debug
    // step is time-consuming, the tests for different bugs are all accumulated here
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 23 18:05:07 UTC 2018
    - 2.4K bytes
    - Viewed (0)
  3. src/cmd/link/internal/ppc64/l.go

    // THE SOFTWARE.
    
    const (
    	maxAlign  = 32 // max data alignment
    	minAlign  = 1  // min data alignment
    	funcAlign = 16
    )
    
    /* Used by ../internal/ld/dwarf.go */
    const (
    	dwarfRegSP = 1
    	dwarfRegLR = 65
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 04 07:25:06 UTC 2020
    - 3.5K bytes
    - Viewed (0)
  4. src/cmd/link/internal/s390x/l.go

    // THE SOFTWARE.
    
    const (
    	maxAlign  = 32 // max data alignment
    	minAlign  = 2  // min data alignment
    	funcAlign = 16
    )
    
    /* Used by ../internal/ld/dwarf.go */
    const (
    	dwarfRegSP = 15
    	dwarfRegLR = 14
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 04 07:25:06 UTC 2020
    - 3.5K bytes
    - Viewed (0)
  5. src/debug/elf/file.go

    		if err != nil {
    			return nil, err
    		}
    		dat[suffix] = b
    	}
    
    	d, err := dwarf.New(dat["abbrev"], nil, nil, dat["info"], dat["line"], nil, dat["ranges"], dat["str"])
    	if err != nil {
    		return nil, err
    	}
    
    	// Look for DWARF4 .debug_types sections and DWARF5 sections.
    	for i, s := range f.Sections {
    		suffix := dwarfSuffix(s)
    		if suffix == "" {
    			continue
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 23 16:49:58 UTC 2024
    - 43.1K bytes
    - Viewed (0)
  6. src/go/internal/gccgoimporter/gccgoinstallation_test.go

    	"crypto/rc4",
    	"crypto/rsa",
    	"crypto/sha1",
    	"crypto/sha256",
    	"crypto/sha512",
    	"crypto/subtle",
    	"crypto/tls",
    	"crypto/x509",
    	"crypto/x509/pkix",
    	"database/sql/driver",
    	"database/sql",
    	"debug/dwarf",
    	"debug/elf",
    	"debug/gosym",
    	"debug/macho",
    	"debug/pe",
    	"encoding/ascii85",
    	"encoding/asn1",
    	"encoding/base32",
    	"encoding/base64",
    	"encoding/binary",
    	"encoding/csv",
    	"encoding/gob",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Feb 21 02:25:41 UTC 2021
    - 4K bytes
    - Viewed (0)
  7. test/stress/parsego.go

    	"crypto/sha256",
    	"crypto/sha512",
    	"crypto/subtle",
    	"crypto/tls",
    	"crypto/x509",
    	"crypto/x509/pkix",
    	"database",
    	"database/sql",
    	"database/sql/driver",
    	"debug",
    	"debug/dwarf",
    	"debug/elf",
    	"debug/gosym",
    	"debug/macho",
    	"debug/pe",
    	"encoding",
    	"encoding/ascii85",
    	"encoding/asn1",
    	"encoding/base32",
    	"encoding/base64",
    	"encoding/binary",
    	"encoding/csv",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 02 13:43:18 UTC 2016
    - 4.1K bytes
    - Viewed (0)
  8. src/cmd/dist/buildtool.go

    	"cmp",
    	"cmd/asm",
    	"cmd/asm/internal/...",
    	"cmd/cgo",
    	"cmd/compile",
    	"cmd/compile/internal/...",
    	"cmd/internal/archive",
    	"cmd/internal/bio",
    	"cmd/internal/codesign",
    	"cmd/internal/dwarf",
    	"cmd/internal/edit",
    	"cmd/internal/gcprog",
    	"cmd/internal/goobj",
    	"cmd/internal/notsha256",
    	"cmd/internal/obj/...",
    	"cmd/internal/objabi",
    	"cmd/internal/pgo",
    	"cmd/internal/pkgpath",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 09 23:29:41 UTC 2024
    - 11.5K bytes
    - Viewed (0)
  9. src/cmd/link/internal/mips64/l.go

    // THE SOFTWARE.
    
    const (
    	maxAlign  = 32 // max data alignment
    	minAlign  = 1  // min data alignment
    	funcAlign = 8
    )
    
    /* Used by ../internal/ld/dwarf.go */
    const (
    	dwarfRegSP = 29
    	dwarfRegLR = 31
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 04 07:25:06 UTC 2020
    - 3.5K bytes
    - Viewed (0)
  10. src/cmd/link/internal/ld/main.go

    	flag.Var(&flagExtld, "extld", "use `linker` when linking in external mode")
    	flag.Var(&flagExtldflags, "extldflags", "pass `flags` to external linker")
    	flag.Var(&flagW, "w", "disable DWARF generation")
    }
    
    // Flags used by the linker. The exported flags are used by the architecture-specific packages.
    var (
    	flagBuildid = flag.String("buildid", "", "record `id` as Go toolchain build id")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 16:59:50 UTC 2024
    - 16.6K bytes
    - Viewed (0)
Back to top