HomeSort by relevance Sort by last modified time
    Searched refs:Mach (Results 1 - 25 of 121) sorted by null

1 2 3 4 5

  /prebuilts/go/darwin-x86/src/debug/macho/
macho.go 5 // Mach-O header data structures
12 // A FileHeader represents a Mach-O file header.
34 // A Type is the Mach-O file type, e.g. an object file, executable, or dynamic library.
54 // A Cpu is a Mach-O cpu type.
78 // A LoadCmd is a Mach-O load command.
106 // A Segment32 is a 32-bit Mach-O segment load command.
121 // A Segment64 is a 64-bit Mach-O segment load command.
136 // A SymtabCmd is a Mach-O symbol table command.
146 // A DysymtabCmd is a Mach-O dynamic symbol table command.
170 // A DylibCmd is a Mach-O load dynamic library command
    [all...]
fat.go 14 // A FatFile is a Mach-O universal binary that contains at least one architecture.
32 // A FatArch is a Mach-O File inside a FatFile.
40 var ErrNotFat = &FormatError{0, "not a fat Mach-O file", nil}
42 // NewFatFile creates a new FatFile for accessing all the Mach-O images in a
43 // universal binary. The Mach-O binary is expected to start at position 0 in
55 // See if this is a Mach-O file via its magic number. The magic
87 // Mach-O images further in the file.
110 // Make sure the Mach-O type matches that of the first image.
115 return nil, &FormatError{offset, fmt.Sprintf("Mach-O type for architecture #%d (type=%#x) does not match first (type=%#x)", i, fa.Type, machoType), nil}
123 // OpenFat opens the named file using os.Open and prepares it for use as a Mach-
    [all...]
file.go 5 // Package macho implements access to Mach-O object files.
19 // A File represents an open Mach-O file.
32 // A Load represents any Mach-O load command.
37 // A LoadBytes is the uninterpreted bytes of a Mach-O load command.
42 // A SegmentHeader is the header for a Mach-O 32-bit or 64-bit load segment command.
57 // A Segment represents a Mach-O 32-bit or 64-bit load segment command.
97 // A Reloc represents a Mach-O relocation.
125 // Data reads and returns the contents of the Mach-O section.
135 // Open returns a new ReadSeeker reading the Mach-O section.
138 // A Dylib represents a Mach-O load dynamic library command
    [all...]
file_test.go 313 filename := "file.go" // not a Mach-O file
348 filename := "file.go" // not a Mach-O file
353 filename = "testdata/gcc-386-darwin-exec" // not a fat Mach-O
  /prebuilts/go/linux-x86/src/debug/macho/
macho.go 5 // Mach-O header data structures
12 // A FileHeader represents a Mach-O file header.
34 // A Type is the Mach-O file type, e.g. an object file, executable, or dynamic library.
54 // A Cpu is a Mach-O cpu type.
78 // A LoadCmd is a Mach-O load command.
106 // A Segment32 is a 32-bit Mach-O segment load command.
121 // A Segment64 is a 64-bit Mach-O segment load command.
136 // A SymtabCmd is a Mach-O symbol table command.
146 // A DysymtabCmd is a Mach-O dynamic symbol table command.
170 // A DylibCmd is a Mach-O load dynamic library command
    [all...]
fat.go 14 // A FatFile is a Mach-O universal binary that contains at least one architecture.
32 // A FatArch is a Mach-O File inside a FatFile.
40 var ErrNotFat = &FormatError{0, "not a fat Mach-O file", nil}
42 // NewFatFile creates a new FatFile for accessing all the Mach-O images in a
43 // universal binary. The Mach-O binary is expected to start at position 0 in
55 // See if this is a Mach-O file via its magic number. The magic
87 // Mach-O images further in the file.
110 // Make sure the Mach-O type matches that of the first image.
115 return nil, &FormatError{offset, fmt.Sprintf("Mach-O type for architecture #%d (type=%#x) does not match first (type=%#x)", i, fa.Type, machoType), nil}
123 // OpenFat opens the named file using os.Open and prepares it for use as a Mach-
    [all...]
file.go 5 // Package macho implements access to Mach-O object files.
19 // A File represents an open Mach-O file.
32 // A Load represents any Mach-O load command.
37 // A LoadBytes is the uninterpreted bytes of a Mach-O load command.
42 // A SegmentHeader is the header for a Mach-O 32-bit or 64-bit load segment command.
57 // A Segment represents a Mach-O 32-bit or 64-bit load segment command.
97 // A Reloc represents a Mach-O relocation.
125 // Data reads and returns the contents of the Mach-O section.
135 // Open returns a new ReadSeeker reading the Mach-O section.
138 // A Dylib represents a Mach-O load dynamic library command
    [all...]
file_test.go 313 filename := "file.go" // not a Mach-O file
348 filename := "file.go" // not a Mach-O file
353 filename = "testdata/gcc-386-darwin-exec" // not a fat Mach-O
  /external/llvm/test/MC/AArch64/
arm64-small-data-fixups.s 13 ; CHECK: Format: Mach-O arm64
  /external/llvm/test/MC/MachO/ARM/
data-in-code.s 18 @ CHECK: Format: Mach-O arm
thumb2-movt-fixup.s 11 @ CHECK: Format: Mach-O arm
long-call-branch-island-relocation.s 40 @ CHECK: Format: Mach-O arm
thumb2-movw-fixup.s 20 @ CHECK: Format: Mach-O arm
darwin-ARM-reloc.s 25 @ CHECK: Format: Mach-O arm
  /external/icu/icu4c/source/config/
mh-darwin 79 GENREN_PL_OPTS=-x Mach-O -n '-g' -p '| c++filt'
  /external/icu/icu4c/source/tools/genren/
genren.pl 143 } elsif ($mode =~ /Mach-O/) {
152 } elsif ($mode =~ /Mach-O/) {
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mach-o/
sections-1.s 2 # for the Darwin/Mach-O target.
  /prebuilts/go/darwin-x86/src/cmd/internal/buildid/
note.go 169 // The Go build ID is stored at the beginning of the Mach-O __text segment.
174 // If the data we want has already been read, don't worry about Mach-O parsing.
175 // This is both an optimization and a hedge against the Mach-O parsing failing
  /prebuilts/go/linux-x86/src/cmd/internal/buildid/
note.go 169 // The Go build ID is stored at the beginning of the Mach-O __text segment.
174 // If the data we want has already been read, don't worry about Mach-O parsing.
175 // This is both an optimization and a hedge against the Mach-O parsing failing
  /prebuilts/go/darwin-x86/src/cmd/internal/objfile/
macho.go 5 // Parsing of Mach-O executables (OS X).
  /prebuilts/go/darwin-x86/src/cmd/link/internal/sym/
reloc.go 60 case r >= 512: // Mach-O
  /prebuilts/go/darwin-x86/src/debug/dwarf/
open.go 13 // loaded from an executable file (for example, an ELF or Mach-O executable).
  /prebuilts/go/linux-x86/src/cmd/internal/objfile/
macho.go 5 // Parsing of Mach-O executables (OS X).
  /prebuilts/go/linux-x86/src/cmd/link/internal/sym/
reloc.go 60 case r >= 512: // Mach-O
  /prebuilts/go/linux-x86/src/debug/dwarf/
open.go 13 // loaded from an executable file (for example, an ELF or Mach-O executable).

Completed in 996 milliseconds

1 2 3 4 5