const stabTypeMask … type machoFile … func openMacho(r io.ReaderAt) (rawFile, error) { … } func (f *machoFile) symbols() ([]Sym, error) { … } func (f *machoFile) pcln() (textStart uint64, symtab, pclntab []byte, err error) { … } func (f *machoFile) text() (textStart uint64, text []byte, err error) { … } func (f *machoFile) goarch() string { … } func (f *machoFile) loadAddress() (uint64, error) { … } func (f *machoFile) dwarf() (*dwarf.Data, error) { … }