Searched refs:cputype (Results 26 - 50 of 57) sorted by relevance

123

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp128 return O.getHeader().cputype;
1015 uint32_t cputype = getCPUType(Obj); local
1037 if (cputype == MachO::CPU_TYPE_I386) {
1056 } else if (cputype == MachO::CPU_TYPE_X86_64) {
1123 } else if (cputype == MachO::CPU_TYPE_ARM) {
1142 } else if (cputype == MachO::CPU_TYPE_ARM64 ||
1143 cputype == MachO::CPU_TYPE_ARM64_32) {
1162 } else if (cputype == MachO::CPU_TYPE_POWERPC) {
1182 return malformedError("unknown cputype (" + Twine(cputype)
1265 uint32_t cputype; local
[all...]
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryReader.cpp169 read32(&mh->cputype, isBig),
190 if ((readBigEndian(fa->cputype) == reqCpuType) &&
244 f->arch = MachOLinkingContext::archFromCpuType(smh->cputype, smh->cpusubtype);
/freebsd-11-stable/contrib/binutils/bfd/
H A Dcoffcode.h1831 xcoff->cputype = internal_a->o_cputype;
2054 int cputype;
2056 if (xcoff_data (abfd)->cputype != -1)
2057 cputype = xcoff_data (abfd)->cputype & 0xff;
2065 cputype = 0;
2081 cputype = sym.n_type & 0xff;
2083 cputype = 0;
2089 switch (cputype)
4067 if (xcoff_data (abfd)->cputype !
2053 int cputype; local
[all...]
H A Dlibcoff.h160 /* cputype from optional header. */
161 short cputype; member in struct:xcoff_tdata
/freebsd-11-stable/usr.sbin/pmcstudy/
H A Dpmcstudy.c201 char cputype[32]; member in struct:cpu_type
1966 strcpy(the_cpu.cputype, "SandyBridge PMC");
1975 strcpy(the_cpu.cputype, "IvyBridge PMC");
1985 strcpy(the_cpu.cputype, "HASWELL PMC");
1995 strcpy(the_cpu.cputype, "HASWELL PMC");
2028 the_cpu.cputype, name);
2553 printf("For CPU's of type %s the following expressions are available:\n",the_cpu.cputype);
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DMachOReader.cpp22 O.Header.CPUType = MachOObj.getHeader().cputype;
H A DMachOWriter.cpp132 Header.cputype = O.Header.CPUType;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DMachOYAML.cpp86 IO.mapRequired("cputype", FileHdr.cputype);
129 IO.mapRequired("cputype", FatArch.cputype);
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp425 W.printEnum("CpuType", Header.cputype, makeArrayRef(MachOHeaderCpuTypes));
427 switch (Header.cputype) {
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-size/
H A Dllvm-size.cpp524 T = MachOObjectFile::getArchTriple(H_64.cputype, H_64.cpusubtype);
527 T = MachOObjectFile::getArchTriple(H.cputype, H.cpusubtype);
/freebsd-11-stable/contrib/openbsm/config/
H A Dconfig.guess1180 # "uname -m" is not consistent, so use $cputype instead. 386
1183 if test "$cputype" = "386"; then
1186 UNAME_MACHINE="$cputype"
/freebsd-11-stable/contrib/ncurses/
H A Dconfig.guess1306 # "uname -m" is not consistent, so use $cputype instead. 386
1309 if test "$cputype" = "386"; then
1312 UNAME_MACHINE="$cputype"
/freebsd-11-stable/contrib/binutils/
H A Dconfig.guess1267 # "uname -m" is not consistent, so use $cputype instead. 386
1270 if test "$cputype" = "386"; then
1273 UNAME_MACHINE="$cputype"
/freebsd-11-stable/contrib/libreadline/support/
H A Dconfig.guess1178 # "uname -m" is not consistent, so use $cputype instead. 386
1181 if test "$cputype" = "386"; then
1184 UNAME_MACHINE="$cputype"
/freebsd-11-stable/contrib/dialog/
H A Dconfig.guess1306 # "uname -m" is not consistent, so use $cputype instead. 386
1309 if test "$cputype" = "386"; then
1312 UNAME_MACHINE="$cputype"
/freebsd-11-stable/contrib/ldns/
H A Dconfig.guess1275 # "uname -m" is not consistent, so use $cputype instead. 386
1278 if test "$cputype" = "386"; then
1281 UNAME_MACHINE="$cputype"
/freebsd-11-stable/crypto/heimdal/
H A Dconfig.guess1249 # "uname -m" is not consistent, so use $cputype instead. 386
1252 if test "$cputype" = "386"; then
1255 UNAME_MACHINE="$cputype"
/freebsd-11-stable/contrib/tcsh/
H A Dconfig.guess1334 # "uname -m" is not consistent, so use $cputype instead. 386
1337 if test "$cputype" = "386"; then
1340 UNAME_MACHINE="$cputype"
/freebsd-11-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dconfig.guess1317 # "uname -m" is not consistent, so use $cputype instead. 386
1320 if test "$cputype" = "386"; then
1323 UNAME_MACHINE="$cputype"
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp1356 !MachO->is64Bit() && H.cputype == MachO::CPU_TYPE_ARM){
1762 T = MachOObjectFile::getArchTriple(H_64.cputype, H_64.cpusubtype,
1766 T = MachOObjectFile::getArchTriple(H.cputype, H.cpusubtype,
/freebsd-11-stable/contrib/byacc/
H A Dconfig.guess1356 # "uname -m" is not consistent, so use $cputype instead. 386
1359 if test "$cputype" = 386; then
1362 UNAME_MACHINE="$cputype"
/freebsd-11-stable/crypto/openssh/
H A Dconfig.guess1350 # "uname -m" is not consistent, so use $cputype instead. 386
1353 if test "$cputype" = 386; then
1356 UNAME_MACHINE="$cputype"
/freebsd-11-stable/contrib/sqlite3/
H A Dconfig.guess1362 # "uname -m" is not consistent, so use $cputype instead. 386
1365 if test "$cputype" = 386; then
1368 UNAME_MACHINE="$cputype"
/freebsd-11-stable/contrib/libpcap/
H A Dconfig.guess1358 # "uname -m" is not consistent, so use $cputype instead. 386
1361 if test "$cputype" = 386; then
1364 UNAME_MACHINE="$cputype"
/freebsd-11-stable/contrib/tcpdump/
H A Dconfig.guess1358 # "uname -m" is not consistent, so use $cputype instead. 386
1361 if test "$cputype" = 386; then
1364 UNAME_MACHINE="$cputype"

Completed in 369 milliseconds

123