Home
last modified time | relevance | path

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

12345678910>>...19

/third_party/libabigail/tests/data/test-read-dwarf/
Dtest22-pr19097-libstdc++.so.6.0.17.so.abi1 <abi-corpus version='2.2' 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 …]
Dtest20-pr19025-libvtkParallelCore-6.1.so.abi1 <abi-corpus version='2.2' soname='libvtkParallelCore-6.1.so.1'>
2 <elf-needed>
3 <dependency name='libvtkIOLegacy-6.1.so.1'/>
4 <dependency name='libvtkIOCore-6.1.so.1'/>
5 <dependency name='libvtkCommonExecutionModel-6.1.so.1'/>
6 <dependency name='libvtkCommonDataModel-6.1.so.1'/>
7 <dependency name='libvtkCommonMisc-6.1.so.1'/>
8 <dependency name='libvtkCommonSystem-6.1.so.1'/>
9 <dependency name='libvtksys-6.1.so.1'/>
10 <dependency name='libvtkCommonTransforms-6.1.so.1'/>
[all …]
/third_party/rust/rust/src/ci/github-actions/
Dci.yml11 # ./x.py run src/tools/expand-yaml-anchors
16 ---
26 # YAML anchors work by defining an anchor with `&anchor-name` and reusing its
27 # content in another place with `*anchor-name`. The special `<<` map key merges
30 # The expand-yaml-anchors tool will automatically remove this block from the
32 x--expand-yaml-anchors--remove:
34 - &shared-ci-variables
40 - &public-variables
41 SCCACHE_BUCKET: rust-lang-ci-sccache2
42 TOOLSTATE_REPO: https://github.com/rust-lang-nursery/rust-toolstate
[all …]
/third_party/mesa3d/.gitlab-ci/container/debian/
Dandroid_build.sh5 # .gitlab-ci/image-tags.yml tags:
8 set -e
10 . .gitlab-ci/setup-test-env.sh
12 set -x
20 apt-get install -y --no-remove "${EPHEMERAL[@]}"
23 ndk="android-ndk-${ANDROID_NDK_VERSION}"
24 curl -L --retry 4 -f --retry-all-errors --retry-delay 60 \
25 -o $ndk.zip https://dl.google.com/android/repository/$ndk-linux.zip
26 unzip -d / $ndk.zip "$ndk/source.properties" "$ndk/build/cmake/*" "$ndk/toolchains/llvm/*"
30 rdfind -makehardlinks true -makeresultsfile false /${ndk}/
[all …]
/third_party/grpc/src/ruby/nativedebug/
DREADME.md2 applications that use grpc pre-compiled binary gems.
4 An example of a pre-compiled binary gem is `grpc-1.58.0-x86_64-linux.gem`
5 (as opposed to a source-built gem like `grpc-1.58.0.gem`).
7 `grpc-native-debug` gems contain debug symbols which complement the
9 proper `grpc-native-debug` gem, one can load the correct `.dbg` symbol file to
14 grpc-ruby pre-compiled binary gems are *released with debug symbols stripped*.
18 # Using grpc-native-debug
20 ## Finding the correct grpc-native-debug gem
22 Each `grpc-native-debug` gem is *one-to-one* with a `grpc` gem. Specifically:
24 - The version of a `grpc-native-debug` gem **must match the version** of the `grpc`
[all …]
/third_party/elfutils/tests/
Drun-get-files.sh19 . $srcdir/test-subr.sh
23 testrun_compare ${abs_builddir}/get-files testfile testfile2 <<\EOF
24 cuhl = 11, o = 0, asz = 4, osz = 4, ncu = 191
25 dirs[0] = "/home/drepper/gnu/new-bu/build/ttt"
27 file[1] = "/home/drepper/gnu/new-bu/build/ttt/m.c"
28 cuhl = 11, o = 114, asz = 4, osz = 4, ncu = 5617
29 dirs[0] = "/home/drepper/gnu/new-bu/build/ttt"
31 file[1] = "/home/drepper/gnu/new-bu/build/ttt/b.c"
32 file[2] = "/usr/lib/gcc-lib/i386-redhat-linux/2.96/include/stddef.h"
33 file[3] = "/usr/lib/gcc-lib/i386-redhat-linux/2.96/include/stdarg.h"
[all …]
Drun-next-files.sh2 # Variant of run-get-files that uses dwarf_next_lines.
19 . $srcdir/test-subr.sh
23 testrun_compare ${abs_builddir}/next-files testfile testfile2 <<\EOF
25 dirs[0] = "/home/drepper/gnu/new-bu/build/ttt"
27 file[1] = "/home/drepper/gnu/new-bu/build/ttt/m.c"
29 dirs[0] = "/home/drepper/gnu/new-bu/build/ttt"
31 file[1] = "/home/drepper/gnu/new-bu/build/ttt/b.c"
32 file[2] = "/usr/lib/gcc-lib/i386-redhat-linux/2.96/include/stddef.h"
33 file[3] = "/usr/lib/gcc-lib/i386-redhat-linux/2.96/include/stdarg.h"
34 file[4] = "/usr/include/bits/types.h"
[all …]
/third_party/ninja/.github/workflows/
Dlinux.yml1 name: Linux
11 runs-on: [ubuntu-latest]
15 - uses: actions/checkout@v2
16 - uses: codespell-project/actions-codespell@master
19 - name: Install dependencies
21 … curl -L -O https://github.com/Kitware/CMake/releases/download/v3.16.4/cmake-3.16.4-Linux-x86_64.sh
22 chmod +x cmake-3.16.4-Linux-x86_64.sh
23 ./cmake-3.16.4-Linux-x86_64.sh --skip-license --prefix=/usr/local
24 …curl -L -O https://www.mirrorservice.org/sites/dl.fedoraproject.org/pub/epel/7/x86_64/Packages/p/p…
25 …curl -L -O https://www.mirrorservice.org/sites/dl.fedoraproject.org/pub/epel/7/x86_64/Packages/p/p…
[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/rust/rust/src/
Dstage0.json3 "dist_server": "https://static.rust-lang.org",
4 "artifacts_server": "https://ci-artifacts.rust-lang.org/rustc-builds",
5 "artifacts_with_llvm_assertions_server": "https://ci-artifacts.rust-lang.org/rustc-builds-alt",
6 "git_merge_commit_email": "bors@rust-lang.org",
13 "The section below is generated by `./x.py run src/tools/bump-stage0`,",
20 "date": "2023-07-13",
25 …"dist/2023-07-13/cargo-1.71.0-aarch64-apple-darwin.tar.gz": "e6c678fa6caaea333b3d05e3dc41842d8a37c…
26 …"dist/2023-07-13/cargo-1.71.0-aarch64-apple-darwin.tar.xz": "7637bc54d15cec656d7abb32417316546c7a7…
27 …"dist/2023-07-13/cargo-1.71.0-aarch64-pc-windows-msvc.tar.gz": "989cddc598aa72ef7574a0eb82c2119909…
28 …"dist/2023-07-13/cargo-1.71.0-aarch64-pc-windows-msvc.tar.xz": "f6df21c5f76c928d1c8fc721ea320846e6…
[all …]
/third_party/rust/crates/nix/
D.cirrus.yml8 CLIPPYFLAGS: -D warnings -A unknown-lints
9 RUSTFLAGS: -D warnings
10 RUSTDOCFLAGS: -D warnings
18 - . $HOME/.cargo/env || true
19 - $TOOL -Vv
20 - rustc -Vv
21 - $TOOL $BUILD $ZFLAGS --target $TARGET --all-targets
22 - $TOOL doc $ZFLAGS --no-deps --target $TARGET
23 - $TOOL clippy $ZFLAGS --target $TARGET --all-targets -- $CLIPPYFLAGS
24 - if [ -z "$NOHACK" ]; then mkdir -p $HOME/.cargo/bin; export PATH=$HOME/.cargo/bin:$PATH; fi
[all …]
/third_party/protobuf/
DCargo.bazel.lock4 "aho-corasick 1.1.2": {
5 "name": "aho-corasick",
7 "package_url": "https://github.com/BurntSushi/aho-corasick",
10 "url": "https://static.crates.io/crates/aho-corasick/1.1.2/download",
36 "perf-literal",
44 "id": "memchr 2.6.4",
58 "license_file": "LICENSE-MIT"
92 "license": "Apache-2.0 OR MIT",
94 "Apache-2.0",
97 "license_file": "LICENSE-APACHE"
[all …]
/third_party/mindspore/mindspore-src/source/scripts/conda/mindspore-ascend/1.5.0rc1/
Dbuild.sh3 # install MindSpore-Ascend using pip
4 if [ "$(uname)" == Linux ]; then
6 echo "running on aarch64 linux system."
9-release.obs.cn-north-4.myhuaweicloud.com/1.5.0-rc1/MindSpore/ascend/aarch64/mindspore_ascend-1.5.…
12-release.obs.cn-north-4.myhuaweicloud.com/1.5.0-rc1/MindSpore/ascend/aarch64/mindspore_ascend-1.5.…
17 elif [ "$(arch)" == x86_64 ]; then
18 echo "running on x86_64 linux system."
21-release.obs.cn-north-4.myhuaweicloud.com/1.5.0-rc1/MindSpore/ascend/x86_64/mindspore_ascend-1.5.0…
24-release.obs.cn-north-4.myhuaweicloud.com/1.5.0-rc1/MindSpore/ascend/x86_64/mindspore_ascend-1.5.0…
30 …echo "ERROR: unknown linux architecture, try building MindSpore conda package on a supported archi…
/third_party/mindspore/mindspore-src/source/scripts/conda/mindspore-cpu/1.5.0rc1/
Dbuild.sh3 # install MindSpore-CPU using pip
13 if [ "$(uname)" == Linux ]; then
15 echo "running on aarch64 linux system."
18-release.obs.cn-north-4.myhuaweicloud.com/1.5.0-rc1/MindSpore/cpu/aarch64/mindspore-1.5.0rc1-cp37-
21-release.obs.cn-north-4.myhuaweicloud.com/1.5.0-rc1/MindSpore/cpu/aarch64/mindspore-1.5.0rc1-cp39-
26 elif [ "$(arch)" == x86_64 ]; then
27 echo "running on x86_64 linux system."
30-release.obs.cn-north-4.myhuaweicloud.com/1.5.0-rc1/MindSpore/cpu/x86_64/mindspore-1.5.0rc1-cp37-c…
33-release.obs.cn-north-4.myhuaweicloud.com/1.5.0-rc1/MindSpore/cpu/x86_64/mindspore-1.5.0rc1-cp39-c…
39 …echo "ERROR: unknown linux architecture, try building MindSpore conda package on a supported archi…
/third_party/mindspore/mindspore-src/source/scripts/conda/mindspore-cpu/1.5.0/
Dbuild.sh3 # install MindSpore-CPU using pip
13 if [ "$(uname)" == Linux ]; then
15 echo "running on aarch64 linux system."
18-release.obs.cn-north-4.myhuaweicloud.com/1.5.0/MindSpore/cpu/aarch64/mindspore-1.5.0-cp37-cp37m-l…
21-release.obs.cn-north-4.myhuaweicloud.com/1.5.0/MindSpore/cpu/aarch64/mindspore-1.5.0-cp39-cp39-li…
26 elif [ "$(arch)" == x86_64 ]; then
27 echo "running on x86_64 linux system."
30-release.obs.cn-north-4.myhuaweicloud.com/1.5.0/MindSpore/cpu/x86_64/mindspore-1.5.0-cp37-cp37m-li…
33-release.obs.cn-north-4.myhuaweicloud.com/1.5.0/MindSpore/cpu/x86_64/mindspore-1.5.0-cp39-cp39-lin…
39 …echo "ERROR: unknown linux architecture, try building MindSpore conda package on a supported archi…
/third_party/mindspore/mindspore-src/source/scripts/conda/mindspore-ascend/1.5.0/
Dbuild.sh3 # install MindSpore-Ascend using pip
4 if [ "$(uname)" == Linux ]; then
6 echo "running on aarch64 linux system."
9-release.obs.cn-north-4.myhuaweicloud.com/1.5.0/MindSpore/ascend/aarch64/mindspore_ascend-1.5.0-cp…
12-release.obs.cn-north-4.myhuaweicloud.com/1.5.0/MindSpore/ascend/aarch64/mindspore_ascend-1.5.0-cp…
17 elif [ "$(arch)" == x86_64 ]; then
18 echo "running on x86_64 linux system."
21-release.obs.cn-north-4.myhuaweicloud.com/1.5.0/MindSpore/ascend/x86_64/mindspore_ascend-1.5.0-cp3…
24-release.obs.cn-north-4.myhuaweicloud.com/1.5.0/MindSpore/ascend/x86_64/mindspore_ascend-1.5.0-cp3…
30 …echo "ERROR: unknown linux architecture, try building MindSpore conda package on a supported archi…
/third_party/rust/crates/autocfg/src/
Dtests.rs11 assert!(Version::new(1, 2, 4) > v123); in version_cmp()
19 &Some("x86_64-unknown-linux-gnu".into()), in dir_does_not_contain_target()
20 Path::new("/project/target/debug/build/project-ea75983148559682/out"), in dir_does_not_contain_target()
28 &Some("x86_64-unknown-linux-gnu".into()), in dir_does_contain_target()
30 "/project/target/x86_64-unknown-linux-gnu/debug/build/project-0147aca016480b9d/out" in dir_does_contain_target()
39 &Some("x86_64-unknown-linux-gnu".into()), in dir_does_not_contain_target_with_custom_target_dir()
40 Path::new("/project/custom/debug/build/project-ea75983148559682/out"), in dir_does_not_contain_target_with_custom_target_dir()
48 &Some("x86_64-unknown-linux-gnu".into()), in dir_does_contain_target_with_custom_target_dir()
50 "/project/custom/x86_64-unknown-linux-gnu/debug/build/project-0147aca016480b9d/out" in dir_does_contain_target_with_custom_target_dir()
/third_party/musl/
Dmusl_config.gni2 # Use of this source code is governed by a BSD-style license that can be
11 } else if (current_cpu == "x86_64" || current_cpu == "x64") {
12 musl_arch = "x86_64"
30 (defined(ohos_kernel_type) && ohos_kernel_type == "linux")) {
31 musl_target_os = "linux"
33 musl_target_triple = "mipsel-linux-ohos"
35 musl_target_triple = "${musl_arch}-linux-ohos"
39 musl_target_triple = "arm-liteos-ohos"
45 runtime_lib_path = "//out/llvm-install/lib/clang/15.0.4/lib"
49 "//prebuilts/clang/ohos/linux-aarch64/llvm/lib/clang/15.0.4/lib"
[all …]
/third_party/mesa3d/.gitlab-ci/container/
Dcreate-android-cross-file.sh6 cpu=$4
7 cross_file="/cross_file-$arch.txt"
11 arch2=${6:-$2}
19 ar = '$ndk/toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-ar'
20 …ains/llvm/prebuilt/linux-x86_64/bin/${arch2}${sdk_version}-clang', '-fno-exceptions', '-fno-unwind
21linux-x86_64/bin/${arch2}${sdk_version}-clang++', '-fno-exceptions', '-fno-unwind-tables', '-fno-a…
24 strip = '$ndk/toolchains/llvm/prebuilt/linux-x86_64/bin/llvm-strip'
25 pkg-config = ['/usr/bin/pkgconf']
35 … '/usr/local/lib/${arch2}/pkgconfig/:/${ndk}/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib…
/third_party/mindspore/mindspore-src/source/scripts/conda/mindspore-ascend/1.3.0/
Dbuild.sh3 # install MindSpore-Ascend using pip
4 if [ "$(uname)" == Linux ]; then
6 echo "running on aarch64 linux system."
9-release.obs.cn-north-4.myhuaweicloud.com/1.3.0/MindSpore/ascend/aarch64/mindspore_ascend-1.3.0-cp…
16 elif [ "$(arch)" == x86_64 ]; then
17 echo "running on x86_64 linux system."
20-release.obs.cn-north-4.myhuaweicloud.com/1.3.0/MindSpore/ascend/x86_64/mindspore_ascend-1.3.0-cp3…
28 …echo "ERROR: unknown linux architecture, try building MindSpore conda package on a supported archi…
/third_party/mindspore/mindspore-src/source/scripts/conda/mindspore-cpu/1.3.0/
Dbuild.sh3 # install MindSpore-CPU using pip
4 if [ "$(uname)" == Linux ]; then
6 echo "running on aarch64 linux system."
9-release.obs.cn-north-4.myhuaweicloud.com/1.3.0/MindSpore/cpu/aarch64/mindspore-1.3.0-cp37-cp37m-l…
16 elif [ "$(arch)" == x86_64 ]; then
17 echo "running on x86_64 linux system."
20-release.obs.cn-north-4.myhuaweicloud.com/1.3.0/MindSpore/cpu/x86_64/mindspore-1.3.0-cp37-cp37m-li…
28 …echo "ERROR: unknown linux architecture, try building MindSpore conda package on a supported archi…
/third_party/curl/tests/
Dvalgrind.supp2 zstd_decompression-1.3.3-on-Ubuntu-18.04_with_hyper
11 zstd_decompression-1.3.3-on-Ubuntu-18.04
30 zstd_decompression-1.3.3-on-Ubuntu-18.04-nondebug
43 libidn-idna_to_ascii-error
63 libidn-idna_to_ascii-error-eventbased
85 libidn-idna_to_ascii-error-inlined-functions
94 fun:easy_perform.part.4
101 libidn-idna_to_ascii-error-inlined-functions-alt
117 libidn-idna_to_ascii-error-inlined-functions-alt2
133 openssl-1.0.1-error-as-seen-on-travis
[all …]
/third_party/mesa3d/ohos/
Dmeson_cross_process64.py2 # -*- coding: utf-8 -*-
36 '--target=aarch64-linux-ohosmusl',
37 '--sysroot=sysroot_stub',
38 '-fno-emulated-tls',
39 '-fPIC',
40 '-g',
41 '-O2',
42 '-D_FORTIFY_SOURCE=2',
43 '-fstack-protector-all',
48 '--target=aarch64-linux-ohosmusl',
[all …]
/third_party/rust/rust/src/tools/miri/
Dci.sh2 set -euo pipefail
6 set -x
18 export RUSTFLAGS="-D warnings"
20 export CARGO_EXTRA_FLAGS="--locked"
25 ./miri check --no-default-features # make sure this can be built
26 ./miri check --all-features # and this, too
27 ./miri build --all-targets # the build that all the `./miri test` below will use
33 if [ -n "${MIRI_TEST_TARGET+exists}" ]; then
41 if [ -z "${MIRI_TEST_TARGET+exists}" ]; then
42 # Host-only tests: running these on all targets is unlikely to catch more problems and would
[all …]
/third_party/libabigail/tests/data/test-diff-dwarf-abixml/
Dtest0-pr19026-libvtkIOSQL-6.1.so.1.abi1 <abi-corpus version='2.2' soname='libvtkIOSQL-6.1.so.1'>
2 <elf-needed>
3 <dependency name='libvtkIOCore-6.1.so.1'/>
4 <dependency name='libvtksys-6.1.so.1'/>
5 <dependency name='libvtksqlite-6.1.so.1'/>
6 <dependency name='libvtkCommonExecutionModel-6.1.so.1'/>
7 <dependency name='libvtkCommonDataModel-6.1.so.1'/>
8 <dependency name='libvtkCommonSystem-6.1.so.1'/>
9 <dependency name='libvtkCommonTransforms-6.1.so.1'/>
10 <dependency name='libvtkCommonMisc-6.1.so.1'/>
[all …]

12345678910>>...19