/external/llvm/test/tools/llvm-objdump/X86/ |
D | macho-universal-x86_64.i386.test | 35 FAT: cpusubtype CPU_SUBTYPE_X86_64_ALL 42 FAT: cpusubtype CPU_SUBTYPE_I386_ALL 53 NON-VERBOSE: cpusubtype 3 60 NON-VERBOSE: cpusubtype 3
|
D | macho-private-headers.test | 26 CHECK: magic cputype cpusubtype caps filetype ncmds sizeofcmds flags 122 EXE: magic cputype cpusubtype caps filetype ncmds sizeofcmds flags 446 FATi386: magic cputype cpusubtype caps filetype ncmds sizeofcmds flags 450 NON_VERBOSE: magic cputype cpusubtype caps filetype ncmds sizeofcmds flags
|
/external/google-breakpad/src/common/mac/ |
D | arch_utilities.cc | 64 arm64->cpusubtype = CPU_SUBTYPE_ARM64_ALL; in ArchInfo_arm64() 74 armv7s->cpusubtype = CPU_SUBTYPE_ARM_V7S; in ArchInfo_armv7s()
|
D | macho_utilities.cc | 66 mh->cpusubtype = ByteSwap(mh->cpusubtype); in breakpad_swap_mach_header_64()
|
D | macho_walker.cc | 163 cpu_subtype != header.cpusubtype)) { in FindHeader() 192 arch.cpusubtype == cpu_subtype)) { in FindHeader()
|
D | macho_reader_unittest.cc | 309 EXPECT_EQ(0x52ccd852, object_files[0].cpusubtype); in TEST_F() 341 EXPECT_EQ(0x6a159a71, object_files[0].cpusubtype); in TEST_F() 348 EXPECT_EQ(0x6c55e90f, object_files[1].cpusubtype); in TEST_F() 355 EXPECT_EQ(0x10ecdc84, object_files[2].cpusubtype); in TEST_F() 378 EXPECT_EQ(0x1b779357, object_files[0].cpusubtype); in TEST_F() 400 EXPECT_EQ(0x4c6a57f7, object_files[0].cpusubtype); in TEST_F() 422 EXPECT_EQ(0x1b779357, object_files[0].cpusubtype); in TEST_F() 444 EXPECT_EQ(0x4c6a57f7, object_files[0].cpusubtype); in TEST_F()
|
D | dump_syms.mm | 205 arch_set = SetArchitecture(arch_info->cputype, arch_info->cpusubtype); 214 cpu_subtype_t cpu_subtype = selected_object_file_->cpusubtype; 474 if (!SetArchitecture(local_arch->cputype, local_arch->cpusubtype)) { 491 selected_object_file_->cputype, selected_object_file_->cpusubtype); 527 selected_object_file_->cpusubtype))
|
D | macho_reader.cc | 108 >> objfile->cpusubtype in Read() 136 >> object_files_[0].cpusubtype)) { in Read()
|
/external/llvm/include/llvm/Object/ |
D | MachOUniversal.h | 55 uint32_t getCPUSubType() const { return Header.cpusubtype; } in getCPUSubType() 60 Triple T = MachOObjectFile::getArch(Header.cputype, Header.cpusubtype); in getArchTypeName()
|
/external/google-breakpad/src/tools/mac/dump_syms/ |
D | macho_dump.cc | 148 file.cputype, file.cpusubtype); in DumpFile() 165 if (!reader.Read(file_contents, file.cputype, file.cpusubtype)) { in DumpFile()
|
D | dump_syms_tool.mm | 125 options.arch->cpusubtype)) { 139 arch->cputype, arch->cpusubtype); 144 arch->cputype, arch->cpusubtype);
|
/external/google-breakpad/src/client/mac/handler/ |
D | breakpad_nlist_64.cc | 237 fat_archs[i].cpusubtype = in __breakpad_fdnlist() 238 CFSwapInt32BigToHost(fat_archs[i].cpusubtype); in __breakpad_fdnlist()
|
/external/compiler-rt/cmake/Modules/ |
D | CompilerRTDarwinUtils.cmake | 91 # This function checks the host cpusubtype to see if it is post-haswell. Haswell 92 # and later machines can run x86_64h binaries. Haswell is cpusubtype 8. 96 COMMAND sysctl hw.cpusubtype 99 string(REGEX MATCH "hw.cpusubtype: ([0-9]*)"
|
/external/valgrind/coregrind/ |
D | fixup_macho_loadcmds.c | 308 arch.cpusubtype = ntohl(arch_be->cpusubtype); in map_image_aboard()
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 1130 T = MachOObjectFile::getArch(H_64.cputype, H_64.cpusubtype); in checkMachOAndArchFlags() 1133 T = MachOObjectFile::getArch(H.cputype, H.cpusubtype); in checkMachOAndArchFlags() 1216 static void printUnknownCPUType(uint32_t cputype, uint32_t cpusubtype) { in printUnknownCPUType() argument 1218 outs() << " cpusubtype (" << cpusubtype << ")\n"; in printUnknownCPUType() 1223 static void printCPUType(uint32_t cputype, uint32_t cpusubtype) { in printCPUType() argument 1226 switch (cpusubtype) { in printCPUType() 1232 printUnknownCPUType(cputype, cpusubtype); in printCPUType() 1237 switch (cpusubtype) { in printCPUType() 1247 printUnknownCPUType(cputype, cpusubtype); in printCPUType() 1252 switch (cpusubtype) { in printCPUType() [all …]
|
/external/llvm/include/llvm/Support/ |
D | MachO.h | 537 uint32_t cpusubtype; member 547 uint32_t cpusubtype; member 932 uint32_t cpusubtype; member 999 sys::swapByteOrder(mh.cpusubtype); in swapStruct() 1009 sys::swapByteOrder(H.cpusubtype); in swapStruct()
|
/external/llvm/lib/Object/ |
D | MachOUniversal.cpp | 37 sys::swapByteOrder(H.cpusubtype); in SwapStruct()
|
/external/llvm/test/tools/llvm-objdump/AArch64/ |
D | macho-private-headers.test | 6 CHECK: magic cputype cpusubtype caps filetype ncmds sizeofcmds flags 81 EXE: magic cputype cpusubtype caps filetype ncmds sizeofcmds flags
|
/external/llvm/test/tools/llvm-objdump/ARM/ |
D | macho-private-headers.test | 6 CHECK: magic cputype cpusubtype caps filetype ncmds sizeofcmds flags 128 EXE: magic cputype cpusubtype caps filetype ncmds sizeofcmds flags
|
/external/valgrind/coregrind/m_ume/ |
D | macho.c | 759 arch.cpusubtype = VG_(ntohl)(arch.cpusubtype); in load_fat_file()
|
/external/llvm/tools/llvm-size/ |
D | llvm-size.cpp | 394 T = MachOObjectFile::getArch(H_64.cputype, H_64.cpusubtype); in checkMachOAndArchFlags() 397 T = MachOObjectFile::getArch(H.cputype, H.cpusubtype); in checkMachOAndArchFlags()
|
/external/valgrind/coregrind/m_debuginfo/ |
D | readmacho.c | 215 arch.cpusubtype = VG_(ntohl)(arch_be.cpusubtype); in map_image_aboard()
|
/external/v8/src/ |
D | gdb-jit.cc | 495 uint32_t cpusubtype; member 538 header->cpusubtype = 3; // CPU_SUBTYPE_I386_ALL in WriteHeader() 542 header->cpusubtype = 3; // CPU_SUBTYPE_I386_ALL in WriteHeader()
|
/external/llvm/tools/llvm-nm/ |
D | llvm-nm.cpp | 988 T = MachOObjectFile::getArch(H_64.cputype, H_64.cpusubtype); in checkMachOAndArchFlags() 991 T = MachOObjectFile::getArch(H.cputype, H.cpusubtype); in checkMachOAndArchFlags()
|
/external/llvm/test/tools/llvm-readobj/Inputs/ |
D | relocs.py | 381 cpusubtype = f.uint32()
|