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

  /external/webkit/Source/WebKit/mac/Plugins/
WebBasePluginPackage.mm 382 singleArch.cpusubtype = header->cpusubtype;
395 singleArch.cpusubtype = header->cpusubtype;
424 cpu_subtype_t cpusubtype = localArch->cpusubtype;
432 return NXFindBestFatArch(cputype, cpusubtype, archs, numArchs) != 0;
  /external/llvm/include/llvm/Support/
MachO.h 285 uint32_t cpusubtype; member in struct:llvm::MachO::mach_header
295 uint32_t cpusubtype; member in struct:llvm::MachO::mach_header_64
629 uint32_t cpusubtype; member in struct:llvm::MachO::fat_arch
689 // Constants for the cpusubtype field.
  /external/valgrind/main/coregrind/m_ume/
macho.c 674 arch.cpusubtype = VG_(ntohl)(arch.cpusubtype);
  /external/valgrind/main/coregrind/m_debuginfo/
readmacho.c 241 arch.cpusubtype = VG_(ntohl)(arch_be->cpusubtype);
    [all...]

Completed in 331 milliseconds