Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for FatArchHeader (0.14 sec)

  1. src/debug/macho/fat.go

    	Arches []FatArch
    	closer io.Closer
    }
    
    // A FatArchHeader represents a fat header for a specific image architecture.
    type FatArchHeader struct {
    	Cpu    Cpu
    	SubCpu uint32
    	Offset uint32
    	Size   uint32
    	Align  uint32
    }
    
    const fatArchHeaderSize = 5 * 4
    
    // A FatArch is a Mach-O File inside a FatFile.
    type FatArch struct {
    	FatArchHeader
    	*File
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 18 19:33:30 UTC 2023
    - 4.1K bytes
    - Viewed (0)
  2. api/go1.3.txt

    pkg debug/macho, type FatArch struct, embedded FatArchHeader
    pkg debug/macho, type FatArchHeader struct
    pkg debug/macho, type FatArchHeader struct, Align uint32
    pkg debug/macho, type FatArchHeader struct, Cpu Cpu
    pkg debug/macho, type FatArchHeader struct, Offset uint32
    pkg debug/macho, type FatArchHeader struct, Size uint32
    pkg debug/macho, type FatArchHeader struct, SubCpu uint32
    pkg debug/macho, type FatFile struct
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 02 02:45:00 UTC 2014
    - 117K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"ErrNotFat", Var, 3},
    		{"FatArch", Type, 3},
    		{"FatArch.FatArchHeader", Field, 3},
    		{"FatArch.File", Field, 3},
    		{"FatArchHeader", Type, 3},
    		{"FatArchHeader.Align", Field, 3},
    		{"FatArchHeader.Cpu", Field, 3},
    		{"FatArchHeader.Offset", Field, 3},
    		{"FatArchHeader.Size", Field, 3},
    		{"FatArchHeader.SubCpu", Field, 3},
    		{"FatFile", Type, 3},
    		{"FatFile.Arches", Field, 3},
    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