Searched defs:machoFile (Results 1 – 1 of 1) sorted by relevance
19 type machoFile struct { struct20 macho *macho.File31 func (f *machoFile) symbols() ([]Sym, error) {81 func (f *machoFile) pcln() (textStart uint64, symtab, pclntab []byte, err error) {98 func (f *machoFile) text() (textStart uint64, text []byte, err error) {108 func (f *machoFile) goarch() string {130 func (f *machoFile) loadAddress() (uint64, error) {137 func (f *machoFile) dwarf() (*dwarf.Data, error) {