Documentation ¶
Overview ¶
This file has automatically been generated on Wed Feb 26 15:50:27 +05 2020. DO NOT EDIT.
Index ¶
- func CpuGoString(i macho.Cpu) string
- func CpuString(i macho.Cpu) string
- func FatFileClose(ff *macho.FatFile) error
- func FileClose(f *macho.File) error
- func FileDWARF(f *macho.File) (*dwarf.Data, error)
- func FileImportedLibraries(f *macho.File) ([]string, error)
- func FileImportedSymbols(f *macho.File) ([]string, error)
- func FileSection(f *macho.File, name string) *macho.Section
- func FileSegment(f *macho.File, name string) *macho.Segment
- func FormatErrorError(e *macho.FormatError) string
- func LoadBytesRaw(b macho.LoadBytes) []byte
- func LoadCmdGoString(i macho.LoadCmd) string
- func LoadCmdString(i macho.LoadCmd) string
- func NewFatFile(r io.ReaderAt) (*macho.FatFile, error)
- func NewFile(r io.ReaderAt) (*macho.File, error)
- func Open(name string) (*macho.File, error)
- func OpenFat(name string) (*macho.FatFile, error)
- func RelocTypeARM64GoString(r macho.RelocTypeARM64) string
- func RelocTypeARM64String(i macho.RelocTypeARM64) string
- func RelocTypeARMGoString(r macho.RelocTypeARM) string
- func RelocTypeARMString(i macho.RelocTypeARM) string
- func RelocTypeGenericGoString(r macho.RelocTypeGeneric) string
- func RelocTypeGenericString(i macho.RelocTypeGeneric) string
- func RelocTypeX86_64GoString(r macho.RelocTypeX86_64) string
- func RelocTypeX86_64String(i macho.RelocTypeX86_64) string
- func SectionData(s *macho.Section) ([]byte, error)
- func SectionOpen(s *macho.Section) io.ReadSeeker
- func SegmentData(s *macho.Segment) ([]byte, error)
- func SegmentOpen(s *macho.Segment) io.ReadSeeker
- func TypeGoString(t macho.Type) string
- func TypeString(t macho.Type) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CpuGoString ¶
func FatFileClose ¶
func FormatErrorError ¶
func FormatErrorError(e *macho.FormatError) string
func LoadBytesRaw ¶
func LoadCmdGoString ¶
func LoadCmdString ¶
func RelocTypeARM64GoString ¶
func RelocTypeARM64GoString(r macho.RelocTypeARM64) string
func RelocTypeARM64String ¶
func RelocTypeARM64String(i macho.RelocTypeARM64) string
func RelocTypeARMGoString ¶
func RelocTypeARMGoString(r macho.RelocTypeARM) string
func RelocTypeARMString ¶
func RelocTypeARMString(i macho.RelocTypeARM) string
func RelocTypeGenericGoString ¶
func RelocTypeGenericGoString(r macho.RelocTypeGeneric) string
func RelocTypeGenericString ¶
func RelocTypeGenericString(i macho.RelocTypeGeneric) string
func RelocTypeX86_64GoString ¶
func RelocTypeX86_64GoString(r macho.RelocTypeX86_64) string
func RelocTypeX86_64String ¶
func RelocTypeX86_64String(i macho.RelocTypeX86_64) string
func SectionOpen ¶
func SectionOpen(s *macho.Section) io.ReadSeeker
func SegmentOpen ¶
func SegmentOpen(s *macho.Segment) io.ReadSeeker
func TypeGoString ¶
func TypeString ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.