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

123

/external/libpng/
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/libusb/
H A Dconfig.guess1296 # "uname -m" is not consistent, so use $cputype instead. 386
1299 if test "$cputype" = "386"; then
1302 UNAME_MACHINE="$cputype"
/external/libusb-compat/
H A Dconfig.guess1296 # "uname -m" is not consistent, so use $cputype instead. 386
1299 if test "$cputype" = "386"; then
1302 UNAME_MACHINE="$cputype"
/external/libvorbis/
H A Dconfig.guess1251 # "uname -m" is not consistent, so use $cputype instead. 386
1254 if test "$cputype" = "386"; then
1257 UNAME_MACHINE="$cputype"
/external/llvm/autoconf/
H A Dconfig.guess1274 # "uname -m" is not consistent, so use $cputype instead. 386
1277 if test "$cputype" = "386"; then
1280 UNAME_MACHINE="$cputype"
/external/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp787 T = MachOObjectFile::getArch(H_64.cputype, H_64.cpusubtype);
790 T = MachOObjectFile::getArch(H.cputype, H.cpusubtype);
/external/openfst/
H A Dconfig.guess1275 # "uname -m" is not consistent, so use $cputype instead. 386
1278 if test "$cputype" = "386"; then
1281 UNAME_MACHINE="$cputype"
/external/pcre/dist/
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/pixman/
H A Dconfig.guess1270 # "uname -m" is not consistent, so use $cputype instead. 386
1273 if test "$cputype" = "386"; then
1276 UNAME_MACHINE="$cputype"
/external/protobuf/
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/protobuf/gtest/build-aux/
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/qemu/distrib/sdl-1.2.15/build-scripts/
H A Dconfig.guess1242 # "uname -m" is not consistent, so use $cputype instead. 386
1245 if test "$cputype" = "386"; then
1248 UNAME_MACHINE="$cputype"
/external/srtp/
H A Dconfig.guess1210 # "uname -m" is not consistent, so use $cputype instead. 386
1213 if test "$cputype" = "386"; then
1216 UNAME_MACHINE="$cputype"
/external/stressapptest/
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/tcpdump/
H A Dconfig.guess1250 # "uname -m" is not consistent, so use $cputype instead. 386
1253 if test "$cputype" = "386"; then
1256 UNAME_MACHINE="$cputype"
/external/chromium_org/v8/src/
H A Dgdb-jit.cc496 uint32_t cputype; member in struct:v8::BASE_EMBEDDED::MachOHeader
539 header->cputype = 7; // i386
543 header->cputype = 7 | 0x01000000; // i386 | 64-bit ABI
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp111 sys::swapByteOrder(H.cputype);
122 sys::swapByteOrder(H.cputype);
299 return O->getHeader().cputype;
/external/llvm/test/tools/llvm-readobj/Inputs/
H A Drelocs.py376 cputype = f.uint32()
/external/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
H A DDynamicLoaderMacOSXDYLD.cpp1179 if (data.GetU32(&offset, &header->cputype, (sizeof(llvm::MachO::mach_header)/sizeof(uint32_t)) - 1))

Completed in 573 milliseconds

123