Home
last modified time | relevance | path

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

12345678910>>...17

/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 …]
Dtest20-pr19025-libvtkParallelCore-6.1.so.abi1 <abi-corpus version='2.1' 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 …]
Dtest18-pr19037-libvtkRenderingLIC-6.1.so.abi1 <abi-corpus version='2.1' soname='libvtkRenderingLIC-6.1.so.1'>
2 <elf-needed>
3 <dependency name='libvtkIOLegacy-6.1.so.1'/>
4 <dependency name='libvtkIOXML-6.1.so.1'/>
5 <dependency name='libvtkImagingSources-6.1.so.1'/>
6 <dependency name='libvtkRenderingOpenGL-6.1.so.1'/>
7 <dependency name='libvtkIOGeometry-6.1.so.1'/>
8 <dependency name='libvtkIOXMLParser-6.1.so.1'/>
9 <dependency name='libvtkRenderingCore-6.1.so.1'/>
10 <dependency name='libvtkImagingCore-6.1.so.1'/>
[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/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/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 …]
/third_party/libabigail/tests/data/test-diff-dwarf-abixml/
Dtest0-pr19026-libvtkIOSQL-6.1.so.1.abi1 <abi-corpus version='2.1' 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 …]
/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/python/Lib/test/
Dtest_sysconfig.py131 # Mac and Linux, shared library build.
146 # before bpo-45413, here we assert the posix_venv scheme does not regress
151 'site-packages')
168 # before bpo-45413, here we assert the posix_venv scheme does not regress
171 libpath = os.path.join('Lib', 'site-packages')
218 sys.version = ('2.4.4 (#71, Oct 18 2006, 08:34:43) '
225 sys.version = ('2.4.4 (#71, Oct 18 2006, 08:34:43) '
228 self.assertEqual(get_platform(), 'win-amd64')
238 'root:xnu-792.25.20~1/RELEASE_I386'), 'PowerPC'))
242 get_config_vars()['CFLAGS'] = ('-fno-strict-aliasing -DNDEBUG -g '
[all …]
/third_party/mesa3d/.gitlab-ci/container/
Dcreate-android-cross-file.sh6 cpu=$4
7 cross_file="/cross_file-$arch.txt"
10 arch2=${5:-$2}
18 ar = '$ndk/toolchains/llvm/prebuilt/linux-x86_64/bin/$arch-ar'
19 …toolchains/llvm/prebuilt/linux-x86_64/bin/${arch2}29-clang', '-fno-exceptions', '-fno-unwind-table…
20 …oolchains/llvm/prebuilt/linux-x86_64/bin/${arch2}29-clang++', '-fno-exceptions', '-fno-unwind-tabl…
23 strip = '$ndk/toolchains/llvm/prebuilt/linux-x86_64/bin/$arch-strip'
24 pkgconfig = ['/usr/bin/pkg-config']
27 system = 'linux'
Dcreate-android-ndk-pc.sh5 set -ex
10 libs="$4"
13 sysroot=$ndk/toolchains/llvm/prebuilt/linux-x86_64/sysroot
16 x86_64-linux-android \
17 i686-linux-android \
18 aarch64-linux-android \
19 arm-linux-androideabi; do
21 mkdir -p $pcdir
35 Libs: -L$sysroot/usr/lib/$arch/29 $libs
36 Cflags: -I$sysroot/usr/include $cflags
/third_party/node/
Dandroid_configure.py7 print("- Patches List -")
8 …print("[1] [deps/v8/src/trap-handler/trap-handler.h] related to https://github.com/nodejs/node/iss…
9 if platform.system() == "Linux":
10 …os.system('patch -f ./deps/v8/src/trap-handler/trap-handler.h < ./android-patches/trap-handler.h.p…
14 print("android-configure is not supported on Windows yet.")
21 if len(sys.argv) != 4:
22 …print("Usage: ./android-configure [patch] <path to the Android NDK> <Android SDK version> <target …
39 TOOLCHAIN_PREFIX = "armv7a-linux-androideabi"
42 TOOLCHAIN_PREFIX = "aarch64-linux-android"
46 TOOLCHAIN_PREFIX = "i686-linux-android"
[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/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 …]
/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"
28 (defined(ohos_kernel_type) && ohos_kernel_type == "linux")) {
29 musl_target_os = "linux"
31 musl_target_triple = "mipsel-linux-ohos"
33 musl_target_triple = "${musl_arch}-linux-ohos"
37 musl_target_triple = "arm-liteos-ohos"
48 runtime_lib_path = "//out/llvm-install/lib/clang/15.0.4/lib"
52 "//prebuilts/clang/ohos/linux-aarch64/llvm/lib/clang/15.0.4/lib"
[all …]
/third_party/skia/third_party/externals/angle2/doc/
DDebuggingTips.md3 There are many ways to debug ANGLE using generic or platform-dependent tools. Here is a list of tips
6 ## Running ANGLE under apitrace on Linux
23 `ldconfig -p | grep libGL`.
35 ninja -C out/Debug
37 apitrace trace -o mytrace ./out/Debug/hello_triangle
64 diff --git a/build/config/compiler/compiler.gni b/build/config/compiler/compiler.gni
66 --- a/build/config/compiler/compiler.gni
68 @@ -86,7 +86,8 @@ declare_args() {
72 - forbid_non_component_debug_builds = build_with_chromium
79 diff --git a/scripts/gdbclient.py b/scripts/gdbclient.py
[all …]
/third_party/rust/crates/libc/.github/workflows/
Dbors.yml6 - auto-libc
7 - try
13 … actions: write # to cancel workflows (rust-lang/simpleinfra/github-actions/cancel-outdated-builds)
16 name: Docker Linux Tier1
17 runs-on: ubuntu-22.04
19 fail-fast: true
22 i686-unknown-linux-gnu,
23 x86_64-unknown-linux-gnu,
26 - uses: rust-lang/simpleinfra/github-actions/cancel-outdated-builds@master
29 - uses: actions/checkout@v3
[all …]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/
Dtags.py41 _32_BIT_INTERPRETER = struct.calcsize("P") == 4
54 def __init__(self, interpreter: str, abi: str, platform: str) -> None:
61 # Set[Tag]. Pre-computing the value here produces significant speedups for
66 def interpreter(self) -> str:
70 def abi(self) -> str:
74 def platform(self) -> str:
77 def __eq__(self, other: object) -> bool:
82 (self._hash == other._hash) # Short-circuit ASAP for perf reasons.
88 def __hash__(self) -> int:
91 def __str__(self) -> str:
[all …]
/third_party/node/deps/openssl/openssl/util/perl/OpenSSL/
Dconfig.pm2 # Copyright 1998-2023 The OpenSSL Project Authors. All Rights Reserved.
56 my $v = `$CROSS_COMPILE$CC -v 2>&1`;
57 $v =~ m/(?:(?:clang|LLVM) version|.*based on LLVM)\s+([0-9]+\.[0-9]+)/;
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' ],
79 [ 'AIX:.*?:[5-9]:.*', '${MACHINE}-ibm-aix' ],
80 [ 'AIX:.*', '${MACHINE}-ibm-aix3' ],
[all …]
/third_party/openssl/util/perl/OpenSSL/
Dconfig.pm2 # Copyright 1998-2023 The OpenSSL Project Authors. All Rights Reserved.
56 my $v = `$CROSS_COMPILE$CC -v 2>&1`;
57 $v =~ m/(?:(?:clang|LLVM) version|.*based on LLVM)\s+([0-9]+\.[0-9]+)/;
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' ],
79 [ 'AIX:.*?:[5-9]:.*', '${MACHINE}-ibm-aix' ],
80 [ 'AIX:.*', '${MACHINE}-ibm-aix3' ],
[all …]
/third_party/python/Lib/distutils/tests/
Dtest_util.py71 sys.version = ('2.4.4 (#71, Oct 18 2006, 08:34:43) '
78 sys.version = ('2.4.4 (#71, Oct 18 2006, 08:34:43) '
81 self.assertEqual(get_platform(), 'win-amd64')
91 'root:xnu-792.25.20~1/RELEASE_I386'), 'i386'))
95 get_config_vars()['CFLAGS'] = ('-fno-strict-aliasing -DNDEBUG -g '
96 '-fwrapv -O3 -Wall -Wstrict-prototypes')
99 sys.maxsize = (2 ** 31)-1
101 self.assertEqual(get_platform(), 'macosx-10.3-i386')
108 get_config_vars()['CFLAGS'] = ('-arch ppc -arch i386 -isysroot '
109 '/Developer/SDKs/MacOSX10.4u.sdk '
[all …]
/third_party/lz4/.circleci/
Dconfig.yml17 shell: /bin/bash --login
19 …t or see https://circleci.com/docs/2.0/env-vars/#interpolating-environment-variables-to-set-other-
21 CIRCLE_ARTIFACTS: /tmp/circleci-artifacts
22 CIRCLE_TEST_REPORTS: /tmp/circleci-test-results
23 …# In CircleCI 1.0 we used a pre-configured image with a large number of languages and other packag…
24 # In CircleCI 2.0 you can now specify your own image, or use one of our pre-configured images.
26 # We have selected a pre-built image that mirrors the build environment we use on
29 # VM instead of a container) see https://circleci.com/docs/2.0/executor-types/
30 # To see the list of pre-built images that CircleCI provides for most common languages see
31 # https://circleci.com/docs/2.0/circleci-images/
[all …]
/third_party/ltp/testcases/cve/
Dcve-2015-3290.c1 // SPDX-License-Identifier: GPL-2.0-or-later
4 * Copyright (c) 2018-2022 Linux Test Project
12 http://www.openwall.com/lists/oss-security/2015/08/04/8
14 > +++++ CVE-2015-3290 +++++
16 > High impact NMI bug on x86_64 systems 3.13 and newer, embargoed. Also fixed
19 > https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=9b6e6a8334d56354853f9c…
21 > The other fix (synchronous modify_ldt) does *not* fix CVE-2015-3290.
23 > You can mitigate CVE-2015-3290 by blocking modify_ldt or
24 > perf_event_open using seccomp. A fully-functional, portable, reliable
32 reliable privilege escalation on any Linux x86_64 system in which
[all …]

12345678910>>...17