Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for checkFoo (0.08 sec)

  1. src/cmd/internal/obj/arm64/asm7.go

    			}
    		}
    		pc += int64(m)
    
    		if o.flag&LFROM != 0 {
    			c.addpool(p, &p.From)
    		}
    		if o.flag&LTO != 0 {
    			c.addpool(p, &p.To)
    		}
    		if c.blitrl != nil {
    			c.checkpool(p)
    		}
    	}
    
    	c.cursym.Size = pc
    
    	/*
    	 * if any procedure is large enough to
    	 * generate a large SBRA branch, then
    	 * generate extra passes putting branches
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 15:44:14 UTC 2024
    - 201.1K bytes
    - Viewed (0)
  2. src/cmd/go/internal/load/pkg.go

    	// produced in build.(*Context).Import; modload.AmbiguousImportError,
    	// and modload.PackageNotInModuleError; and the malformed module path errors
    	// produced in golang.org/x/mod/module.CheckMod) implement an interface
    	// to make it easier to check for them? That would save us from having to
    	// move the modload errors into this package to avoid a package import cycle,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 28 17:00:51 UTC 2024
    - 120K bytes
    - Viewed (0)
Back to top