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

123

/freebsd-11-stable/contrib/file/
H A Dconfig.guess1386 # "uname -m" is not consistent, so use $cputype instead. 386
1390 if test "$cputype" = 386; then
1393 UNAME_MACHINE="$cputype"
/freebsd-11-stable/contrib/unbound/
H A Dconfig.guess1434 # "uname -m" is not consistent, so use $cputype instead. 386
1438 if test "$cputype" = 386; then
1441 UNAME_MACHINE="$cputype"
/freebsd-11-stable/contrib/openpam/
H A Dconfig.guess1329 # "uname -m" is not consistent, so use $cputype instead. 386
1332 if test "$cputype" = "386"; then
1335 UNAME_MACHINE="$cputype"
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dsysinfo.c1477 switch (header->cputype)
/freebsd-11-stable/contrib/binutils/bfd/
H A Dcoff64-rs6000.c1036 if (xcoff_data (abfd)->cputype != -1)
1037 internal_a.o_cputype = xcoff_data (abfd)->cputype;
H A Dcoff-rs6000.c257 /* We set cputype to -1 to indicate that it has not been
259 xcoff_data (abfd)->cputype = -1;
309 ox->cputype = ix->cputype;
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileBinaryWriter.cpp594 mh->cputype = MachOLinkingContext::cpuTypeFromArch(_file.arch);

Completed in 304 milliseconds

123