Searched refs:cputype (Results 1 - 25 of 70) sorted by relevance

123

/external/valgrind/coregrind/
H A Dlauncher-darwin.c58 cpu_type_t cputype; member in struct:__anon28847
74 static const char *name_for_cputype(cpu_type_t cputype) argument
78 if (valid_archs[i].cputype == cputype) {
133 static int fat_has_cputype(struct fat_header *fh, cpu_type_t cputype) argument
139 if (ntohl(fa[i].cputype) == cputype) return 1;
166 return name_for_cputype(mh->cputype);
168 return name_for_cputype(OSSwapInt32(mh->cputype));
181 return name_for_cputype(ntohl(fa->cputype));
[all...]
H A Dfixup_macho_loadcmds.c299 Int cputype; local
301 cputype = CPU_TYPE_X86;
303 cputype = CPU_TYPE_X86_64;
307 arch.cputype = ntohl(arch_be->cputype);
311 if (arch.cputype == cputype) {
/external/llvm/include/llvm/Object/
H A DMachOUniversal.h58 return Header.cputype;
60 return Header64.cputype;
95 MachOObjectFile::getArchTriple(Header.cputype, Header.cpusubtype);
99 MachOObjectFile::getArchTriple(Header64.cputype,
/external/google-breakpad/src/common/mac/
H A Dmacho_utilities.cc65 mh->cputype = ByteSwap(mh->cputype);
H A Darch_utilities.cc63 arm64->cputype = CPU_TYPE_ARM64;
H A Dmacho_walker.cc89 valid_cpu_type = arch->cputype;
161 if (cpu_type != header.cputype ||
190 if (arch.cputype == cpu_type &&
H A Dmacho_reader.cc107 cursor >> objfile->cputype
135 if (!(cursor >> object_files_[0].cputype
H A Dmacho_reader_unittest.cc310 EXPECT_EQ(0x5e3a6e91, object_files[0].cputype);
342 EXPECT_EQ(0x0cb92c30, object_files[0].cputype);
349 EXPECT_EQ(0x0f3f1cbb, object_files[1].cputype);
356 EXPECT_EQ(0x3717276d, object_files[2].cputype);
379 EXPECT_EQ(0x1a9d0518, object_files[0].cputype);
401 EXPECT_EQ(0x5aff8487, object_files[0].cputype);
423 EXPECT_EQ(0x1a9d0518, object_files[0].cputype);
445 EXPECT_EQ(0x5aff8487, object_files[0].cputype);
/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)) {
/external/google-breakpad/src/client/mac/handler/
H A Dbreakpad_nlist_64.cc235 fat_archs[i].cputype =
236 CFSwapInt32BigToHost(fat_archs[i].cputype);
249 if (fat_archs[i].cputype == cpu_type) {
/external/valgrind/coregrind/m_debuginfo/
H A Dreadmacho.c198 Int cputype = CPU_TYPE_POWERPC; local
200 Int cputype = CPU_TYPE_POWERPC64BE;
202 Int cputype = CPU_TYPE_POWERPC64LE;
204 Int cputype = CPU_TYPE_X86;
206 Int cputype = CPU_TYPE_X86_64;
214 arch.cputype = VG_(ntohl)(arch_be.cputype);
218 if (arch.cputype == cputype) {
/external/llvm/tools/yaml2obj/
H A Dyaml2macho.cpp78 Header.cputype = Obj.Header.cputype;
481 FatArch.cputype = Arch.cputype;
/external/valgrind/coregrind/m_ume/
H A Dmacho.c756 arch.cputype, (ULong)arch_offset);
760 arch.cputype = VG_(ntohl)(arch.cputype);
765 if (arch.cputype == good_arch) {
/external/llvm/include/llvm/ObjectYAML/
H A DMachOYAML.h42 llvm::yaml::Hex32 cputype; member in struct:llvm::MachOYAML::FileHeader
118 llvm::yaml::Hex32 cputype; member in struct:llvm::MachOYAML::FatArch
/external/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp171 Y->Header.cputype = Obj.getHeader().cputype;
487 arch.cputype = Slice.getCPUType();
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DMachO.h281 uint32_t cputype; member in struct:llvm::MachO::mach_header
291 uint32_t cputype; member in struct:llvm::MachO::mach_header_64
625 uint32_t cputype; member in struct:llvm::MachO::fat_arch
677 // Constants for the cputype field.
/external/llvm/include/llvm/Support/
H A DMachO.h494 uint32_t cputype; member in struct:llvm::MachO::mach_header
504 uint32_t cputype; member in struct:llvm::MachO::mach_header_64
889 uint32_t cputype; member in struct:llvm::MachO::fat_arch
897 uint32_t cputype; member in struct:llvm::MachO::fat_arch_64
969 sys::swapByteOrder(mh.cputype);
977 sys::swapByteOrder(mh.cputype);
987 sys::swapByteOrder(mh.cputype);
997 sys::swapByteOrder(H.cputype);
1348 // Constants for the cputype field.
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DMachO.h494 uint32_t cputype; member in struct:llvm::MachO::mach_header
504 uint32_t cputype; member in struct:llvm::MachO::mach_header_64
897 uint32_t cputype; member in struct:llvm::MachO::fat_arch
905 uint32_t cputype; member in struct:llvm::MachO::fat_arch_64
977 sys::swapByteOrder(mh.cputype);
985 sys::swapByteOrder(mh.cputype);
995 sys::swapByteOrder(mh.cputype);
1005 sys::swapByteOrder(H.cputype);
1363 // Constants for the cputype field.
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp350 uint32_t cputype = O->getHeader().cputype; local
351 if (cputype & MachO::CPU_ARCH_ABI64)
360 if (cputype & MachO::CPU_ARCH_ABI64)
1006 uint32_t cputype = O->getHeader().cputype; local
1007 if (cputype == MachO::CPU_TYPE_I386 || cputype == MachO::CPU_TYPE_X86_64) {
1202 T = MachOObjectFile::getArchTriple(H_64.cputype, H_64.cpusubtype);
1205 T = MachOObjectFile::getArchTriple(H.cputype,
1300 printUnknownCPUType(uint32_t cputype, uint32_t cpusubtype) argument
1307 printCPUType(uint32_t cputype, uint32_t cpusubtype) argument
1429 uint32_t cputype = OFA.getCPUType(); 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
8621 PrintThreadCommand(MachO::thread_command t, const char *Ptr, bool isLittleEndian, uint32_t cputype) argument
8885 PrintLoadCommands(const MachOObjectFile *Obj, uint32_t filetype, uint32_t cputype, bool verbose) argument
9036 uint32_t cputype = 0; local
[all...]
/external/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp77 IO.mapRequired("cputype", FileHdr.cputype);
112 IO.mapRequired("cputype", FatArch.cputype);
/external/llvm/tools/llvm-readobj/
H A DMachODumper.cpp398 W.printEnum("CpuType", Header.cputype, makeArrayRef(MachOHeaderCpuTypes));
400 switch (Header.cputype) {
/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/fec/
H A Dconfig.guess1267 # "uname -m" is not consistent, so use $cputype instead. 386
1270 if test "$cputype" = "386"; then
1273 UNAME_MACHINE="$cputype"
/external/icu/icu4c/source/
H A Dconfig.guess1316 # "uname -m" is not consistent, so use $cputype instead. 386
1319 if test "$cputype" = "386"; then
1322 UNAME_MACHINE="$cputype"
/external/libunwind/aux/
H A Dconfig.guess1085 # "uname -m" is not consistent, so use $cputype instead. 386
1088 if test "$cputype" = "386"; then
1091 UNAME_MACHINE="$cputype"

Completed in 935 milliseconds

123