Home
last modified time | relevance | path

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

12345678910>>...15

/third_party/rust/crates/libc/
DCargo.toml5 license = "MIT OR Apache-2.0"
7 repository = "https://github.com/rust-lang/libc"
8 homepage = "https://github.com/rust-lang/libc"
11 categories = ["external-ffi-bindings", "no-std", "os"]
19 features = ["const-extern-fn", "extra_traits"]
20 default-target = "x86_64-unknown-linux-gnu"
22 "aarch64-apple-darwin",
23 "aarch64-apple-ios",
24 "aarch64-linux-android",
25 "aarch64-pc-windows-msvc",
[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/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 …]
/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/libabigail/tests/data/test-read-dwarf/
Dtest16-pr18904.so.abi1 <abi-corpus version='2.2' 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 …]
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 …]
Dtest12-pr18844.so.abi1 <abi-corpus version='2.2'>
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 …]
/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/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 …]
Dcipd_exists.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/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/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/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/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 …]
/third_party/rust/crates/linux-raw-sys/.github/workflows/
Dmain.yml6 - main
12 runs-on: ubuntu-latest
18 RUSTFLAGS: -D warnings
20 - uses: actions/checkout@v3
21 - run: |
26 cargo check --features "netlink"
27 cargo check --no-default-features --features "std netlink"
28 cargo check --no-default-features --features "no_std netlink"
29 cargo check --no-default-features --features "no_std general errno"
33 runs-on: ubuntu-latest
[all …]
/third_party/skia/tools/
Dvalgrind.supp1 # Pass this file to Valgrind with "--suppressions=tools/valgrind.supp"
7 match-leak-kinds: possible,definite
22 obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
27 obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
33 obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
39 obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
45 obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
51 obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
57 obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
63 obj:/usr/lib/x86_64-linux-gnu/dri/fglrx_dri.so
[all …]
Dmirror-dev.sh2 # Use of this source code is governed by a BSD-style license that can be
5 # For each installed *-dev package DEV
6 for DEV in $(dpkg --list | grep '^ii [^ ]' | cut -d ' ' -f 3 | grep -P '\-dev($|\:amd64$)')
8 # For each multi-arch *.so SO installed by DEV
9 for DEV_64_SO in $(dpkg -L $DEV | grep '/lib/x86_64-linux-gnu/.*\.so$')
12 if ! test -L $DEV_64_SO
19 DEV_64_TARGET_FULL=$(readlink -f $DEV_64_SO)
21 DEV_32_SO=$(echo $DEV_64_SO | sed -e 's@/lib/x86_64-linux-gnu/@/lib/i386-linux-gnu/@')
22 … DEV_32_TARGET=$(echo $DEV_64_TARGET | sed -e 's@/lib/x86_64-linux-gnu/@/lib/i386-linux-gnu/@')
23 …DEV_32_TARGET_FULL=$(echo $DEV_64_TARGET_FULL | sed -e 's@/lib/x86_64-linux-gnu/@/lib/i386-linux-g…
[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/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
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
139 obj:/lib/x86_64-linux-gnu/libcrypto.so.1.0.0
[all …]
/third_party/elfutils/tests/
Drun-next-files.sh2 # Variant of run-get-files that uses dwarf_next_lines.
7 # it under the terms of the GNU General Public License as published by
14 # GNU General Public License for more details.
16 # You should have received a copy of the GNU General Public License
17 # along with this program. If not, see <http://www.gnu.org/licenses/>.
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"
[all …]
Drun-get-files.sh7 # it under the terms of the GNU General Public License as published by
14 # GNU General Public License for more details.
16 # You should have received a copy of the GNU General Public License
17 # along with this program. If not, see <http://www.gnu.org/licenses/>.
19 . $srcdir/test-subr.sh
23 testrun_compare ${abs_builddir}/get-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"
[all …]

12345678910>>...15