go/src/debug/macho/macho.go

type FileHeader

const fileHeaderSize32

const fileHeaderSize64

const Magic32

const Magic64

const MagicFat

type Type

const TypeObj

const TypeExec

const TypeDylib

const TypeBundle

var typeStrings

func (t Type) String() string   {}

func (t Type) GoString() string {}

type Cpu

const cpuArch64

const Cpu386

const CpuAmd64

const CpuArm

const CpuArm64

const CpuPpc

const CpuPpc64

var cpuStrings

func (i Cpu) String() string   {}

func (i Cpu) GoString() string {}

type LoadCmd

const LoadCmdSegment

const LoadCmdSymtab

const LoadCmdThread

const LoadCmdUnixThread

const LoadCmdDysymtab

const LoadCmdDylib

const LoadCmdDylinker

const LoadCmdSegment64

const LoadCmdRpath

var cmdStrings

func (i LoadCmd) String() string   {}

func (i LoadCmd) GoString() string {}

type Segment32

type Segment64

type SymtabCmd

type DysymtabCmd

type DylibCmd

type RpathCmd

type Thread

const FlagNoUndefs

const FlagIncrLink

const FlagDyldLink

const FlagBindAtLoad

const FlagPrebound

const FlagSplitSegs

const FlagLazyInit

const FlagTwoLevel

const FlagForceFlat

const FlagNoMultiDefs

const FlagNoFixPrebinding

const FlagPrebindable

const FlagAllModsBound

const FlagSubsectionsViaSymbols

const FlagCanonical

const FlagWeakDefines

const FlagBindsToWeak

const FlagAllowStackExecution

const FlagRootSafe

const FlagSetuidSafe

const FlagNoReexportedDylibs

const FlagPIE

const FlagDeadStrippableDylib

const FlagHasTLVDescriptors

const FlagNoHeapExecution

const FlagAppExtensionSafe

type Section32

type Section64

type Nlist32

type Nlist64

type Regs386

type RegsAMD64

type intName

func stringName(i uint32, names []intName, goSyntax bool) string {}