HomeSort by relevance Sort by last modified time
    Searched refs:cpusubtype (Results 1 - 6 of 6) 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 289 uint32_t cpusubtype; member in struct:llvm::MachO::mach_header
299 uint32_t cpusubtype; member in struct:llvm::MachO::mach_header_64
633 uint32_t cpusubtype; member in struct:llvm::MachO::fat_arch
693 // Constants for the cpusubtype field.
  /external/valgrind/main/coregrind/
fixup_macho_loadcmds.c 282 arch.cpusubtype = ntohl(arch_be->cpusubtype);
  /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...]
  /external/v8/src/
gdb-jit.cc 521 uint32_t cpusubtype; member in struct:v8::BASE_EMBEDDED::MachOHeader
564 header->cpusubtype = 3; // CPU_SUBTYPE_I386_ALL
568 header->cpusubtype = 3; // CPU_SUBTYPE_I386_ALL
    [all...]

Completed in 263 milliseconds