Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for CpuArm (0.1 sec)

  1. src/cmd/vendor/github.com/google/pprof/internal/binutils/binutils.go

    	switch runtime.GOARCH {
    	case "386":
    		arch = macho.Cpu386
    	case "amd64", "amd64p32":
    		arch = macho.CpuAmd64
    	case "arm", "armbe", "arm64", "arm64be":
    		arch = macho.CpuArm
    	case "ppc":
    		arch = macho.CpuPpc
    	case "ppc64", "ppc64le":
    		arch = macho.CpuPpc64
    	default:
    		return nil, fmt.Errorf("unsupported host architecture for %s: %s", name, runtime.GOARCH)
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 22.3K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"ARM_RELOC_VANILLA", Const, 10},
    		{"ARM_THUMB_32BIT_BRANCH", Const, 10},
    		{"ARM_THUMB_RELOC_BR22", Const, 10},
    		{"Cpu", Type, 0},
    		{"Cpu386", Const, 0},
    		{"CpuAmd64", Const, 0},
    		{"CpuArm", Const, 3},
    		{"CpuArm64", Const, 11},
    		{"CpuPpc", Const, 3},
    		{"CpuPpc64", Const, 3},
    		{"Dylib", Type, 0},
    		{"Dylib.CompatVersion", Field, 0},
    		{"Dylib.CurrentVersion", Field, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
Back to top