pkg debug/elf, const R_X86_64_DTPOFF64 R_X86_64
pkg debug/elf, const R_X86_64_GLOB_DAT R_X86_64
pkg debug/elf, const R_X86_64_GOT32 R_X86_64
pkg debug/elf, const R_X86_64_GOTPCREL R_X86_64
pkg debug/elf, const R_X86_64_GOTTPOFF R_X86_64
pkg debug/elf, const R_X86_64_JMP_SLOT R_X86_64
pkg debug/elf, const R_X86_64_NONE R_X86_64
pkg debug/elf, const R_X86_64_PC16 R_X86_64
pkg debug/elf, const R_X86_64_PC32 R_X86_64
pkg debug/elf, const R_X86_64_PC8 R_X86_64
pkg debug/elf, const R_X86_64_PLT32 R_X86_64
pkg debug/elf, const R_X86_64_RELATIVE R_X86_64
pkg debug/elf, const R_X86_64_TLSGD R_X86_64
pkg debug/elf, const R_X86_64_TLSLD R_X86_64
pkg debug/elf, const R_X86_64_TPOFF32 R_X86_64
pkg debug/elf, const R_X86_64_TPOFF64 R_X86_64
pkg debug/elf, const SHF_ALLOC SectionFlag
pkg debug/elf, const SHF_EXECINSTR SectionFlag
pkg debug/elf, const SHF_GROUP SectionFlag
pkg debug/elf, const SHF_INFO_LINK SectionFlag
pkg debug/elf, const SHF_LINK_ORDER SectionFlag
pkg debug/elf, const SHF_MASKOS SectionFlag
pkg debug/elf, const SHF_MASKPROC SectionFlag
pkg debug/elf, const SHF_MERGE SectionFlag
pkg debug/elf, const SHF_OS_NONCONFORMING SectionFlag
pkg debug/elf, const SHF_STRINGS SectionFlag
pkg debug/elf, const SHF_TLS SectionFlag
pkg debug/elf, const SHF_WRITE SectionFlag
pkg debug/elf, const SHN_ABS SectionIndex
pkg debug/elf, const SHN_COMMON SectionIndex
pkg debug/elf, const SHN_HIOS SectionIndex
pkg debug/elf, const SHN_HIPROC SectionIndex
pkg debug/elf, const SHN_HIRESERVE SectionIndex
pkg debug/elf, const SHN_LOOS SectionIndex
pkg debug/elf, const SHN_LOPROC SectionIndex
pkg debug/elf, const SHN_LORESERVE SectionIndex
pkg debug/elf, const SHN_UNDEF SectionIndex
pkg debug/elf, const SHN_XINDEX SectionIndex
pkg debug/elf, const SHT_DYNAMIC SectionType
pkg debug/elf, const SHT_DYNSYM SectionType
pkg debug/elf, const SHT_FINI_ARRAY SectionType
pkg debug/elf, const SHT_GNU_ATTRIBUTES SectionType
pkg debug/elf, const SHT_GNU_HASH SectionType
pkg debug/elf, const SHT_GNU_LIBLIST SectionType
pkg debug/elf, const SHT_GNU_VERDEF SectionType
pkg debug/elf, const SHT_GNU_VERNEED SectionType
pkg debug/elf, const SHT_GNU_VERSYM SectionType
pkg debug/elf, const SHT_GROUP SectionType
pkg debug/elf, const SHT_HASH SectionType
pkg debug/elf, const SHT_HIOS SectionType
pkg debug/elf, const SHT_HIPROC SectionType
pkg debug/elf, const SHT_HIUSER SectionType
pkg debug/elf, const SHT_INIT_ARRAY SectionType
pkg debug/elf, const SHT_LOOS SectionType
pkg debug/elf, const SHT_LOPROC SectionType
pkg debug/elf, const SHT_LOUSER SectionType
pkg debug/elf, const SHT_NOBITS SectionType
pkg debug/elf, const SHT_NOTE SectionType
pkg debug/elf, const SHT_NULL SectionType
pkg debug/elf, const SHT_PREINIT_ARRAY SectionType
pkg debug/elf, const SHT_PROGBITS SectionType
pkg debug/elf, const SHT_REL SectionType
pkg debug/elf, const SHT_RELA SectionType
pkg debug/elf, const SHT_SHLIB SectionType
pkg debug/elf, const SHT_STRTAB SectionType
pkg debug/elf, const SHT_SYMTAB SectionType
pkg debug/elf, const SHT_SYMTAB_SHNDX SectionType
pkg debug/elf, const STB_GLOBAL SymBind
pkg debug/elf, const STB_HIOS SymBind
pkg debug/elf, const STB_HIPROC SymBind
pkg debug/elf, const STB_LOCAL SymBind
pkg debug/elf, const STB_LOOS SymBind
pkg debug/elf, const STB_LOPROC SymBind
pkg debug/elf, const STB_WEAK SymBind
pkg debug/elf, const STT_COMMON SymType
pkg debug/elf, const STT_FILE SymType
pkg debug/elf, const STT_FUNC SymType
pkg debug/elf, const STT_HIOS SymType
pkg debug/elf, const STT_HIPROC SymType
pkg debug/elf, const STT_LOOS SymType
pkg debug/elf, const STT_LOPROC SymType
pkg debug/elf, const STT_NOTYPE SymType
pkg debug/elf, const STT_OBJECT SymType
pkg debug/elf, const STT_SECTION SymType
pkg debug/elf, const STT_TLS SymType
pkg debug/elf, const STV_DEFAULT SymVis
pkg debug/elf, const STV_HIDDEN SymVis
pkg debug/elf, const STV_INTERNAL SymVis
pkg debug/elf, const STV_PROTECTED SymVis
pkg debug/elf, const Sym32Size ideal-int
pkg debug/elf, const Sym64Size ideal-int
pkg debug/elf, func NewFile(io.ReaderAt) (*File, error)
pkg debug/elf, func Open(string) (*File, error)
pkg debug/elf, func R_INFO(uint32, uint32) uint64
pkg debug/elf, func R_INFO32(uint32, uint32) uint32
pkg debug/elf, func R_SYM32(uint32) uint32
pkg debug/elf, func R_SYM64(uint64) uint32
pkg debug/elf, func R_TYPE32(uint32) uint32
pkg debug/elf, func R_TYPE64(uint64) uint32
pkg debug/elf, func ST_BIND(uint8) SymBind
pkg debug/elf, func ST_INFO(SymBind, SymType) uint8
pkg debug/elf, func ST_TYPE(uint8) SymType
pkg debug/elf, func ST_VISIBILITY(uint8) SymVis
pkg debug/elf, method (*File) Close() error
pkg debug/elf, method (*File) DWARF() (*dwarf.Data, error)
pkg debug/elf, method (*File) ImportedLibraries() ([]string, error)
pkg debug/elf, method (*File) ImportedSymbols() ([]ImportedSymbol, error)
pkg debug/elf, method (*File) Section(string) *Section
pkg debug/elf, method (*File) SectionByType(SectionType) *Section
pkg debug/elf, method (*File) Symbols() ([]Symbol, error)
pkg debug/elf, method (*FormatError) Error() string
pkg debug/elf, method (*Prog) Open() io.ReadSeeker
pkg debug/elf, method (*Section) Data() ([]uint8, error)
pkg debug/elf, method (*Section) Open() io.ReadSeeker
pkg debug/elf, method (Class) GoString() string
pkg debug/elf, method (Class) String() string
pkg debug/elf, method (Data) GoString() string
pkg debug/elf, method (Data) String() string
pkg debug/elf, method (DynFlag) GoString() string
pkg debug/elf, method (DynFlag) String() string
pkg debug/elf, method (DynTag) GoString() string
pkg debug/elf, method (DynTag) String() string
pkg debug/elf, method (Machine) GoString() string
pkg debug/elf, method (Machine) String() string
pkg debug/elf, method (NType) GoString() string
pkg debug/elf, method (NType) String() string
pkg debug/elf, method (OSABI) GoString() string
pkg debug/elf, method (OSABI) String() string
pkg debug/elf, method (Prog) ReadAt([]uint8, int64) (int, error)
pkg debug/elf, method (ProgFlag) GoString() string
pkg debug/elf, method (ProgFlag) String() string
pkg debug/elf, method (ProgType) GoString() string
pkg debug/elf, method (ProgType) String() string
pkg debug/elf, method (R_386) GoString() string
pkg debug/elf, method (R_386) String() string
pkg debug/elf, method (R_ALPHA) GoString() string
pkg debug/elf, method (R_ALPHA) String() string
pkg debug/elf, method (R_ARM) GoString() string
pkg debug/elf, method (R_ARM) String() string
pkg debug/elf, method (R_PPC) GoString() string
pkg debug/elf, method (R_PPC) String() string
pkg debug/elf, method (R_SPARC) GoString() string
pkg debug/elf, method (R_SPARC) String() string
pkg debug/elf, method (R_X86_64) GoString() string
pkg debug/elf, method (R_X86_64) String() string
pkg debug/elf, method (Section) ReadAt([]uint8, int64) (int, error)
pkg debug/elf, method (SectionFlag) GoString() string
pkg debug/elf, method (SectionFlag) String() string
pkg debug/elf, method (SectionIndex) GoString() string
pkg debug/elf, method (SectionIndex) String() string
pkg debug/elf, method (SectionType) GoString() string
pkg debug/elf, method (SectionType) String() string
pkg debug/elf, method (SymBind) GoString() string
pkg debug/elf, method (SymBind) String() string
pkg debug/elf, method (SymType) GoString() string
pkg debug/elf, method (SymType) String() string
pkg debug/elf, method (SymVis) GoString() string
pkg debug/elf, method (SymVis) String() string
pkg debug/elf, method (Type) GoString() string
pkg debug/elf, method (Type) String() string
pkg debug/elf, method (Version) GoString() string
pkg debug/elf, method (Version) String() string
pkg debug/elf, type Class uint8
pkg debug/elf, type Data uint8
pkg debug/elf, type Dyn32 struct
pkg debug/elf, type Dyn32 struct, Tag int32
pkg debug/elf, type Dyn32 struct, Val uint32
pkg debug/elf, type Dyn64 struct
pkg debug/elf, type Dyn64 struct, Tag int64
pkg debug/elf, type Dyn64 struct, Val uint64
pkg debug/elf, type DynFlag int
pkg debug/elf, type DynTag int
pkg debug/elf, type File struct
pkg debug/elf, type File struct, Progs []*Prog
pkg debug/elf, type File struct, Sections []*Section
pkg debug/elf, type File struct, embedded FileHeader
pkg debug/elf, type FileHeader struct
pkg debug/elf, type FileHeader struct, ABIVersion uint8
pkg debug/elf, type FileHeader struct, ByteOrder binary.ByteOrder
pkg debug/elf, type FileHeader struct, Class Class
pkg debug/elf, type FileHeader struct, Data Data
pkg debug/elf, type FileHeader struct, Machine Machine
pkg debug/elf, type FileHeader struct, OSABI OSABI
pkg debug/elf, type FileHeader struct, Type Type
pkg debug/elf, type FileHeader struct, Version Version
pkg debug/elf, type FormatError struct
pkg debug/elf, type Header32 struct
pkg debug/elf, type Header32 struct, Ehsize uint16
pkg debug/elf, type Header32 struct, Entry uint32
pkg debug/elf, type Header32 struct, Flags uint32
pkg debug/elf, type Header32 struct, Ident [16]uint8
pkg debug/elf, type Header32 struct, Machine uint16
pkg debug/elf, type Header32 struct, Phentsize uint16
pkg debug/elf, type Header32 struct, Phnum uint16
pkg debug/elf, type Header32 struct, Phoff uint32
pkg debug/elf, type Header32 struct, Shentsize uint16
pkg debug/elf, type Header32 struct, Shnum uint16
pkg debug/elf, type Header32 struct, Shoff uint32
pkg debug/elf, type Header32 struct, Shstrndx uint16
pkg debug/elf, type Header32 struct, Type uint16
pkg debug/elf, type Header32 struct, Version uint32
pkg debug/elf, type Header64 struct
pkg debug/elf, type Header64 struct, Ehsize uint16
pkg debug/elf, type Header64 struct, Entry uint64
pkg debug/elf, type Header64 struct, Flags uint32
pkg debug/elf, type Header64 struct, Ident [16]uint8
pkg debug/elf, type Header64 struct, Machine uint16
pkg debug/elf, type Header64 struct, Phentsize uint16
pkg debug/elf, type Header64 struct, Phnum uint16
pkg debug/elf, type Header64 struct, Phoff uint64
pkg debug/elf, type Header64 struct, Shentsize uint16
pkg debug/elf, type Header64 struct, Shnum uint16
pkg debug/elf, type Header64 struct, Shoff uint64
pkg debug/elf, type Header64 struct, Shstrndx uint16
pkg debug/elf, type Header64 struct, Type uint16
pkg debug/elf, type Header64 struct, Version uint32
pkg debug/elf, type ImportedSymbol struct
pkg debug/elf, type ImportedSymbol struct, Library string
pkg debug/elf, type ImportedSymbol struct, Name string
pkg debug/elf, type ImportedSymbol struct, Version string
pkg debug/elf, type Machine uint16
pkg debug/elf, type NType int
pkg debug/elf, type OSABI uint8
pkg debug/elf, type Prog struct
pkg debug/elf, type Prog struct, embedded ProgHeader
pkg debug/elf, type Prog struct, embedded io.ReaderAt
pkg debug/elf, type Prog32 struct
pkg debug/elf, type Prog32 struct, Align uint32
pkg debug/elf, type Prog32 struct, Filesz uint32
pkg debug/elf, type Prog32 struct, Flags uint32
pkg debug/elf, type Prog32 struct, Memsz uint32
pkg debug/elf, type Prog32 struct, Off uint32
pkg debug/elf, type Prog32 struct, Paddr uint32
pkg debug/elf, type Prog32 struct, Type uint32
pkg debug/elf, type Prog32 struct, Vaddr uint32
pkg debug/elf, type Prog64 struct
pkg debug/elf, type Prog64 struct, Align uint64
pkg debug/elf, type Prog64 struct, Filesz uint64
pkg debug/elf, type Prog64 struct, Flags uint32
pkg debug/elf, type Prog64 struct, Memsz uint64
pkg debug/elf, type Prog64 struct, Off uint64
pkg debug/elf, type Prog64 struct, Paddr uint64
pkg debug/elf, type Prog64 struct, Type uint32
pkg debug/elf, type Prog64 struct, Vaddr uint64
pkg debug/elf, type ProgFlag uint32
pkg debug/elf, type ProgHeader struct
pkg debug/elf, type ProgHeader struct, Align uint64
pkg debug/elf, type ProgHeader struct, Filesz uint64
pkg debug/elf, type ProgHeader struct, Flags ProgFlag
pkg debug/elf, type ProgHeader struct, Memsz uint64
pkg debug/elf, type ProgHeader struct, Off uint64
pkg debug/elf, type ProgHeader struct, Paddr uint64
pkg debug/elf, type ProgHeader struct, Type ProgType
pkg debug/elf, type ProgHeader struct, Vaddr uint64
pkg debug/elf, type ProgType int
pkg debug/elf, type R_386 int
pkg debug/elf, type R_ALPHA int
pkg debug/elf, type R_ARM int
pkg debug/elf, type R_PPC int
pkg debug/elf, type R_SPARC int
pkg debug/elf, type R_X86_64 int
pkg debug/elf, type Rel32 struct
pkg debug/elf, type Rel32 struct, Info uint32
pkg debug/elf, type Rel32 struct, Off uint32
pkg debug/elf, type Rel64 struct
pkg debug/elf, type Rel64 struct, Info uint64
pkg debug/elf, type Rel64 struct, Off uint64
pkg debug/elf, type Rela32 struct
pkg debug/elf, type Rela32 struct, Addend int32
pkg debug/elf, type Rela32 struct, Info uint32
pkg debug/elf, type Rela32 struct, Off uint32
pkg debug/elf, type Rela64 struct
pkg debug/elf, type Rela64 struct, Addend int64
pkg debug/elf, type Rela64 struct, Info uint64
pkg debug/elf, type Rela64 struct, Off uint64
pkg debug/elf, type Section struct
pkg debug/elf, type Section struct, embedded SectionHeader
pkg debug/elf, type Section struct, embedded io.ReaderAt
pkg debug/elf, type Section32 struct
pkg debug/elf, type Section32 struct, Addr uint32
pkg debug/elf, type Section32 struct, Addralign uint32
pkg debug/elf, type Section32 struct, Entsize uint32
pkg debug/elf, type Section32 struct, Flags uint32
pkg debug/elf, type Section32 struct, Info uint32
pkg debug/elf, type Section32 struct, Link uint32
pkg debug/elf, type Section32 struct, Name uint32
pkg debug/elf, type Section32 struct, Off uint32
pkg debug/elf, type Section32 struct, Size uint32
pkg debug/elf, type Section32 struct, Type uint32
pkg debug/elf, type Section64 struct
pkg debug/elf, type Section64 struct, Addr uint64
pkg debug/elf, type Section64 struct, Addralign uint64
pkg debug/elf, type Section64 struct, Entsize uint64
pkg debug/elf, type Section64 struct, Flags uint64
pkg debug/elf, type Section64 struct, Info uint32
pkg debug/elf, type Section64 struct, Link uint32
pkg debug/elf, type Section64 struct, Name uint32
pkg debug/elf, type Section64 struct, Off uint64
pkg debug/elf, type Section64 struct, Size uint64
pkg debug/elf, type Section64 struct, Type uint32
pkg debug/elf, type SectionFlag uint32
pkg debug/elf, type SectionHeader struct
pkg debug/elf, type SectionHeader struct, Addr uint64
pkg debug/elf, type SectionHeader struct, Addralign uint64
pkg debug/elf, type SectionHeader struct, Entsize uint64
pkg debug/elf, type SectionHeader struct, Flags SectionFlag
pkg debug/elf, type SectionHeader struct, Info uint32
pkg debug/elf, type SectionHeader struct, Link uint32
pkg debug/elf, type SectionHeader struct, Name string
pkg debug/elf, type SectionHeader struct, Offset uint64
pkg debug/elf, type SectionHeader struct, Size uint64
pkg debug/elf, type SectionHeader struct, Type SectionType
pkg debug/elf, type SectionIndex int
pkg debug/elf, type SectionType uint32
pkg debug/elf, type Sym32 struct
pkg debug/elf, type Sym32 struct, Info uint8
pkg debug/elf, type Sym32 struct, Name uint32
pkg debug/elf, type Sym32 struct, Other uint8
pkg debug/elf, type Sym32 struct, Shndx uint16
pkg debug/elf, type Sym32 struct, Size uint32
pkg debug/elf, type Sym32 struct, Value uint32
pkg debug/elf, type Sym64 struct
pkg debug/elf, type Sym64 struct, Info uint8
pkg debug/elf, type Sym64 struct, Name uint32
pkg debug/elf, type Sym64 struct, Other uint8
pkg debug/elf, type Sym64 struct, Shndx uint16
pkg debug/elf, type Sym64 struct, Size uint64
pkg debug/elf, type Sym64 struct, Value uint64
pkg debug/elf, type SymBind int
pkg debug/elf, type SymType int
pkg debug/elf, type SymVis int
pkg debug/elf, type Symbol struct
pkg debug/elf, type Symbol struct, Info uint8
pkg debug/elf, type Symbol struct, Name string
pkg debug/elf, type Symbol struct, Other uint8
pkg debug/elf, type Symbol struct, Section SectionIndex
pkg debug/elf, type Symbol struct, Size uint64
pkg debug/elf, type Symbol struct, Value uint64
pkg debug/elf, type Type uint16
pkg debug/elf, type Version uint8
pkg debug/gosym, func NewLineTable([]uint8, uint64) *LineTable
pkg debug/gosym, func NewTable([]uint8, *LineTable) (*Table, error)
pkg debug/gosym, method (*DecodingError) Error() string
pkg debug/gosym, method (*LineTable) LineToPC(int, uint64) uint64
pkg debug/gosym, method (*LineTable) PCToLine(uint64) int
pkg debug/gosym, method (*Sym) BaseName() string
pkg debug/gosym, method (*Sym) PackageName() string
pkg debug/gosym, method (*Sym) ReceiverName() string
pkg debug/gosym, method (*Sym) Static() bool
pkg debug/gosym, method (*Table) LineToPC(string, int) (uint64, *Func, error)
pkg debug/gosym, method (*Table) LookupFunc(string) *Func
pkg debug/gosym, method (*Table) LookupSym(string) *Sym
pkg debug/gosym, method (*Table) PCToFunc(uint64) *Func
pkg debug/gosym, method (*Table) PCToLine(uint64) (string, int, *Func)
pkg debug/gosym, method (*Table) SymByAddr(uint64) *Sym
pkg debug/gosym, method (*UnknownLineError) Error() string
pkg debug/gosym, method (Func) BaseName() string
pkg debug/gosym, method (Func) PackageName() string
pkg debug/gosym, method (Func) ReceiverName() string
pkg debug/gosym, method (Func) Static() bool
pkg debug/gosym, method (UnknownFileError) Error() string
pkg debug/gosym, type DecodingError struct
pkg debug/gosym, type Func struct
pkg debug/gosym, type Func struct, End uint64
pkg debug/gosym, type Func struct, Entry uint64
pkg debug/gosym, type Func struct, FrameSize int
pkg debug/gosym, type Func struct, LineTable *LineTable
pkg debug/gosym, type Func struct, Locals []*Sym
pkg debug/gosym, type Func struct, Obj *Obj
pkg debug/gosym, type Func struct, Params []*Sym
pkg debug/gosym, type Func struct, embedded *Sym
pkg debug/gosym, type LineTable struct
pkg debug/gosym, type LineTable struct, Data []uint8
pkg debug/gosym, type LineTable struct, Line int
pkg debug/gosym, type LineTable struct, PC uint64
pkg debug/gosym, type Obj struct
pkg debug/gosym, type Obj struct, Funcs []Func
pkg debug/gosym, type Obj struct, Paths []Sym
pkg debug/gosym, type Sym struct
pkg debug/gosym, type Sym struct, Func *Func
pkg debug/gosym, type Sym struct, GoType uint64
pkg debug/gosym, type Sym struct, Name string
pkg debug/gosym, type Sym struct, Type uint8
pkg debug/gosym, type Sym struct, Value uint64
pkg debug/gosym, type Table struct
pkg debug/gosym, type Table struct, Files map[string]*Obj
pkg debug/gosym, type Table struct, Funcs []Func
pkg debug/gosym, type Table struct, Objs []Obj
pkg debug/gosym, type Table struct, Syms []Sym
pkg debug/gosym, type UnknownFileError string
pkg debug/gosym, type UnknownLineError struct
pkg debug/gosym, type UnknownLineError struct, File string
pkg debug/gosym, type UnknownLineError struct, Line int
pkg debug/macho, const Cpu386 Cpu
pkg debug/macho, const CpuAmd64 Cpu
pkg debug/macho, const LoadCmdDylib LoadCmd
pkg debug/macho, const LoadCmdDylinker LoadCmd
pkg debug/macho, const LoadCmdDysymtab LoadCmd
pkg debug/macho, const LoadCmdSegment LoadCmd
pkg debug/macho, const LoadCmdSegment64 LoadCmd
pkg debug/macho, const LoadCmdSymtab LoadCmd
pkg debug/macho, const LoadCmdThread LoadCmd
pkg debug/macho, const LoadCmdUnixThread LoadCmd
pkg debug/macho, const Magic32 uint32
pkg debug/macho, const Magic64 uint32
pkg debug/macho, const TypeExec Type
pkg debug/macho, const TypeObj Type
pkg debug/macho, func NewFile(io.ReaderAt) (*File, error)
pkg debug/macho, func Open(string) (*File, error)
pkg debug/macho, method (*File) Close() error
pkg debug/macho, method (*File) DWARF() (*dwarf.Data, error)
pkg debug/macho, method (*File) ImportedLibraries() ([]string, error)
pkg debug/macho, method (*File) ImportedSymbols() ([]string, error)
pkg debug/macho, method (*File) Section(string) *Section
pkg debug/macho, method (*File) Segment(string) *Segment
pkg debug/macho, method (*FormatError) Error() string
pkg debug/macho, method (*Section) Data() ([]uint8, error)
pkg debug/macho, method (*Section) Open() io.ReadSeeker
pkg debug/macho, method (*Segment) Data() ([]uint8, error)
pkg debug/macho, method (*Segment) Open() io.ReadSeeker
pkg debug/macho, method (Cpu) GoString() string
pkg debug/macho, method (Cpu) String() string
pkg debug/macho, method (Dylib) Raw() []uint8
pkg debug/macho, method (Dysymtab) Raw() []uint8
pkg debug/macho, method (LoadBytes) Raw() []uint8
pkg debug/macho, method (LoadCmd) GoString() string
pkg debug/macho, method (LoadCmd) String() string
pkg debug/macho, method (Section) ReadAt([]uint8, int64) (int, error)
pkg debug/macho, method (Segment) Raw() []uint8
pkg debug/macho, method (Segment) ReadAt([]uint8, int64) (int, error)
pkg debug/macho, method (Symtab) Raw() []uint8
pkg debug/macho, type Cpu uint32
pkg debug/macho, type Dylib struct
pkg debug/macho, type Dylib struct, CompatVersion uint32
pkg debug/macho, type Dylib struct, CurrentVersion uint32
pkg debug/macho, type Dylib struct, Name string
pkg debug/macho, type Dylib struct, Time uint32
pkg debug/macho, type Dylib struct, embedded LoadBytes
pkg debug/macho, type DylibCmd struct
pkg debug/macho, type DylibCmd struct, Cmd LoadCmd
pkg debug/macho, type DylibCmd struct, CompatVersion uint32
pkg debug/macho, type DylibCmd struct, CurrentVersion uint32
pkg debug/macho, type DylibCmd struct, Len uint32
pkg debug/macho, type DylibCmd struct, Name uint32
pkg debug/macho, type DylibCmd struct, Time uint32
pkg debug/macho, type Dysymtab struct
pkg debug/macho, type Dysymtab struct, IndirectSyms []uint32
pkg debug/macho, type Dysymtab struct, embedded DysymtabCmd
pkg debug/macho, type Dysymtab struct, embedded LoadBytes
pkg debug/macho, type DysymtabCmd struct
pkg debug/macho, type DysymtabCmd struct, Cmd LoadCmd
pkg debug/macho, type DysymtabCmd struct, Extrefsymoff uint32
pkg debug/macho, type DysymtabCmd struct, Extreloff uint32
pkg debug/macho, type DysymtabCmd struct, Iextdefsym uint32
pkg debug/macho, type DysymtabCmd struct, Ilocalsym uint32
pkg debug/macho, type DysymtabCmd struct, Indirectsymoff uint32
pkg debug/macho, type DysymtabCmd struct, Iundefsym uint32
pkg debug/macho, type DysymtabCmd struct, Len uint32
pkg debug/macho, type DysymtabCmd struct, Locreloff uint32
pkg debug/macho, type DysymtabCmd struct, Modtaboff uint32
pkg debug/macho, type DysymtabCmd struct, Nextdefsym uint32
pkg debug/macho, type DysymtabCmd struct, Nextrefsyms uint32
pkg debug/macho, type DysymtabCmd struct, Nextrel uint32
pkg debug/macho, type DysymtabCmd struct, Nindirectsyms uint32
pkg debug/macho, type DysymtabCmd struct, Nlocalsym uint32
pkg debug/macho, type DysymtabCmd struct, Nlocrel uint32
pkg debug/macho, type DysymtabCmd struct, Nmodtab uint32
pkg debug/macho, type DysymtabCmd struct, Ntoc uint32
pkg debug/macho, type DysymtabCmd struct, Nundefsym uint32
pkg debug/macho, type DysymtabCmd struct, Tocoffset uint32
pkg debug/macho, type File struct
pkg debug/macho, type File struct, ByteOrder binary.ByteOrder
pkg debug/macho, type File struct, Dysymtab *Dysymtab
pkg debug/macho, type File struct, Loads []Load
pkg debug/macho, type File struct, Sections []*Section
pkg debug/macho, type File struct, Symtab *Symtab
pkg debug/macho, type File struct, embedded FileHeader
pkg debug/macho, type FileHeader struct
pkg debug/macho, type FileHeader struct, Cmdsz uint32
pkg debug/macho, type FileHeader struct, Cpu Cpu
pkg debug/macho, type FileHeader struct, Flags uint32
pkg debug/macho, type FileHeader struct, Magic uint32
pkg debug/macho, type FileHeader struct, Ncmd uint32
pkg debug/macho, type FileHeader struct, SubCpu uint32
pkg debug/macho, type FileHeader struct, Type Type
pkg debug/macho, type FormatError struct
pkg debug/macho, type Load interface { Raw }
pkg debug/macho, type Load interface, Raw() []uint8
pkg debug/macho, type LoadBytes []uint8
pkg debug/macho, type LoadCmd uint32
pkg debug/macho, type Nlist32 struct
pkg debug/macho, type Nlist32 struct, Desc uint16
pkg debug/macho, type Nlist32 struct, Name uint32
pkg debug/macho, type Nlist32 struct, Sect uint8
pkg debug/macho, type Nlist32 struct, Type uint8
pkg debug/macho, type Nlist32 struct, Value uint32
pkg debug/macho, type Nlist64 struct
pkg debug/macho, type Nlist64 struct, Desc uint16
pkg debug/macho, type Nlist64 struct, Name uint32
pkg debug/macho, type Nlist64 struct, Sect uint8