Searched refs:fat_header (Results 1 - 12 of 12) sorted by relevance

/external/llvm/lib/Object/
H A DMachOUniversal.cpp51 const char *HeaderPos = ParentData.begin() + sizeof(MachO::fat_header) +
58 const char *HeaderPos = ParentData.begin() + sizeof(MachO::fat_header) +
118 if (Data.getBufferSize() < sizeof(MachO::fat_header)) {
126 MachO::fat_header H =
127 getUniversalBinaryStruct<MachO::fat_header>(Buf.begin());
130 uint32_t MinSize = sizeof(MachO::fat_header);
/external/valgrind/coregrind/
H A Dfixup_macho_loadcmds.c198 const struct fat_header* fh_be = buf;
202 if (szB < sizeof(struct fat_header))
270 { struct fat_header* fh_be;
271 struct fat_header fh;
280 if (ii->img_szB < sizeof(struct fat_header))
284 fh_be = (struct fat_header *)ii->img;
292 if (ii->img_szB < sizeof(struct fat_header)
326 assert(ii->img_szB >= sizeof(struct fat_header));
H A Dlauncher-darwin.c133 static int fat_has_cputype(struct fat_header *fh, cpu_type_t cputype)
174 struct fat_header *fh = (struct fat_header *)buf;
/external/valgrind/coregrind/m_debuginfo/
H A Dreadmacho.c113 const struct fat_header* fh_be = buf;
117 if (szB < sizeof(struct fat_header))
164 struct fat_header fh_be;
165 struct fat_header fh;
175 if (ML_(img_size)(sli.img) < sizeof(struct fat_header)) {
187 if (ML_(img_size)(sli.img) < sizeof(struct fat_header)
194 for (f = 0, arch_be_ioff = sizeof(struct fat_header);
239 vg_assert(ML_(img_size)(sli.img) >= sizeof(struct fat_header));
/external/google-breakpad/src/common/mac/
H A Dmacho_walker.cc172 struct fat_header fat;
/external/llvm/tools/yaml2obj/
H A Dyaml2macho.cpp469 MachO::fat_header header;
474 OS.write(reinterpret_cast<const char *>(&header), sizeof(MachO::fat_header));
/external/google-breakpad/src/client/mac/handler/
H A Dbreakpad_nlist_64.cc206 struct fat_header fh;
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DMachO.h619 struct fat_header { struct in namespace:llvm::MachO
/external/valgrind/coregrind/m_ume/
H A Dmacho.c710 struct fat_header fh;
/external/llvm/include/llvm/Support/
H A DMachO.h883 struct fat_header { struct
963 inline void swapStruct(fat_header &mh) {
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DMachO.h891 struct fat_header { struct
971 inline void swapStruct(fat_header &mh) {
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp1417 uint64_t big_size = sizeof(struct MachO::fat_header) +

Completed in 1738 milliseconds