Searched refs:CPU_TYPE_X86 (Results 1 - 10 of 10) sorted by relevance

/external/google-breakpad/src/common/mac/
H A Dmacho_utilities.h45 #ifndef CPU_TYPE_X86
46 # define CPU_TYPE_X86 CPU_TYPE_I386 macro
H A Dmacho_reader_unittest.cc713 cpu_type_t cpu_type = CPU_TYPE_X86,
993 ReadFile(&file, true, CPU_TYPE_X86, CPU_SUBTYPE_I386_ALL);
997 EXPECT_EQ(CPU_TYPE_X86, reader.cpu_type());
1023 EXPECT_EQ(CPU_TYPE_X86, reader.cpu_type());
709 Header(LoadCommands *commands, cpu_type_t cpu_type = CPU_TYPE_X86, cpu_subtype_t cpu_subtype = CPU_SUBTYPE_I386_ALL, FileType file_type = MH_EXECUTE, uint32_t file_flags = (MH_TWOLEVEL | MH_DYLDLINK | MH_NOUNDEFS)) argument
/external/google-breakpad/src/client/mac/tests/
H A Dspawn_child_process.h108 CPU_TYPE_X86,
/external/python/cpython2/Mac/Tools/
H A Dpythonw.c120 cpu_types[0] = CPU_TYPE_X86;
/external/valgrind/coregrind/
H A Dlauncher-darwin.c62 { CPU_TYPE_X86, "i386", "x86" },
H A Dfixup_macho_loadcmds.c301 cputype = CPU_TYPE_X86;
/external/llvm/tools/llvm-readobj/
H A DMachODumper.cpp108 { "X86" , MachO::CPU_TYPE_X86 },
401 case MachO::CPU_TYPE_X86:
/external/llvm/include/llvm/Support/
H A DMachO.h1351 CPU_TYPE_X86 = 7, enumerator in enum:llvm::MachO::CPUType
1352 CPU_TYPE_I386 = CPU_TYPE_X86,
1353 CPU_TYPE_X86_64 = CPU_TYPE_X86 | CPU_ARCH_ABI64,
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DMachO.h1366 CPU_TYPE_X86 = 7, enumerator in enum:llvm::MachO::CPUType
1367 CPU_TYPE_I386 = CPU_TYPE_X86,
1368 CPU_TYPE_X86_64 = CPU_TYPE_X86 | CPU_ARCH_ABI64,
/external/valgrind/coregrind/m_debuginfo/
H A Dreadmacho.c204 Int cputype = CPU_TYPE_X86;

Completed in 593 milliseconds