HomeSort by relevance Sort by last modified time
    Searched defs:NewFatFile (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
42 // NewFatFile creates a new FatFile for accessing all the Mach-O images in a
45 func NewFatFile(r io.ReaderAt) (*FatFile, error) {
130 ff, err := NewFatFile(f)
  /prebuilts/go/linux-x86/src/debug/macho/
fat.go 38 // ErrNotFat is returned from NewFatFile or OpenFat when the file is not a
42 // NewFatFile creates a new FatFile for accessing all the Mach-O images in a
45 func NewFatFile(r io.ReaderAt) (*FatFile, error) {
130 ff, err := NewFatFile(f)

Completed in 331 milliseconds