Home
last modified time | relevance | path

Searched refs:cputype (Results 1 – 25 of 206) sorted by relevance

123456789

/external/llvm-project/llvm/test/tools/llvm-objdump/MachO/
Duniversal-arm64.test12 # CHECK-NEXT: cputype CPU_TYPE_ARM64
19 # CHECK-NEXT: cputype CPU_TYPE_ARM64
26 # CHECK-NEXT: cputype CPU_TYPE_ARM64
39 - cputype: 0x0100000C
44 - cputype: 0x0100000C
49 - cputype: 0x0100000C
58 cputype: 0x0100000C
68 cputype: 0x0100000C
78 cputype: 0x0100000C
Duniversal-x86_64.i386.test38 FAT: cputype CPU_TYPE_X86_64
45 FAT: cputype CPU_TYPE_I386
56 NON-VERBOSE: cputype 16777223
63 NON-VERBOSE: cputype 7
/external/google-breakpad/src/common/mac/
Dsuper_fat_arch.h46 uint32_t cputype;
53 cputype(0), in SuperFatArch()
61 cputype(arch.cputype), in SuperFatArch()
78 arch.cputype = cputype; in ConvertToFatArch()
Darch_utilities.cc72 arm64->cputype = CPU_TYPE_ARM64; in ArchInfo_arm64()
231 const NXArchInfo *NXGetArchInfoFromCpuType(cpu_type_t cputype, in NXGetArchInfoFromCpuType() argument
235 if (kKnownArchitectures[arch].cputype == cputype) { in NXGetArchInfoFromCpuType()
247 struct fat_arch *NXFindBestFatArch(cpu_type_t cputype, in NXFindBestFatArch() argument
253 if (fat_archs[f].cputype == cputype) { in NXFindBestFatArch()
Dmacho_utilities.cc96 fa[i].cputype = ByteSwap(fa[i].cputype); in breakpad_swap_fat_arch()
106 mh->cputype = ByteSwap(mh->cputype); in breakpad_swap_mach_header()
116 mh->cputype = ByteSwap(mh->cputype); in breakpad_swap_mach_header_64()
/external/google-breakpad/src/third_party/mac_headers/mach-o/
Darch.h45 cpu_type_t cputype; member
72 extern const NXArchInfo *NXGetArchInfoFromCpuType(cpu_type_t cputype,
84 extern struct fat_arch *NXFindBestFatArch(cpu_type_t cputype,
97 extern cpu_subtype_t NXCombineCpuSubtypes(cpu_type_t cputype,
/external/llvm-project/llvm/test/tools/llvm-lipo/
Darchs-universal-binary-x86.test10 - cputype: 0x00000007
15 - cputype: 0x01000007
24 cputype: 0x00000007
33 cputype: 0x01000007
Darchs-universal-binary-arm.test10 - cputype: 0x0000000C
15 - cputype: 0x0100000C
24 cputype: 0x0000000C
33 cputype: 0x0100000C
Darchs-universal-binary-unknown.test11 - cputype: 0x00000007
16 - cputype: 0x01000097
25 cputype: 0x00000007
34 cputype: 0x01000097
Dverify-arch-universal-binary.test17 - cputype: 0x00000007
22 - cputype: 0x01000007
31 cputype: 0x00000007
40 cputype: 0x01000007
Dthin-executable-universal-binary.test20 - cputype: 0x00000007
25 - cputype: 0x01000007
34 cputype: 0x00000007
43 cputype: 0x01000007
Dthin-universal-binary.test19 - cputype: 0x00000007
24 - cputype: 0x01000007
33 cputype: 0x00000007
42 cputype: 0x01000007
/external/llvm-project/polly/lib/External/isl/m4/
Dax_gcc_archflag.m4145cputype=`(((grep cpu /proc/cpuinfo | cut -d: -f2) ; ($PRTDIAG -v |grep -i sparc) ; grep -i cpu /va…
146 cputype=`echo "$cputype" | tr -d ' -' |tr $as_cr_LETTERS $as_cr_letters`
147 case $cputype in
168cputype=`((grep cpu /proc/cpuinfo | head -n 1 | cut -d: -f2 | cut -d, -f1 | sed 's/ //g') ; /usr/b…
169 cputype=`echo $cputype | sed -e 's/ppc//g;s/ *//g'`
170 case $cputype in
172 *740[[0-9]]*) ax_gcc_arch="$cputype 7400 G4" ;;
173 *74[[4-5]][[0-9]]*) ax_gcc_arch="$cputype 7450 G4" ;;
174 *74[[0-9]][[0-9]]*) ax_gcc_arch="$cputype G4" ;;
178 603ev|8240) ax_gcc_arch="$cputype 603e 603";;
[all …]
/external/python/cpython2/Modules/_ctypes/libffi/m4/
Dax_gcc_archflag.m4157cputype=`(((grep cpu /proc/cpuinfo | cut -d: -f2) ; ($PRTDIAG -v |grep -i sparc) ; grep -i cpu /va…
158cputype=`echo "$cputype" | tr -d ' -' | sed 's/SPARCIIi/SPARCII/' | tr $as_cr_LETTERS $as_cr_lette…
159 case $cputype in
180cputype=`((grep cpu /proc/cpuinfo | head -n 1 | cut -d: -f2 | cut -d, -f1 | sed 's/ //g') ; /usr/b…
181 cputype=`echo $cputype | sed -e 's/ppc//g;s/ *//g'`
182 case $cputype in
184 *740[[0-9]]*) ax_gcc_arch="$cputype 7400 G4" ;;
185 *74[[4-5]][[0-9]]*) ax_gcc_arch="$cputype 7450 G4" ;;
186 *74[[0-9]][[0-9]]*) ax_gcc_arch="$cputype G4" ;;
190 603ev|8240) ax_gcc_arch="$cputype 603e 603";;
[all …]
/external/llvm/include/llvm/Object/
DMachOUniversal.h58 return Header.cputype; in getCPUType()
60 return Header64.cputype; in getCPUType()
95 MachOObjectFile::getArchTriple(Header.cputype, Header.cpusubtype); in getArchTypeName()
99 MachOObjectFile::getArchTriple(Header64.cputype, in getArchTypeName()
/external/libffi/m4/
Dax_gcc_archflag.m4167cputype=`(((grep cpu /proc/cpuinfo | cut -d: -f2) ; ($PRTDIAG -v |grep -i sparc) ; grep -i cpu /va…
168cputype=`echo "$cputype" | tr -d ' -' | $SED 's/SPARCIIi/SPARCII/' |tr $as_cr_LETTERS $as_cr_lette…
169 case $cputype in
190cputype=`((grep cpu /proc/cpuinfo | head -n 1 | cut -d: -f2 | cut -d, -f1 | $SED 's/ //g') ; /usr/…
191 cputype=`echo $cputype | $SED -e 's/ppc//g;s/ *//g'`
192 case $cputype in
194 *740[[0-9]]*) ax_gcc_arch="$cputype 7400 G4" ;;
195 *74[[4-5]][[0-9]]*) ax_gcc_arch="$cputype 7450 G4" ;;
196 *74[[0-9]][[0-9]]*) ax_gcc_arch="$cputype G4" ;;
200 603ev|8240) ax_gcc_arch="$cputype 603e 603";;
[all …]
/external/ImageMagick/m4/
Dax_gcc_archflag.m4167cputype=`(((grep cpu /proc/cpuinfo | cut -d: -f2) ; ($PRTDIAG -v |grep -i sparc) ; grep -i cpu /va…
168cputype=`echo "$cputype" | tr -d ' -' | $SED 's/SPARCIIi/SPARCII/' |tr $as_cr_LETTERS $as_cr_lette…
169 case $cputype in
190cputype=`((grep cpu /proc/cpuinfo | head -n 1 | cut -d: -f2 | cut -d, -f1 | $SED 's/ //g') ; /usr/…
191 cputype=`echo $cputype | $SED -e 's/ppc//g;s/ *//g'`
192 case $cputype in
194 *740[[0-9]]*) ax_gcc_arch="$cputype 7400 G4" ;;
195 *74[[4-5]][[0-9]]*) ax_gcc_arch="$cputype 7450 G4" ;;
196 *74[[0-9]][[0-9]]*) ax_gcc_arch="$cputype G4" ;;
200 603ev|8240) ax_gcc_arch="$cputype 603e 603";;
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DMachOUniversal.h59 return Header.cputype; in getCPUType()
61 return Header64.cputype; in getCPUType()
97 MachOObjectFile::getArchTriple(Header.cputype, Header.cpusubtype, in getArchFlagName()
101 MachOObjectFile::getArchTriple(Header64.cputype, in getArchFlagName()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DMachOUniversal.cpp70 uint32_t cputype; in getAsObjectFile() local
73 cputype = Header.cputype; in getAsObjectFile()
76 cputype = Header64.cputype; in getAsObjectFile()
80 return ObjectFile::createMachOObjectFile(ObjBuffer, cputype, Index); in getAsObjectFile()
/external/llvm-project/lldb/source/Host/macosx/objcxx/
DHostInfoMacOSX.mm231 uint32_t cputype, cpusubtype;
233 size_t len = sizeof(cputype);
237 if (::sysctlbyname("hw.cputype", &cputype, &len, NULL, 0) == 0) {
246 if (cputype & CPU_ARCH_ABI64) {
248 arch_64.SetArchitecture(eArchTypeMachO, cputype, cpusubtype);
250 // We have a 64 bit kernel that is returning a 32 bit cputype, the
252 arch_64.SetArchitecture(eArchTypeMachO, cputype | CPU_ARCH_ABI64,
262 if (cputype == CPU_TYPE_ARM || cputype == CPU_TYPE_ARM64)
265 arch_32.SetArchitecture(eArchTypeMachO, cputype & ~(CPU_ARCH_MASK),
268 if (cputype == CPU_TYPE_ARM ||
[all …]
/external/llvm-project/llvm/test/tools/llvm-objdump/MachO/AArch64/
Darm64_32-fat.test3 CHECK: cputype CPU_TYPE_ARM64_32
6 CHECK: cputype CPU_TYPE_ARM64
/external/llvm/test/tools/llvm-objdump/X86/
Dmacho-universal-x86_64.i386.test36 FAT: cputype CPU_TYPE_X86_64
43 FAT: cputype CPU_TYPE_I386
54 NON-VERBOSE: cputype 16777223
61 NON-VERBOSE: cputype 7
/external/llvm-project/llvm/lib/Object/
DMachOUniversal.cpp71 uint32_t cputype; in getAsObjectFile() local
74 cputype = Header.cputype; in getAsObjectFile()
77 cputype = Header64.cputype; in getAsObjectFile()
81 return ObjectFile::createMachOObjectFile(ObjBuffer, cputype, Index); in getAsObjectFile()
DMachOUniversalWriter.cpp63 switch (ObjectFile.getHeader().cputype) { in calculateAlignment()
84 : B(&O), CPUType(O.getHeader().cputype), in Slice()
138 std::tie(MFO->getHeader().cputype, MFO->getHeader().cpusubtype) != in create()
139 std::tie(O->getHeader().cputype, O->getHeader().cpusubtype)) { in create()
143 Twine(O->getHeader().cputype) + ") and cpusubtype(" + in create()
146 Twine(MFO->getHeader().cputype) + ") and cpusubtype(" + in create()
255 FatArch.cputype = S.getCPUType(); in buildFatArchList()
/external/llvm-project/lld/test/MachO/invalid/
Dinvalid-fat-offset.s12 - cputype: 0x01000007
17 - cputype: 0x00000007

123456789