Home
last modified time | relevance | path

Searched +full:linux +full:- +full:x86_64 (Results 1 – 25 of 825) sorted by relevance

12345678910>>...33

/third_party/rust/crates/nix/
D.cirrus.yml8 RUSTFLAGS: -D warnings
9 RUSTDOCFLAGS: -D warnings
18 - . $HOME/.cargo/env || true
19 - $TOOL +$TOOLCHAIN -Vv
20 - rustc +$TOOLCHAIN -Vv
21 - $TOOL +$TOOLCHAIN $BUILD $ZFLAGS --target $TARGET --all-targets
22 - $TOOL +$TOOLCHAIN doc $ZFLAGS --no-deps --target $TARGET
23 - $TOOL +$TOOLCHAIN clippy $ZFLAGS --target $TARGET --all-targets -- -D warnings
24 - if [ -z "$NOHACK" ]; then mkdir -p $HOME/.cargo/bin; export PATH=$HOME/.cargo/bin:$PATH; fi
25- if [ -z "$NOHACK" ]; then curl -LsSf https://github.com/taiki-e/cargo-hack/releases/latest/downl…
[all …]
DREADME.md3 [![Cirrus Build Status](https://api.cirrus-ci.com/github/nix-rust/nix.svg)](https://cirrus-ci.com/g…
8 Nix seeks to provide friendly bindings to various *nix platform APIs (Linux, Darwin,
13 exposed by the [libc crate](https://github.com/rust-lang/libc). This is done by
20 [gethostname](https://man7.org/linux/man-pages/man2/gethostname.2.html) system
25 pub unsafe extern fn gethostname(name: *mut c_char, len: size_t) -> c_int;
28 pub fn gethostname() -> Result<OsString>;
34 platforms supported by [libc](https://github.com/rust-lang/libc), only some
38 * Tier 1 - Builds and tests for this target are run in CI. Failures of either
40 * Tier 2 - Builds for this target are run in CI. Failures during the build
43 * Tier 3 - Builds for this target are run in CI. Failures during the build
[all …]
Dbors.toml6 "Android x86_64",
7 "DragonFly BSD x86_64",
10 "Fuchsia x86_64",
11 "Linux MIPS",
12 "Linux MIPS64 el",
13 "Linux MIPS64",
14 "Linux aarch64",
15 "Linux arm gnueabi",
16 "Linux arm-musleabi",
17 "Linux armv7 gnueabihf",
[all …]
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm/
Dopenssl-fips.gypi6 'openssl/crypto/bn/asm/x86_64-gcc.c',
273 'openssl_sources_linux-x86_64': [
274 './config/archs/linux-x86_64/asm/crypto/aes/aes-x86_64.s',
275 './config/archs/linux-x86_64/asm/crypto/aes/aesni-mb-x86_64.s',
276 './config/archs/linux-x86_64/asm/crypto/aes/aesni-sha1-x86_64.s',
277 './config/archs/linux-x86_64/asm/crypto/aes/aesni-sha256-x86_64.s',
278 './config/archs/linux-x86_64/asm/crypto/aes/aesni-x86_64.s',
279 './config/archs/linux-x86_64/asm/crypto/aes/bsaes-x86_64.s',
280 './config/archs/linux-x86_64/asm/crypto/aes/vpaes-x86_64.s',
281 './config/archs/linux-x86_64/asm/crypto/bn/rsaz-avx2.s',
[all …]
Dopenssl.gypi160 'openssl/crypto/bn/asm/x86_64-gcc.c',
948 'openssl_sources_linux-x86_64': [
949 './config/archs/linux-x86_64/asm/crypto/aes/aes-x86_64.s',
950 './config/archs/linux-x86_64/asm/crypto/aes/aesni-mb-x86_64.s',
951 './config/archs/linux-x86_64/asm/crypto/aes/aesni-sha1-x86_64.s',
952 './config/archs/linux-x86_64/asm/crypto/aes/aesni-sha256-x86_64.s',
953 './config/archs/linux-x86_64/asm/crypto/aes/aesni-x86_64.s',
954 './config/archs/linux-x86_64/asm/crypto/aes/bsaes-x86_64.s',
955 './config/archs/linux-x86_64/asm/crypto/aes/vpaes-x86_64.s',
956 './config/archs/linux-x86_64/asm/crypto/bn/rsaz-avx2.s',
[all …]
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm_avx2/
Dopenssl-fips.gypi6 'openssl/crypto/bn/asm/x86_64-gcc.c',
273 'openssl_sources_linux-x86_64': [
274 './config/archs/linux-x86_64/asm_avx2/crypto/aes/aes-x86_64.s',
275 './config/archs/linux-x86_64/asm_avx2/crypto/aes/aesni-mb-x86_64.s',
276 './config/archs/linux-x86_64/asm_avx2/crypto/aes/aesni-sha1-x86_64.s',
277 './config/archs/linux-x86_64/asm_avx2/crypto/aes/aesni-sha256-x86_64.s',
278 './config/archs/linux-x86_64/asm_avx2/crypto/aes/aesni-x86_64.s',
279 './config/archs/linux-x86_64/asm_avx2/crypto/aes/bsaes-x86_64.s',
280 './config/archs/linux-x86_64/asm_avx2/crypto/aes/vpaes-x86_64.s',
281 './config/archs/linux-x86_64/asm_avx2/crypto/bn/rsaz-avx2.s',
[all …]
Dopenssl.gypi160 'openssl/crypto/bn/asm/x86_64-gcc.c',
948 'openssl_sources_linux-x86_64': [
949 './config/archs/linux-x86_64/asm_avx2/crypto/aes/aes-x86_64.s',
950 './config/archs/linux-x86_64/asm_avx2/crypto/aes/aesni-mb-x86_64.s',
951 './config/archs/linux-x86_64/asm_avx2/crypto/aes/aesni-sha1-x86_64.s',
952 './config/archs/linux-x86_64/asm_avx2/crypto/aes/aesni-sha256-x86_64.s',
953 './config/archs/linux-x86_64/asm_avx2/crypto/aes/aesni-x86_64.s',
954 './config/archs/linux-x86_64/asm_avx2/crypto/aes/bsaes-x86_64.s',
955 './config/archs/linux-x86_64/asm_avx2/crypto/aes/vpaes-x86_64.s',
956 './config/archs/linux-x86_64/asm_avx2/crypto/bn/rsaz-avx2.s',
[all …]
/third_party/rust/crates/libc/ci/
Dbuild.sh8 set -ex
18 rustup component add rust-src
32 until [ $n -ge $N ]
34 if rustup target add "${TARGET}" --toolchain "${RUST}" ; then
44 cargo "+${RUST}" "${BUILD_CMD}" -vv --no-default-features --target "${TARGET}"
46 # FIXME: With `build-std` feature, `compiler_builtins` emits a lof of lint warnings.
47 RUSTFLAGS="-A improper_ctypes_definitions" cargo "+${RUST}" "${BUILD_CMD}" \
48 -Z build-std=core,alloc -vv --no-default-features --target "${TARGET}"
53 cargo "+${RUST}" "${BUILD_CMD}" -vv --target "${TARGET}"
55 RUSTFLAGS="-A improper_ctypes_definitions" cargo "+${RUST}" "${BUILD_CMD}" \
[all …]
Dsemver.sh5 set -ex
11 if ! rustc --version | grep -E "nightly" ; then
16 rustup component add rustc-dev llvm-tools-preview
19 cargo install semverver --version=0.1.50
23 *linux*)
25 aarch64-fuchsia \
26 aarch64-linux-android \
27 aarch64-unknown-linux-gnu \
28 aarch64-unknown-linux-musl \
29 armv7-linux-androideabi \
[all …]
/third_party/libwebsockets/
D.sai.json2 "schema": "sai-1",
8 "linux-debian-11/x86_64-amd/gcc": {
9-test-server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G DEB\";cmake .. ${cmake} && mak…
11 "linux-debian-buster/x86-amd/gcc": {
12-test-server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G DEB\";cmake .. ${cmake} && mak…
14 "linux-debian-sid/x86_64-amd/gcc": {
15-test-server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G DEB\";cmake .. ${cmake} && mak…
17 "linux-ubuntu-xenial/x86_64-amd/gcc": {
18-test-server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G DEB\";cmake .. ${cmake} && mak…
20 "linux-debian-sid/x86-amd/gcc": {
[all …]
/third_party/mesa3d/.gitlab-ci/container/debian/
Dandroid_build.sh3 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/libabigail/tests/data/test-read-dwarf/
Dtest22-pr19097-libstdc++.so.6.0.17.so.abi1 <abi-corpus version='2.1' soname='libstdc++.so.6'>
2 <elf-needed>
5 <dependency name='ld-linux-x86-64.so.2'/>
7 </elf-needed>
8 <elf-function-symbols>
9-symbol name='_ZN10__cxxabiv116__enum_type_infoD0Ev' version='CXXABI_1.3' is-default-version='yes'…
10-symbol name='_ZN10__cxxabiv116__enum_type_infoD1Ev' version='CXXABI_1.3' is-default-version='yes'…
11-symbol name='_ZN10__cxxabiv116__enum_type_infoD2Ev' version='CXXABI_1.3' is-default-version='yes'…
12-symbol name='_ZN10__cxxabiv117__array_type_infoD0Ev' version='CXXABI_1.3' is-default-version='yes…
13-symbol name='_ZN10__cxxabiv117__array_type_infoD1Ev' version='CXXABI_1.3' is-default-version='yes…
[all …]
Dtest12-pr18844.so.abi1 <abi-corpus version='2.1'>
2 <elf-needed>
37 <dependency name='build/debug/third_party/boost-1.56.0/libboost_chrono.so'/>
38 <dependency name='build/debug/third_party/boost-1.56.0/libboost_filesystem.so'/>
39 <dependency name='build/debug/third_party/boost-1.56.0/libboost_program_options.so'/>
40 <dependency name='build/debug/third_party/boost-1.56.0/libboost_system.so'/>
41 <dependency name='build/debug/third_party/boost-1.56.0/libboost_thread.so'/>
42 <dependency name='build/debug/third_party/gperftools-2.2/libtcmalloc_minimal.so'/>
49 <dependency name='build/debug/third_party/pcre-8.37/libpcrecpp.so'/>
50 <dependency name='build/debug/third_party/yaml-cpp-0.5.1/libyaml.so'/>
[all …]
Dtest16-pr18904.so.abi1 <abi-corpus version='2.1' soname='liboffloadmic_host.so.5'>
2 <elf-needed>
8 </elf-needed>
9 <elf-function-symbols>
10 …<elf-symbol name='ORSLRelease' type='func-type' binding='global-binding' visibility='default-visib…
11 …<elf-symbol name='ORSLReserve' type='func-type' binding='global-binding' visibility='default-visib…
12 …<elf-symbol name='ORSLReservePartial' type='func-type' binding='global-binding' visibility='defaul…
13 …<elf-symbol name='ORSLTryReserve' type='func-type' binding='global-binding' visibility='default-vi…
14 …<elf-symbol name='_Offload_find_associated_mic_memory' type='func-type' binding='global-binding' v…
15 …<elf-symbol name='_Offload_get_device_number' type='func-type' binding='global-binding' visibility…
[all …]
/third_party/protobuf/protoc-artifacts/
Dbuild-protoc.sh4 # protoc plugins into target/<OS>/<ARCH>/protoc-gen-*.exe
6 # Usage: ./build-protoc.sh <OS> <ARCH> <TARGET>
8 # <TARGET> can be "protoc" or "protoc-gen-javalite". Supported <OS> <ARCH>
11 # cygwin windows x86_32 Requires: i686-w64-mingw32-gcc
12 # cygwin windows x86_64 Requires: x86_64-w64-mingw32-gcc
13 # linux linux aarch_64 Requires: g++-aarch64-linux-gnu
14 # linux linux x86_32
15 # linux linux x86_64
16 # linux windows x86_32 Requires: i686-w64-mingw32-gcc
17 # linux windows x86_64 Requires: x86_64-w64-mingw32-gcc
[all …]
DREADME.md1 # Build scripts that publish pre-compiled protoc artifacts
14 * [build-protoc.sh](build-protoc.sh): script to cross-build the protoc for your
17 * [build-zip.sh](build-zip.sh): script to package published maven artifacts in
31 ``protoc-<version>-<os>-<arch>.exe``, e.g., ``protoc-3.6.1-linux-x86_64.exe``.
33 Note that artifacts for linux/macos also have the `.exe` suffix but they are
39 The scripts only work under Unix-like environments, e.g., Linux, MacOSX, and
43 ## Building from a freshly checked-out source
57 Run the build-protoc.sh script under this protoc-artifacts directory to build the protoc
61 $ cd protoc-artifacts
62 $ ./build-protoc.sh linux x86_64 protoc
[all …]
/third_party/rust/crates/minimal-lexical/.github/workflows/
DCross.yml11 runs-on: ubuntu-latest
13 fail-fast: false
17 - aarch64-linux-android
18 - arm-linux-androideabi
19 - armv7-linux-androideabi
20 - i686-linux-android
21 - x86_64-linux-android
23 # Linux
24 - aarch64-unknown-linux-gnu
25 - arm-unknown-linux-gnueabi
[all …]
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp2 # 1 "<built-in>" 1
3 # 1 "<built-in>" 3
4 # 352 "<built-in>" 3
6 # 1 "<built-in>" 2
7 # 1 "/home/fitzgen/stylo/obj-x86_64-pc-linux-gnu/dist/include/mozilla-config.h" 1
8 # 10 "/home/fitzgen/stylo/obj-x86_64-pc-linux-gnu/dist/include/mozilla-config.h"
11 #pragma clang diagnostic ignored "-Wreserved-id-macro"
12 # 213 "/home/fitzgen/stylo/obj-x86_64-pc-linux-gnu/dist/include/mozilla-config.h"
14 # 223 "/home/fitzgen/stylo/obj-x86_64-pc-linux-gnu/dist/include/mozilla-config.h"
15 # 1 "/home/fitzgen/stylo/obj-x86_64-pc-linux-gnu/dist/include/mozilla/Char16.h" 1
[all …]
/third_party/gn/infra/recipes/gn.expected/
Dcq_linux.json34 "--tags",
85 "rev-parse",
102 "name": "git.rev-parse",
162 "-root",
164 "-ensure-file",
165 … sysroot\nfuchsia/third_party/sysroot/linux git_revision:c912d089c3d46d8982fdef76a50514cca79b6132\…
166 "-max-threads",
168 "-json-output",
190 …TEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-integration-----\",@@@…
191 …"@@@STEP_LOG_LINE@json.output@ \"package\": \"fuchsia/third_party/clang/resolved-platform\"…
[all …]
Dci_linux.json34 "--tags",
85 "rev-parse",
102 "name": "git.rev-parse",
111 "-root",
113 "-ensure-file",
114 … sysroot\nfuchsia/third_party/sysroot/linux git_revision:c912d089c3d46d8982fdef76a50514cca79b6132\…
115 "-max-threads",
117 "-json-output",
139 …TEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-integration-----\",@@@…
140 …"@@@STEP_LOG_LINE@json.output@ \"package\": \"fuchsia/third_party/clang/resolved-platform\"…
[all …]
Dcipd_register.json15 "name": "infra-internal:ci"
34 "--tags",
42 "name": "infra-internal:ci"
67 "name": "infra-internal:ci"
85 "rev-parse",
92 "name": "infra-internal:ci"
102 "name": "git.rev-parse",
111 "-root",
113 "-ensure-file",
114 … sysroot\nfuchsia/third_party/sysroot/linux git_revision:c912d089c3d46d8982fdef76a50514cca79b6132\…
[all …]
/third_party/vk-gl-cts/
DCMakeCache.txt2 # For build in directory: /home/hrt/master/source/third_party/vk-gl-cts
33 //A wrapper around 'ar' adding the appropriate '--plugin' option
35 CMAKE_CXX_COMPILER_AR:FILEPATH=/usr/bin/gcc-ar-9
37 //A wrapper around 'ranlib' adding the appropriate '--plugin' option
39 CMAKE_CXX_COMPILER_RANLIB:FILEPATH=/usr/bin/gcc-ranlib-9
42 CMAKE_CXX_FLAGS:STRING=-m64
45 CMAKE_CXX_FLAGS_DEBUG:STRING=-g
48 CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
51 CMAKE_CXX_FLAGS_RELEASE:STRING=-O3 -DNDEBUG
54 CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
[all …]
/third_party/rust/crates/rustix/.github/workflows/
Dmain.yml6 - main
13 runs-on: ubuntu-latest
15 - uses: actions/checkout@v3
18 - uses: ./.github/actions/install-rust
21 - run: cargo fmt --all -- --check
25 runs-on: ${{ matrix.os }}
30 - build: stable
31 os: ubuntu-latest
33 - build: nightly
34 os: ubuntu-latest
[all …]
/third_party/libunwind/
D.travis.yml5 - 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 …]
/third_party/libabigail/.github/workflows/
Dlibabigail.yaml7 # get-release:
8 # container: ghcr.io/woodard/libabigail-ubuntu-22.04:latest
9 # runs-on: ubuntu-latest
11 # - name: Organize Files
13 # mkdir -p /abi
14 # cp /opt/abigail-env/.spack-env/view/lib/libabigail.so /abi/
15 # cp /lib/x86_64-linux-gnu/libc.so.6 /abi/
16 # cp /lib/x86_64-linux-gnu/libstdc++.so.6 /abi/
17 # cp /lib/x86_64-linux-gnu/libsystemd.so.0 /abi/
19 # - name: Upload Libs
[all …]

12345678910>>...33