HomeSort by relevance Sort by last modified time
    Searched refs:fat_arch (Results 1 - 19 of 19) sorted by null

  /external/google-breakpad/src/common/mac/
dump_syms.h 101 // Return a pointer to an array of 'struct fat_arch' structures,
108 const struct fat_arch *AvailableArchitectures(size_t *count) {
170 // A vector of fat_arch structures describing the object files
174 vector<struct fat_arch> object_files_;
178 const struct fat_arch *selected_object_file_;
macho_reader.h 114 // Return an array of 'struct fat_arch' structures describing the
120 // fat_arch' refer to subranges of the bytes passed to Read.
132 const struct fat_arch *object_files(size_t *count) const {
152 vector<struct fat_arch> object_files_;
macho_walker.cc 182 struct fat_arch arch;
macho_reader.cc 104 struct fat_arch *objfile = &object_files_[i];
macho_reader_unittest.cc 208 // Append a 'fat_arch' entry to 'fat', with the given field values.
218 // Append |n| dummy 'fat_arch' entries to 'fat'. The cpu type and
239 const struct fat_arch *object_files;
    [all...]
  /external/llvm/lib/Object/
MachOUniversal.cpp 52 Index * sizeof(MachO::fat_arch);
53 Header = getUniversalBinaryStruct<MachO::fat_arch>(HeaderPos);
132 MinSize += sizeof(MachO::fat_arch) * NumberOfObjects;
140 Err = malformedError("fat_arch" +
  /external/google-breakpad/src/client/mac/handler/
breakpad_nlist_64.cc 218 struct fat_arch *fat_archs =
219 (struct fat_arch *)malloc(fh.nfat_arch * sizeof(struct fat_arch));
224 sizeof(struct fat_arch) * fh.nfat_arch) !=
225 (ssize_t)(sizeof(struct fat_arch) * fh.nfat_arch)) {
247 struct fat_arch *fap = NULL;
  /external/google-breakpad/src/tools/mac/dump_syms/
macho_dump.cc 141 const struct fat_arch *object_files
145 const struct fat_arch &file = object_files[i];
  /external/valgrind/coregrind/
launcher-darwin.c 135 struct fat_arch *fa = (struct fat_arch *)(fh+1);
180 struct fat_arch *fa = (struct fat_arch *)(fh+1);
fixup_macho_loadcmds.c 289 struct fat_arch *arch_be;
290 struct fat_arch arch;
293 + fh.nfat_arch * sizeof(struct fat_arch))
296 for (f = 0, arch_be = (struct fat_arch *)(fh_be+1);
  /external/llvm/include/llvm/Object/
MachOUniversal.h 40 MachO::fat_arch Header;
  /external/llvm/tools/yaml2obj/
yaml2macho.cpp 493 void writeFatArch<MachO::fat_arch>(MachOYAML::FatArch &Arch, raw_ostream &OS) {
494 auto FatArch = constructFatArch<MachO::fat_arch>(Arch);
497 OS.write(reinterpret_cast<const char *>(&FatArch), sizeof(MachO::fat_arch));
518 writeFatArch<MachO::fat_arch>(Arch, OS);
  /prebuilts/go/darwin-x86/src/debug/macho/
fat.go 86 // Following the fat_header comes narch fat_arch structs that index
93 return nil, &FormatError{offset, "invalid fat_arch header", nil}
  /prebuilts/go/linux-x86/src/debug/macho/
fat.go 86 // Following the fat_header comes narch fat_arch structs that index
93 return nil, &FormatError{offset, "invalid fat_arch header", nil}
  /external/valgrind/coregrind/m_debuginfo/
readmacho.c 188 + fh.nfat_arch * sizeof(struct fat_arch)) {
196 f++, arch_be_ioff += sizeof(struct fat_arch)) {
210 struct fat_arch arch_be;
211 struct fat_arch arch;
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
MachO.h 624 struct fat_arch { struct in namespace:llvm::MachO
  /external/valgrind/coregrind/m_ume/
macho.c 744 struct fat_arch arch;
  /external/llvm/include/llvm/Support/
MachO.h 888 struct fat_arch { struct
968 inline void swapStruct(fat_arch &mh) {
    [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp     [all...]

Completed in 1705 milliseconds