HomeSort by relevance Sort by last modified time
    Searched defs:ErrNotFat (Results 1 - 2 of 2) sorted by null

  /prebuilts/go/darwin-x86/src/debug/macho/
fat.go 38 // ErrNotFat is returned from NewFatFile or OpenFat when the file is not a
40 var ErrNotFat = &FormatError{0, "not a fat Mach-O file", nil}
61 return nil, ErrNotFat
  /prebuilts/go/linux-x86/src/debug/macho/
fat.go 38 // ErrNotFat is returned from NewFatFile or OpenFat when the file is not a
40 var ErrNotFat = &FormatError{0, "not a fat Mach-O file", nil}
61 return nil, ErrNotFat

Completed in 540 milliseconds