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

  /external/valgrind/main/coregrind/
launcher-darwin.c 131 struct fat_arch *fa = (struct fat_arch *)(fh+1);
176 struct fat_arch *fa = (struct fat_arch *)(fh+1);
  /external/webkit/Source/WebKit/mac/Plugins/
WebBasePluginPackage.mm 367 struct fat_arch singleArch = { 0, 0, 0, 0, 0 };
368 struct fat_arch* archs = 0;
407 archs = reinterpret_cast<struct fat_arch*>(rawData.data() + sizeof(struct fat_header) / sizeof(uint32_t));
410 unsigned maxArchs = (sizeInBytes - sizeof(struct fat_header)) / sizeof(struct fat_arch);
  /external/valgrind/main/coregrind/m_debuginfo/
readmacho.c 217 struct fat_arch *arch_be;
218 struct fat_arch arch;
221 + fh.nfat_arch * sizeof(struct fat_arch)) {
225 for (f = 0, arch_be = (struct fat_arch *)(fh_be+1);
    [all...]
  /external/llvm/include/llvm/Support/
MachO.h 627 struct fat_arch { struct in namespace:llvm::MachO
  /external/valgrind/main/coregrind/m_ume/
macho.c 659 struct fat_arch arch;

Completed in 334 milliseconds