Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Cpu386 (0.05 sec)

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

    	// TODO: This is not ideal because the host architecture may not be the one
    	// that was profiled. E.g. an amd64 host can profile a 386 program.
    	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
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 22.3K bytes
    - Viewed (0)
Back to top