gotools/cmd/splitdwarf/internal/macho/macho.go

type FileHeader

func (h *FileHeader) Put(b []byte, o binary.ByteOrder) int {}

const fileHeaderSize32

const fileHeaderSize64

const Magic32

const Magic64

const MagicFat

type HdrFlags

type SegFlags

type SecFlags

type HdrType

const MhObject

const MhExecute

const MhCore

const MhDylib

const MhBundle

const MhDsym

var typeStrings

func (t HdrType) String() string   {}

func (t HdrType) 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

func (c LoadCmd) Command() LoadCmd {}

const LcSegment

const LcSymtab

const LcThread

const LcUnixthread

const LcDysymtab

const LcDylib

const LcIdDylib

const LcLoadDylinker

const LcIdDylinker

const LcSegment64

const LcUuid

const LcCodeSignature

const LcSegmentSplitInfo

const LcRpath

const LcEncryptionInfo

const LcDyldInfo

const LcDyldInfoOnly

const LcVersionMinMacosx

const LcVersionMinIphoneos

const LcFunctionStarts

const LcDyldEnvironment

const LcMain

const LcDataInCode

const LcSourceVersion

const LcDylibCodeSignDrs

const LcEncryptionInfo64

const LcVersionMinTvos

const LcVersionMinWatchos

var cmdStrings

func (i LoadCmd) String() string   {}

func (i LoadCmd) GoString() string {}

type Segment32

type Segment64

type SymtabCmd

type DysymtabCmd

type DylibCmd

type DylinkerCmd

type RpathCmd

type Thread

type DyldInfoCmd

type LinkEditDataCmd

type EncryptionInfoCmd

type UuidCmd

type EntryPointCmd

type NoteCmd

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

func (n *Nlist64) Put64(b []byte, o binary.ByteOrder) uint32 {}

func (n *Nlist64) Put32(b []byte, o binary.ByteOrder) uint32 {}

type Regs386

type RegsAMD64

type intName

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