Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 42 of 42 for comp (0.07 sec)

  1. src/cmd/link/internal/loader/loader.go

    	pp := l.payloads[pi]
    	pp.kind = skind
    	pp.ver = sver
    	pp.size = int64(osym.Siz())
    	pp.objidx = r.objidx
    
    	// If this is a def, then copy the guts. We expect this case
    	// to be very rare (one case it may come up is with -X).
    	if li < uint32(r.NAlldef()) {
    
    		// Copy relocations
    		relocs := l.Relocs(symIdx)
    		pp.relocs = make([]goobj.Reloc, relocs.Count())
    		for i := range pp.relocs {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 20:26:10 UTC 2024
    - 81.5K bytes
    - Viewed (0)
  2. src/cmd/vendor/github.com/ianlancetaylor/demangle/demangle.go

    			// This can only happen if we saw
    			// <unscoped-template-name> and are about to see
    			// <template-args>.  <unscoped-template-name> is a
    			// substitution candidate if it did not come from a
    			// substitution.
    			if !subst {
    				st.subs.add(a)
    			}
    			args := st.templateArgs()
    			tmpl := &Template{Name: a, Args: args}
    			if isCast {
    				st.setTemplate(a, tmpl)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 94.1K bytes
    - Viewed (0)
Back to top