Searched defs:cputype (Results 1 - 8 of 8) sorted by relevance

/external/valgrind/coregrind/
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) {
H A Dlauncher-darwin.c58 cpu_type_t cputype; member in struct:__anon22850
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...]
/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/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/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/v8/src/
H A Dgdb-jit.cc495 uint32_t cputype; member in struct:v8::internal::BASE_EMBEDDED::MachOHeader
538 header->cputype = 7; // i386
542 header->cputype = 7 | 0x01000000; // i386 | 64-bit ABI
/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...]

Completed in 234 milliseconds