Searched refs:cpusubtype (Results 1 - 25 of 25) sorted by last modified time

/external/valgrind/coregrind/m_debuginfo/
H A Dreadmacho.c215 arch.cpusubtype = VG_(ntohl)(arch_be.cpusubtype);
/external/valgrind/coregrind/m_ume/
H A Dmacho.c761 arch.cpusubtype = VG_(ntohl)(arch.cpusubtype);
/external/valgrind/coregrind/
H A Dfixup_macho_loadcmds.c308 arch.cpusubtype = ntohl(arch_be->cpusubtype);
/external/v8/src/
H A Dgdb-jit.cc496 uint32_t cpusubtype; member in struct:v8::internal::BASE_EMBEDDED::MachOHeader
539 header->cpusubtype = 3; // CPU_SUBTYPE_I386_ALL
543 header->cpusubtype = 3; // CPU_SUBTYPE_I386_ALL
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DMachO.h495 uint32_t cpusubtype; member in struct:llvm::MachO::mach_header
505 uint32_t cpusubtype; member in struct:llvm::MachO::mach_header_64
898 uint32_t cpusubtype; member in struct:llvm::MachO::fat_arch
906 uint32_t cpusubtype; member in struct:llvm::MachO::fat_arch_64
978 sys::swapByteOrder(mh.cpusubtype);
986 sys::swapByteOrder(mh.cpusubtype);
996 sys::swapByteOrder(mh.cpusubtype);
1006 sys::swapByteOrder(H.cpusubtype);
1379 // Capability bits used in the definition of cpusubtype.
1387 // Constants for the cpusubtype fiel
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DMachO.h282 uint32_t cpusubtype; member in struct:llvm::MachO::mach_header
292 uint32_t cpusubtype; member in struct:llvm::MachO::mach_header_64
626 uint32_t cpusubtype; member in struct:llvm::MachO::fat_arch
686 // Constants for the cpusubtype field.
/external/llvm/test/tools/llvm-readobj/Inputs/
H A Drelocs.py381 cpusubtype = f.uint32()
/external/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp1063 T = MachOObjectFile::getArchTriple(H_64.cputype, H_64.cpusubtype);
1066 T = MachOObjectFile::getArchTriple(H.cputype, H.cpusubtype);
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp1202 T = MachOObjectFile::getArchTriple(H_64.cputype, H_64.cpusubtype);
1205 T = MachOObjectFile::getArchTriple(H.cputype, H.cpusubtype);
1300 static void printUnknownCPUType(uint32_t cputype, uint32_t cpusubtype) { argument
1302 outs() << " cpusubtype (" << cpusubtype << ")\n";
1307 static void printCPUType(uint32_t cputype, uint32_t cpusubtype) { argument
1310 switch (cpusubtype) {
1313 outs() << " cpusubtype CPU_SUBTYPE_I386_ALL\n";
1316 printUnknownCPUType(cputype, cpusubtype);
1321 switch (cpusubtype) {
1430 uint32_t cpusubtype = OFA.getCPUSubType(); local
7392 PrintMachHeader(uint32_t magic, uint32_t cputype, uint32_t cpusubtype, uint32_t filetype, uint32_t ncmds, uint32_t sizeofcmds, uint32_t flags, bool verbose) argument
[all...]
/external/llvm/tools/llvm-readobj/
H A DMachODumper.cpp399 uint32_t subtype = Header.cpusubtype & ~MachO::CPU_SUBTYPE_MASK;
/external/llvm/tools/llvm-size/
H A Dllvm-size.cpp496 T = MachOObjectFile::getArchTriple(H_64.cputype, H_64.cpusubtype);
499 T = MachOObjectFile::getArchTriple(H.cputype, H.cpusubtype);
/external/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp172 Y->Header.cpusubtype = Obj.getHeader().cpusubtype;
488 arch.cpusubtype = Slice.getCPUSubType();
/external/llvm/tools/yaml2obj/
H A Dyaml2macho.cpp79 Header.cpusubtype = Obj.Header.cpusubtype;
482 FatArch.cpusubtype = Arch.cpusubtype;
/external/llvm/include/llvm/Object/
H A DMachOUniversal.h64 return Header.cpusubtype;
66 return Header64.cpusubtype;
95 MachOObjectFile::getArchTriple(Header.cputype, Header.cpusubtype);
100 Header64.cpusubtype);
/external/llvm/include/llvm/ObjectYAML/
H A DMachOYAML.h43 llvm::yaml::Hex32 cpusubtype; member in struct:llvm::MachOYAML::FileHeader
119 llvm::yaml::Hex32 cpusubtype; member in struct:llvm::MachOYAML::FatArch
/external/llvm/include/llvm/Support/
H A DMachO.h495 uint32_t cpusubtype; member in struct:llvm::MachO::mach_header
505 uint32_t cpusubtype; member in struct:llvm::MachO::mach_header_64
890 uint32_t cpusubtype; member in struct:llvm::MachO::fat_arch
898 uint32_t cpusubtype; member in struct:llvm::MachO::fat_arch_64
970 sys::swapByteOrder(mh.cpusubtype);
978 sys::swapByteOrder(mh.cpusubtype);
988 sys::swapByteOrder(mh.cpusubtype);
998 sys::swapByteOrder(H.cpusubtype);
1364 // Capability bits used in the definition of cpusubtype.
1372 // Constants for the cpusubtype fiel
[all...]
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp1300 return getArchTriple(Header.cputype, Header.cpusubtype, McpuDefault);
/external/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp78 IO.mapRequired("cpusubtype", FileHdr.cpusubtype);
113 IO.mapRequired("cpusubtype", FatArch.cpusubtype);
/external/google-breakpad/src/client/mac/handler/
H A Dbreakpad_nlist_64.cc237 fat_archs[i].cpusubtype =
238 CFSwapInt32BigToHost(fat_archs[i].cpusubtype);
/external/google-breakpad/src/common/mac/
H A Darch_utilities.cc64 arm64->cpusubtype = CPU_SUBTYPE_ARM64_ALL;
74 armv7s->cpusubtype = CPU_SUBTYPE_ARM_V7S;
H A Dmacho_reader.cc108 >> objfile->cpusubtype
136 >> object_files_[0].cpusubtype)) {
H A Dmacho_reader_unittest.cc311 EXPECT_EQ(0x52ccd852, object_files[0].cpusubtype);
343 EXPECT_EQ(0x6a159a71, object_files[0].cpusubtype);
350 EXPECT_EQ(0x6c55e90f, object_files[1].cpusubtype);
357 EXPECT_EQ(0x10ecdc84, object_files[2].cpusubtype);
380 EXPECT_EQ(0x1b779357, object_files[0].cpusubtype);
402 EXPECT_EQ(0x4c6a57f7, object_files[0].cpusubtype);
424 EXPECT_EQ(0x1b779357, object_files[0].cpusubtype);
446 EXPECT_EQ(0x4c6a57f7, object_files[0].cpusubtype);
H A Dmacho_utilities.cc66 mh->cpusubtype = ByteSwap(mh->cpusubtype);
H A Dmacho_walker.cc163 cpu_subtype != header.cpusubtype)) {
192 arch.cpusubtype == cpu_subtype)) {
/external/google-breakpad/src/tools/mac/dump_syms/
H A Dmacho_dump.cc148 file.cputype, file.cpusubtype);
165 if (!reader.Read(file_contents, file.cputype, file.cpusubtype)) {

Completed in 618 milliseconds