Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 189 for Header (0.5 sec)

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

    	Openbsddynld   string
    	Dragonflydynld string
    	Solarisdynld   string
    
    	Reloc1    func(*Link, *OutBuf, *loader.Loader, loader.Sym, loader.ExtReloc, int, int64) bool
    	RelocSize uint32 // size of an ELF relocation record, must match Reloc1.
    	SetupPLT  func(ctxt *Link, ldr *loader.Loader, plt, gotplt *loader.SymbolBuilder, dynamic loader.Sym)
    
    	// DynamicReadOnly can be set to true to make the .dynamic
    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/vendor/github.com/google/pprof/internal/driver/html/stacks.html

    <!DOCTYPE html>
    <html>
    <head>
      <meta charset="utf-8">
      <title>{{.Title}}</title>
      {{template "css" .}}
      {{template "stacks_css"}}
    </head>
    <body>
      {{template "header" .}}
      <div id="stack-holder">
        <div id="stack-chart"></div>
        <div id="current-details"></div>
      </div>
      <div id="action-menu" class="submenu">
        <span id="action-title"></span>
        <hr>
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 1K bytes
    - Viewed (0)
  3. src/cmd/vendor/github.com/google/pprof/profile/legacy_java_profile.go

    // data. b is the profile bytes after the header.
    func parseJavaProfile(b []byte) (*Profile, error) {
    	h := bytes.SplitAfterN(b, []byte("\n"), 2)
    	if len(h) < 2 {
    		return nil, errUnrecognized
    	}
    
    	p := &Profile{
    		PeriodType: &ValueType{},
    	}
    	header := string(bytes.TrimSpace(h[0]))
    
    	var err error
    	var pType string
    	switch header {
    	case "--- heapz 1 ---":
    		pType = "heap"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 16 15:19:53 UTC 2024
    - 8.8K bytes
    - Viewed (0)
  4. src/cmd/vendor/github.com/google/pprof/internal/elfexec/elfexec.go

    				continue
    			}
    			headers = append(headers, p)
    		}
    	}
    	return headers
    }
    
    // HeaderForFileOffset attempts to identify a unique program header that
    // includes the given file offset. It returns an error if it cannot identify a
    // unique header.
    func HeaderForFileOffset(headers []*elf.ProgHeader, fileOffset uint64) (*elf.ProgHeader, error) {
    	var ph *elf.ProgHeader
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/mod/sumdb/server.go

    			http.Error(w, err.Error(), http.StatusInternalServerError)
    			return
    		}
    		w.Header().Set("Content-Type", "text/plain; charset=UTF-8")
    		w.Write(msg)
    		w.Write(signed)
    
    	case r.URL.Path == "/latest":
    		data, err := s.ops.Signed(ctx)
    		if err != nil {
    			http.Error(w, err.Error(), http.StatusInternalServerError)
    			return
    		}
    		w.Header().Set("Content-Type", "text/plain; charset=UTF-8")
    		w.Write(data)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jul 12 20:38:21 UTC 2023
    - 4.9K bytes
    - Viewed (0)
  6. src/cmd/internal/pgo/serialize.go

    //
    // FromSerialized can parse the format back to Profile.
    //
    // WriteTo implements io.WriterTo.Write.
    func (d *Profile) WriteTo(w io.Writer) (int64, error) {
    	bw := bufio.NewWriter(w)
    
    	var written int64
    
    	// Header
    	n, err := bw.WriteString(serializationHeader)
    	written += int64(n)
    	if err != nil {
    		return written, err
    	}
    
    	for _, edge := range d.NamedEdgeMap.ByWeight {
    		weight := d.NamedEdgeMap.Weight[edge]
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 27 20:20:01 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/ssa/loopreschedchecks.go

    		// join, and branches targeting join must instead target
    		// the header, and the other phi functions within header are
    		// adjusted for the additional input.
    
    		test := f.NewBlock(BlockIf)
    		sched := f.NewBlock(BlockPlain)
    
    		test.Pos = bb.Pos
    		sched.Pos = bb.Pos
    
    		// if sp < g.limit { goto sched }
    		// goto header
    
    		cfgtypes := &f.Config.Types
    		pt := cfgtypes.Uintptr
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 22 21:17:10 UTC 2023
    - 16K bytes
    - Viewed (0)
  8. src/cmd/link/internal/ld/xcoff.go

    	// of zeros are necessary.
    }
    
    // Xcoffadddynrel adds a dynamic relocation in a XCOFF file.
    // This relocation will be made by the loader.
    func Xcoffadddynrel(target *Target, ldr *loader.Loader, syms *ArchSyms, s loader.Sym, r loader.Reloc, rIdx int) bool {
    	if target.IsExternal() {
    		return true
    	}
    	if ldr.SymType(s) <= sym.SPCLNTAB {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 01 19:58:23 UTC 2023
    - 51.8K bytes
    - Viewed (0)
  9. src/cmd/go/internal/vcweb/git.go

    		"GIT_HTTP_EXPORT_ALL=1",
    	)
    
    	handler := http.HandlerFunc(func(w http.ResponseWriter, req *http.Request) {
    		// The Git client sends the requested Git protocol version as a
    		// "Git-Protocol" HTTP request header, which the CGI host then converts
    		// to an environment variable (HTTP_GIT_PROTOCOL).
    		//
    		// However, versions of Git older that 2.34.0 don't recognize the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Dec 14 19:46:23 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  10. src/cmd/cgo/internal/testcarchive/carchive_test.go

    }
    
    // genHeader writes a C header file for the C-exported declarations found in .go
    // source files in dir.
    //
    // TODO(golang.org/issue/35715): This should be simpler.
    func genHeader(t *testing.T, header, dir string) {
    	t.Helper()
    
    	// The 'cgo' command generates a number of additional artifacts,
    	// but we're only interested in the header.
    	// Shunt the rest of the outputs to a temporary directory.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 12 00:43:51 UTC 2023
    - 34.8K bytes
    - Viewed (0)
Back to top