Home
last modified time | relevance | path

Searched refs:kCPUSubType (Results 1 – 1 of 1) sorted by relevance

/external/google-breakpad/src/common/mac/
Dmacho_reader_unittest.cc783 const cpu_subtype_t kCPUSubType = 0x76a0e7f7; in TEST_F() local
788 .D32(kCPUSubType) // cpu subtype in TEST_F()
795 ReadFile(&file, false, CPU_TYPE_ANY, kCPUSubType); in TEST_F()
801 const cpu_subtype_t kCPUSubType = CPU_SUBTYPE_X86_ALL; in TEST_F() local
807 .D32(kCPUSubType) // cpu subtype in TEST_F()
814 ReadFile(&file, false, kCPUType, kCPUSubType); in TEST_F()
830 const cpu_subtype_t kCPUSubType = 0x76a0e7f7; in TEST_F() local
835 .D32(kCPUSubType) // cpu subtype in TEST_F()
840 ReadFile(&file, false, CPU_TYPE_ANY, kCPUSubType); in TEST_F()
846 const cpu_subtype_t kCPUSubType = CPU_SUBTYPE_X86_ALL; in TEST_F() local
[all …]