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

  /external/valgrind/main/coregrind/
fixup_macho_loadcmds.c 172 const struct fat_header* fh_be = buf;
176 if (szB < sizeof(struct fat_header))
244 { struct fat_header* fh_be;
245 struct fat_header fh;
254 if (ii->img_szB < sizeof(struct fat_header))
258 fh_be = (struct fat_header *)ii->img;
266 if (ii->img_szB < sizeof(struct fat_header)
300 assert(ii->img_szB >= sizeof(struct fat_header));
launcher-darwin.c 129 static int fat_has_cputype(struct fat_header *fh, cpu_type_t cputype)
170 struct fat_header *fh = (struct fat_header *)buf;
  /external/valgrind/main/coregrind/m_debuginfo/
readmacho.c 121 const struct fat_header* fh_be = buf;
125 if (szB < sizeof(struct fat_header))
196 { struct fat_header* fh_be;
197 struct fat_header fh;
206 if (ii->img_szB < sizeof(struct fat_header)) {
212 fh_be = (struct fat_header *)ii->img;
220 if (ii->img_szB < sizeof(struct fat_header)
264 vg_assert(ii->img_szB >= sizeof(struct fat_header));
    [all...]
  /external/webkit/Source/WebKit/mac/Plugins/
WebBasePluginPackage.mm 406 COMPILE_ASSERT(sizeof(struct fat_header) % sizeof(uint32_t) == 0, struct_fat_header_must_be_integral_size_of_uint32_t);
407 archs = reinterpret_cast<struct fat_arch*>(rawData.data() + sizeof(struct fat_header) / sizeof(uint32_t));
408 numArchs = reinterpret_cast<struct fat_header*>(rawData.data())->nfat_arch;
410 unsigned maxArchs = (sizeInBytes - sizeof(struct fat_header)) / sizeof(struct fat_arch);
  /external/llvm/include/llvm/Support/
MachO.h 626 struct fat_header { struct in namespace:llvm::MachO
  /external/valgrind/main/coregrind/m_ume/
macho.c 625 struct fat_header fh;

Completed in 145 milliseconds