Searched defs:CPU_SUBTYPE_I386_ALL (Results 1 - 2 of 2) sorted by relevance

/external/google-breakpad/src/common/mac/
H A Dmacho_reader_unittest.cc714 cpu_subtype_t cpu_subtype = CPU_SUBTYPE_I386_ALL,
993 ReadFile(&file, true, CPU_TYPE_X86, CPU_SUBTYPE_I386_ALL);
998 EXPECT_EQ(CPU_SUBTYPE_I386_ALL, reader.cpu_subtype());
1024 EXPECT_EQ(CPU_SUBTYPE_I386_ALL, reader.cpu_subtype());
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/llvm/include/llvm/Support/
H A DMachO.h1374 CPU_SUBTYPE_I386_ALL = 3, enumerator in enum:llvm::MachO::CPUSubTypeX86

Completed in 102 milliseconds