Searched +full:x86 +full:- +full:linux +full:- +full:gnu (Results 1 – 25 of 254) sorted by relevance
1234567891011
| /third_party/libffi/ |
| D | README.md | 2 libffi-3.4.1 was released on June 28, 2021. Check the libffi web page 19 told at run-time about the number and types of arguments used to call 46 | --------------- | ---------------- | ----------------------- | 48 | AArch64 | Linux | GCC | 50 | Alpha | Linux | GCC | 52 | ARC | Linux | GCC | 53 | ARM | Linux | GCC | 56 | AVR32 | Linux | GCC | 58 | CSKY | Linux | GCC | 60 | KVX | Linux | GCC | [all …]
|
| /third_party/rust/crates/rustix/src/backend/libc/time/ |
| D | types.rs | 4 #[cfg(any(target_os = "android", target_os = "fuchsia", target_os = "linux"))] 9 any(target_arch = "arm", target_arch = "mips", target_arch = "x86"), 10 target_env = "gnu", 16 any(target_arch = "arm", target_arch = "mips", target_arch = "x86"), 17 target_env = "gnu", 31 any(target_arch = "arm", target_arch = "mips", target_arch = "x86"), 32 target_env = "gnu", 39 any(target_arch = "arm", target_arch = "mips", target_arch = "x86"), 40 target_env = "gnu", 54 any(target_arch = "arm", target_arch = "mips", target_arch = "x86"), [all …]
|
| D | syscalls.rs | 6 #[cfg(any(target_os = "android", target_os = "fuchsia", target_os = "linux"))] 14 #[cfg(any(target_os = "android", target_os = "fuchsia", target_os = "linux"))] 23 any(target_arch = "arm", target_arch = "mips", target_arch = "x86"), 24 target_env = "gnu", 26 weak!(fn __clock_gettime64(c::clockid_t, *mut LibcTimespec) -> c::c_int); 28 any(target_arch = "arm", target_arch = "mips", target_arch = "x86"), 29 target_env = "gnu", 31 weak!(fn __clock_getres64(c::clockid_t, *mut LibcTimespec) -> c::c_int); 33 any(target_arch = "arm", target_arch = "mips", target_arch = "x86"), 34 target_env = "gnu", [all …]
|
| /third_party/libunwind/ |
| D | .travis.yml | 5 - HOST=x86_64-linux-gnu 6 - HOST=x86-linux-gnu 7 - HOST=arm-linux-gnueabihf 8 - HOST=aarch64-linux-gnu 9 - HOST=mipsel-linux-gnu 11 #- HOST=powerpc64-linux-gnu 13 linux-s390x: &linux-s390x 14 os: linux 16 env: BUILD=s390x-linux-gnu HOST=s390x-linux-gnu 18 - autoreconf -i [all …]
|
| D | README | 3 [](https://travis-ci.or… 5 This library supports several architecture/operating-system combinations: 8 | :------ | :----------- | :----- | 9 | Linux | x86-64 | ✓ | 10 | Linux | x86 | ✓ | 11 | Linux | ARM | ✓ | 12 | Linux | AArch64 | ✓ | 13 | Linux | PPC32 | ✓ | 14 | Linux | PPC64 | ✓ | 15 | Linux | SuperH | ✓ | [all …]
|
| /third_party/f2fs-tools/.github/workflows/ |
| D | ci.yml | 1 # See also https://docs.github.com/en/actions/learn-github-actions/expressions 2 # See also https://github.com/marketplace/actions/setup-android-ndk 10 runs-on: ubuntu-latest 12 fail-fast: false 15 - android 16 - linux-gcc 17 - linux-clang 18 - linux-x86-gcc 19 - linux-powerpc64-gcc 20 - linux-mingw64-gcc [all …]
|
| /third_party/rust/crates/rustix/src/backend/libc/thread/ |
| D | syscalls.rs | 5 #[cfg(any(target_os = "android", target_os = "linux"))] 8 #[cfg(any(target_os = "android", target_os = "linux"))] 11 #[cfg(any(target_os = "android", target_os = "linux"))] 30 any(target_arch = "arm", target_arch = "mips", target_arch = "x86"), 31 target_env = "gnu", 33 weak!(fn __clock_nanosleep_time64(c::clockid_t, c::c_int, *const LibcTimespec, *mut LibcTimespec) -… 35 any(target_arch = "arm", target_arch = "mips", target_arch = "x86"), 36 target_env = "gnu", 38 weak!(fn __nanosleep64(*const LibcTimespec, *mut LibcTimespec) -> c::c_int); 52 pub(crate) fn clock_nanosleep_relative(id: ClockId, request: &Timespec) -> NanosleepRelativeResult { in clock_nanosleep_relative() [all …]
|
| /third_party/rust/crates/nix/src/sys/ptrace/ |
| D | linux.rs | 14 target_os = "linux", 18 any(target_env = "gnu", target_env = "musl", target_env = "ohos") 20 all(target_arch = "x86", target_env = "gnu") 26 if #[cfg(any(all(target_os = "linux", target_arch = "s390x"), 27 all(target_os = "linux", target_env = "gnu"), 54 all(target_os = "linux", any(target_env = "musl", 62 all(target_os = "linux", any(target_env = "musl", 70 all(target_os = "linux", any(target_env = "musl", 78 all(target_os = "linux", any(target_env = "musl", 87 #[cfg(all(target_os = "linux", any(target_env = "musl", [all …]
|
| /third_party/openssl/Configurations/ |
| D | 10-main.conf | 1 ## -*- mode: perl; -*- 8 if (`nasm -v 2>NUL` =~ /NASM version ([0-9]+\.[0-9]+)/ && $1 >= 2.0) { 10 ASFLAGS => "-g", 11 asflags => "-Ox -f win64 -DNEAR", 12 asoutflag => "-o " }; 20 $die->("NASM not found - make sure it's installed and available on %PATH%\n"); 33 my $ver=`nasm -v 2>NUL`; 34 my $vew=`nasmw -v 2>NUL`; 38 asflags => "-f win32", 39 asoutflag => "-o ", [all …]
|
| /third_party/elfutils/tests/ |
| D | run-pt_gnu_prop-tests.sh | 6 # it under the terms of the GNU General Public License as published by 13 # GNU General Public License for more details. 15 # You should have received a copy of the GNU General Public License 16 # along with this program. If not, see <http://www.gnu.org/licenses/>. 18 . $srcdir/test-subr.sh 20 # On Fedora 31 with GCC 9.2.1 and binutils 2.32-31 22 # gcc -o testfile_pt_gnu_prop \ 23 # -Os -fstack-clash-protection -fcf-protection=full -xc - && \ 24 # eu-strip --remove-comment -R .gnu.build.attributes testfile_pt_gnu_prop 27 # gcc -m32 -o testfile_pt_gnu_prop \ [all …]
|
| D | run-readelf-n.sh | 5 # it under the terms of the GNU General Public License as published by 12 # GNU General Public License for more details. 14 # You should have received a copy of the GNU General Public License 15 # along with this program. If not, see <http://www.gnu.org/licenses/>. 17 . $srcdir/test-subr.sh 19 # - testfile-gnu-property-note.c 26 # gcc -fcf-protection -c testfile-gnu-property-note.c 27 # gcc -o testfile-gnu-property-note testfile-gnu-property-note.o 28 # eu-strip --strip-sections testfile-gnu-property-note 30 testfiles testfile-gnu-property-note.o testfile-gnu-property-note [all …]
|
| D | run-unstrip-n.sh | 6 # it under the terms of the GNU General Public License as published by 13 # GNU General Public License for more details. 15 # You should have received a copy of the GNU General Public License 16 # along with this program. If not, see <http://www.gnu.org/licenses/>. 18 . $srcdir/test-subr.sh 21 # eu-unstrip emits garbage for librt.so.1 32 # gcc -m32 -o rt_crash -lrt rt_crash.c 34 testfiles testcore-rtlib testcore-rtlib-ppc 36 testrun_compare ${abs_top_builddir}/src/unstrip -n --core=testcore-rtlib <<\EOF 37 0x8048000+0x2000 f1c600bc36cb91bf01f9a63a634ecb79aa4c3199@0x8048178 . - [exe] [all …]
|
| /third_party/python/Modules/_ctypes/libffi_osx/ |
| D | README | 7 libffi-2.00 has not been released yet! This is a development snapshot! 9 libffi-1.20 was released on October 5, 1998. Check the libffi web 26 told at run-time about the number and types of arguments used to call 49 SunOS 4.1.3 & Solaris 2.x (SPARC-V8, SPARC-V9) 53 Intel x86 - Linux (System V ABI) 55 Alpha - Linux and OSF/1 57 m68k - Linux (System V ABI) 59 PowerPC - Linux (System V ABI, Darwin, AIX) 61 ARM - Linux (System V ABI) 69 You must use GNU make to build libffi. SGI's make will not work. [all …]
|
| /third_party/openssl/util/perl/OpenSSL/ |
| D | config.pm | 2 # Copyright 1998-2023 The OpenSSL Project Authors. All Rights Reserved. 51 # This is a list to ensure that gnu comes last, as we've made it a fallback 56 my $v = `$CROSS_COMPILE$CC -v 2>&1`; 57 $v =~ m/(?:(?:clang|LLVM) version|.*based on LLVM)\s+([0-9]+\.[0-9]+)/; 60 gnu => sub { 62 my $nul = File::Spec->devnull(); 63 my $v = `$CROSS_COMPILE$CC -dumpversion 2> $nul`; 66 $v =~ s/^[a-zA-Z]*\-//; 77 [ 'A\/UX:.*', 'm68k-apple-aux3' ], 78 [ 'AIX:[3-9]:4:.*', '${MACHINE}-ibm-aix' ], [all …]
|
| /third_party/mesa3d/docs/ |
| D | meson.rst | 5 --------------- 19 <https://mesonbuild.com/Getting-meson.html>`__ to install the 22 The Meson build of Mesa is tested on Linux, macOS, Windows, Cygwin, 25 Unix-like OSes 31 .. code-block:: console 33 sudo apt-get install meson # Ubuntu 37 .. code-block:: console 44 You'll also need `Ninja <https://ninja-build.org/>`__. If it's not 45 already installed, use apt-get or dnf to install the *ninja-build* 53 modules (Mako). You also need pkg-config (a hard dependency of Meson), [all …]
|
| /third_party/mesa3d/.gitlab-ci/container/ |
| D | create-cross-file.sh | 4 cross_file="/cross_file-$arch.txt" 5 /usr/share/meson/debcrossgen --arch $arch -o "$cross_file" 7 sed -i "s|/usr/bin/\([^-]*\)-linux-gnu\([^-]*\)-g|/usr/lib/ccache/\\1-linux-gnu\\2-g|g" "$cross_fil… 10 sed -i "s|cpu_family = 'i686'|cpu_family = 'x86'|g" "$cross_file" 12 # Rely on qemu-user being configured in binfmt_misc on the host 13 sed -i -e '/\[properties\]/a\' -e "needs_exe_wrapper = False" "$cross_file" 16 cc=`sed -n 's|c = .\(.*\).|\1|p' < $cross_file` 18 rust_target=aarch64-unknown-linux-gnu 20 rust_target=armv7-unknown-linux-gnueabihf 22 rust_target=i686-unknown-linux-gnu [all …]
|
| /third_party/skia/third_party/externals/icu/source/ |
| D | runConfigureICU | 4 # Copyright (c) 1999-2015, International Business Machines Corporation and 16 if test $ec -eq 0 23 …echo "${uletter}sage: $me [ -h, --help ] [ --enable-debug | --disable-release ] platform [ config… 24 if test $ec -eq 0 28 Options: -h, --help Print this message and exit 29 --enable-debug Enable support for debugging 30 --disable-release Disable presetting optimization flags 35 CXXFLAGS=xyz path/to/runConfigureICU --enable-debug ... 40 AIX/GCC Use the GNU gcc/g++ compilers on AIX 41 Cygwin Use the GNU gcc/g++ compilers on Cygwin [all …]
|
| /third_party/icu/icu4c/source/ |
| D | runConfigureICU | 4 # Copyright (c) 1999-2015, International Business Machines Corporation and 16 if test $ec -eq 0 23 …echo "${uletter}sage: $me [ -h, --help ] [ --enable-debug | --disable-release ] platform [ config… 24 if test $ec -eq 0 28 Options: -h, --help Print this message and exit 29 --enable-debug Enable support for debugging 30 --disable-release Disable presetting optimization flags 35 CXXFLAGS=xyz path/to/runConfigureICU --enable-debug ... 40 AIX/GCC Use the GNU gcc/g++ compilers on AIX 41 AIX/OpenXL Use the IBM Open XL ibm-clang_r/ibm-clang++_r compilers on AIX [all …]
|
| /third_party/gptfdisk/ |
| D | cgdisk.8 | 1 .\" Copyright 2011-2024 Roderick W. Smith (rodsmith@rodsbooks.com) 2 .\" May be distributed under the GNU General Public License 5 cgdisk \- Curses-based GUID partition table (GPT) manipulator 8 [ \-a ] 13 GPT fdisk is a text\-mode family of programs for creation and manipulation 15 curses-based user interface for interaction using a text\-mode menuing 16 system. It will automatically convert an old\-style Master Boot Record 20 program family are \fBgdisk\fR (the most feature-rich program of the group, 21 with a non-curses-based interactive user interface) and \fBsgdisk\fR (which 22 is driven via command-line options for use by experts or in scripts). [all …]
|
| /third_party/rust/crates/rustix/ |
| D | Cargo.toml | 8 description = "Safe Rust bindings to POSIX/Unix/Linux/Winsock2-like syscalls" 10 license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT" 14 categories = ["os::unix-apis", "date-and-time", "filesystem", "network-programming"] 16 rust-version = "1.48" 18 [build-dependencies] 23 itoa = { version = "1.0.1", default-features = false, optional = true } 24 io-lifetimes = { version = "1.0.0", default-features = false, features = ["close"], optional = true… 26 # Special dependencies used in rustc-dep-of-std mode. 27 core = { version = "1.0.0", optional = true, package = "rustc-std-workspace-core" } 28 alloc = { version = "1.0.0", optional = true, package = "rustc-std-workspace-alloc" } [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/linux/include/llvm/Config/ |
| D | llvm-config.h | 1 /*===------- llvm/Config/llvm-config.h - llvm configuration -------*- C -*-===*/ 6 /* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception */ 8 /*===----------------------------------------------------------------------===*/ 12 This is a C header that can be included in the llvm-c headers. */ 32 #define LLVM_DEFAULT_TARGET_TRIPLE "x86_64-unknown-linux-gnu" 34 #define LLVM_DEFAULT_TARGET_TRIPLE "i686-pc-linux-gnu" 36 #define LLVM_DEFAULT_TARGET_TRIPLE "armv7-linux-gnueabihf" 38 #define LLVM_DEFAULT_TARGET_TRIPLE "aarch64-linux-gnu" 40 #define LLVM_DEFAULT_TARGET_TRIPLE "mipsel-linux-gnu" 42 #define LLVM_DEFAULT_TARGET_TRIPLE "mips64el-linux-gnuabi64" [all …]
|
| /third_party/mesa3d/.gitlab-ci/container/debian/ |
| D | android_build.sh | 3 set -ex 11 apt-get install -y --no-remove $EPHEMERAL 14 ndk=android-ndk-r21d 15 wget -O $ndk.zip https://dl.google.com/android/repository/$ndk-linux-x86_64.zip 16 unzip -d / $ndk.zip "$ndk/toolchains/llvm/*" 20 rdfind -makehardlinks true -makeresultsfile false /android-ndk-r21d/ 22 find /android-ndk-r21d/ -type f | egrep -i "clang-check|clang-tidy|lldb" | xargs rm -f 24 sh .gitlab-ci/container/create-android-ndk-pc.sh /$ndk zlib.pc "" "-lz" "1.2.3" 26 sh .gitlab-ci/container/create-android-cross-file.sh /$ndk x86_64-linux-android x86_64 x86_64 27 sh .gitlab-ci/container/create-android-cross-file.sh /$ndk i686-linux-android x86 x86 [all …]
|
| /third_party/rust/crates/rustix/src/backend/libc/fs/ |
| D | syscalls.rs | 7 #[cfg(any(target_os = "android", target_os = "linux"))] 9 #[cfg(any(target_os = "android", target_os = "fuchsia", target_os = "linux"))] 30 target_os = "linux", 57 any(target_arch = "arm", target_arch = "mips", target_arch = "x86"), 58 target_env = "gnu", 91 #[cfg(any(target_os = "android", target_os = "freebsd", target_os = "linux"))] 97 target_os = "linux", 109 #[cfg(any(target_os = "android", target_os = "linux"))] 131 any(target_arch = "arm", target_arch = "mips", target_arch = "x86"), 132 target_env = "gnu", [all …]
|
| /third_party/rust/crates/nix/test/sys/ |
| D | test_ptrace.rs | 2 target_os = "linux", 3 any(target_arch = "x86_64", target_arch = "x86"), 4 target_env = "gnu" 9 #[cfg(any(target_os = "android", target_os = "linux"))] 13 #[cfg(any(target_os = "android", target_os = "linux"))] 21 // FIXME: qemu-user doesn't implement ptrace on all arches, so permit ENOSYS in test_ptrace() 31 #[cfg(any(target_os = "android", target_os = "linux"))] 41 #[cfg(any(target_os = "android", target_os = "linux"))] 50 #[cfg(any(target_os = "android", target_os = "linux"))] 60 #[cfg(any(target_os = "android", target_os = "linux"))] [all …]
|
| /third_party/openssl/ |
| D | NOTES-WINDOWS.md | 4 - [Native builds using Visual C++](#native-builds-using-visual-c++) 5 - [Native builds using Embarcadero C++Builder]( 6 #native-builds-using-embarcadero-c++-builder) 7 - [Native builds using MinGW](#native-builds-using-mingw) 8 - [Linking native applications](#linking-native-applications) 9 - [Hosted builds using Cygwin](#hosted-builds-using-cygwin) 21 run on the GNU-like development environment MSYS2 22 or run on Linux or Cygwin 25 for building (using GNU/Unix shell, compiler, and tools) and at run time. 31 The native builds using Visual C++ have a `VC-*` prefix. [all …]
|
1234567891011