Searched +full:linux +full:- (Results 1 – 25 of 1336) sorted by relevance
12345678910>>...54
... util-linux-2.12r/ util-linux-2.12r/disk-utils/ util-linux
3 # Copyright (c) 2002-2009 Roland McGrath <roland@redhat.com>4 # Copyright (c) 2006-2016 Dmitry V. Levin <ldv@altlinux.org>5 # Copyright (c) 2008-2015 Mike Frysinger <vapier@gentoo.org>7 # Copyright (c) 2002-2018 The strace developers.33 TESTS_M32 = tests-m3236 TESTS_MX32 = tests-mx3241 man_MANS = strace.1 strace-log-merge.142 bin_SCRIPTS = strace-graph strace-log-merge44 OS = linux50 ACLOCAL_AMFLAGS = -I m4[all …]
1 .test:linux:base:6 - apt-get update -y7 - apt-get install -y --no-install-recommends software-properties-common8 - add-apt-repository -y ppa:ubuntu-toolchain-r/test9 - apt-get update10 - apt-get install --no-install-recommends -y ${EIGEN_CI_CXX_COMPILER}11 ${EIGEN_CI_CC_COMPILER} cmake ninja-build xsltproc13 - export CXX=${EIGEN_CI_CXX_COMPILER}14 - export CC=${EIGEN_CI_CC_COMPILER}15 - cd ${BUILDDIR} && ctest --output-on-failure --no-compress-output[all …]
1 .build:linux:base:5 - apt-get update -y6 - apt-get install -y --no-install-recommends software-properties-common7 - add-apt-repository -y ppa:ubuntu-toolchain-r/test8 - apt-get update9 - apt-get install --no-install-recommends -y ${EIGEN_CI_CXX_COMPILER}10 ${EIGEN_CI_CC_COMPILER} cmake ninja-build12 - mkdir -p ${BUILDDIR} && cd ${BUILDDIR}13 - CXX=${EIGEN_CI_CXX_COMPILER} CC=${EIGEN_CI_CC_COMPILER} cmake -G14 ${EIGEN_CI_CMAKE_GENEATOR} -DEIGEN_TEST_CXX11=${EIGEN_TEST_CXX11}[all …]
1 /* Generated by ioctls_gen.sh from definitions found in $linux/include/ tree. */4 { "asm-generic/ioctls.h", "FIOASYNC", 0, 0x5452, 0 },5 { "asm-generic/ioctls.h", "FIOCLEX", 0, 0x5451, 0 },6 { "asm-generic/ioctls.h", "FIONBIO", 0, 0x5421, 0 },7 { "asm-generic/ioctls.h", "FIONCLEX", 0, 0x5450, 0 },8 { "asm-generic/ioctls.h", "FIONREAD", 0, 0x541B, 0 },9 { "asm-generic/ioctls.h", "FIOQSIZE", 0, 0x5460, 0 },10 { "asm-generic/ioctls.h", "TCFLSH", 0, 0x540B, 0 },11 { "asm-generic/ioctls.h", "TCGETA", 0, 0x5405, 0 },12 { "asm-generic/ioctls.h", "TCGETS", 0, 0x5401, 0 },[all …]
5 # This source code is licensed under both the BSD-style license (found in the8 # You may select, at your option, one of the above-listed licenses.13 rm -rf linux14 mkdir -p linux15 mkdir -p linux/include/linux16 mkdir -p linux/lib/zstd18 --source-lib ../../lib \19 --output-lib linux/lib/zstd \20 --xxhash '<linux/xxhash.h>' \21 --xxh64-state 'struct xxh64_state' \[all …]
1 ; RUN: llc -mtriple=i386-pc-linux-gnu < %s -o - | FileCheck --check-prefix=LINUX-I386 %s2 ; RUN: llc -mtriple=x86_64-pc-linux-gnu < %s -o - | FileCheck --check-prefix=LINUX-X64 %s3 ; RUN: llc -code-model=kernel -mtriple=x86_64-pc-linux-gnu < %s -o - | FileCheck --check-prefix=LIN…4 ; RUN: llc -mtriple=x86_64-apple-darwin < %s -o - | FileCheck --check-prefix=DARWIN-X64 %s5 ; RUN: llc -mtriple=amd64-pc-openbsd < %s -o - | FileCheck --check-prefix=OPENBSD-AMD64 %s6 ; RUN: llc -mtriple=i386-pc-windows-msvc < %s -o - | FileCheck -check-prefix=MSVC-I386 %s29 ; LINUX-I386-LABEL: test1a:30 ; LINUX-I386-NOT: calll __stack_chk_fail31 ; LINUX-I386: .cfi_endproc33 ; LINUX-X64-LABEL: test1a:[all …]
1 ; RUN: llc < %s -mtriple=i686-pc-linux | FileCheck %s -check-prefix=LINUX -check-prefix=CHECK2 ; RUN: llc < %s -mtriple=i686-apple-darwin | FileCheck %s -check-prefix=DARWIN -check-prefix=CHECK13 ; CHECK-LABEL: test1_nofp:14 ; LINUX: .cfi_escape 0x2e, 0x1015 ; LINUX-NEXT: pushl $416 ; LINUX-NEXT: Ltmp{{[0-9]+}}:17 ; LINUX-NEXT: .cfi_adjust_cfa_offset 418 ; LINUX-NEXT: pushl $319 ; LINUX-NEXT: Ltmp{{[0-9]+}}:20 ; LINUX-NEXT: .cfi_adjust_cfa_offset 4[all …]
1 … < %s -mcpu=generic -mtriple=i686-pc-linux-gnu -relocation-model=pic -asm-verbose=false -post-RA-s…14 ; LINUX-LABEL: test0:15 ; LINUX: calll .L0$pb16 ; LINUX-NEXT: .L0$pb:17 ; LINUX-NEXT: popl18 ; LINUX: addl $_GLOBAL_OFFSET_TABLE_+(.L{{.*}}-.L0$pb),19 ; LINUX: movl dst@GOT(%eax),20 ; LINUX: movl ptr@GOT(%eax),21 ; LINUX: movl src@GOT(%eax),22 ; LINUX: ret[all …]
1 ; RUN: llc < %s -mtriple=i386-unknown-linux-gnu | FileCheck %s -check-prefix=LINUX2 ; RUN: llc < %s -mtriple=i386-apple-darwin9.7 | FileCheck %s -check-prefix=DARWIN3 ; RUN: llc < %s -mtriple=i386-apple-darwin10 -relocation-model=static | FileCheck %s -check-prefix=…4 ; RUN: llc < %s -mtriple=x86_64-apple-darwin10 | FileCheck %s -check-prefix=DARWIN645 ; RUN: llc < %s -mtriple=i386-unknown-linux-gnu -data-sections -function-sections | FileCheck %s -c…6 ; RUN: llc < %s -mtriple=i386-unknown-linux-gnu -function-sections | FileCheck %s -check-prefix=LIN…7 …RUN: llc < %s -mtriple=x86_64-pc-linux -data-sections -function-sections -relocation-model=pic | F…8 ; RUN: llc < %s -mtriple=i686-pc-win32 -data-sections -function-sections | FileCheck %s -check-pref…9 ; RUN: llc < %s -mtriple=i686-pc-win32 -function-sections | FileCheck %s -check-prefix=WIN32-FUNC-S…15 ; WIN32-SECTIONS: .section .text,"xr",one_only,_F1[all …]
1 ; RUN: llc -verify-machineinstrs < %s -enable-tail-merge=0 -mtriple=x86_64-linux | FileCheck %s --c…2 ; RUN: llc -verify-machineinstrs < %s -enable-tail-merge=0 -mtriple=x86_64-linux-gnux32 | FileCheck…3 ; RUN: llc -verify-machineinstrs < %s -enable-tail-merge=0 -mtriple=x86_64-windows | FileCheck %s -…4 ; RUN: llc -verify-machineinstrs < %s -enable-tail-merge=0 -mtriple=i686-windows | FileCheck %s --c…5 ; RUN: llc -verify-machineinstrs < %s -enable-tail-merge=0 -mtriple=i686-windows -mattr=+sse2 | Fil…28 ; LINUX-LABEL: f_thunk:29 ; LINUX-DAG: movq %rdi, {{.*}}30 ; LINUX-DAG: movq %rsi, {{.*}}31 ; LINUX-DAG: movq %rdx, {{.*}}32 ; LINUX-DAG: movq %rcx, {{.*}}[all …]
1 ; RUN: llc < %s -mtriple=thumb-linux-androideabi -verify-machineinstrs | FileCheck %s -check-prefix…2 ; RUN: llc < %s -mtriple=thumb-linux-unknown-gnueabi -verify-machineinstrs | FileCheck %s -check-pr…3 ; RUN: llc < %s -mtriple=thumb-linux-androideabi -filetype=obj4 ; RUN: llc < %s -mtriple=thumb-linux-unknown-gnueabi -filetype=obj15 ; Thumb-android-LABEL: test_basic:17 ; Thumb-android: push {r4, r5}18 ; Thumb-android-NEXT: mov r5, sp19 ; Thumb-android-NEXT: ldr r4, .LCPI0_020 ; Thumb-android-NEXT: ldr r4, [r4]21 ; Thumb-android-NEXT: cmp r4, r5[all …]
1 # BPF Features by Linux Kernel Version6 ---------------|-------7 3.15 | [`bd4cf0ed331a`](https://github.com/torvalds/linux/commit/bd4cf0ed331a275e9bf5a49e6d0fd55dff…16 -----------------------|----------------|-------17 x86\_64 | 3.16 | [`622582786c9e`](https://github.com/torvalds/linux/comm…18 ARM64 | 3.18 | [`e54bcde3d69d`](https://github.com/torvalds/linux/comm…19 s390 | 4.1 | [`054623105728`](https://github.com/torvalds/linux/comm…20 Constant blinding for JIT machines | 4.7 | [`4f3446bb809f`](https://github.com/torvalds/linux/comm…21 PowerPC64 | 4.8 | [`156d0e290e96`](https://github.com/torvalds/linux/comm…22 Constant blinding - PowerPC64 | 4.9 | [`b7b7013cac55`](https://github.com/torvalds/linux/comm…[all …]
3 This is a generated file -- see //util:fetch_shas7 …"2018-10-30/cargo-beta-aarch64-unknown-linux-gnu.tar.gz": "9d91fb3ee868421fbf8f4ed62cb7ee843dc6a1e…8 …"2018-10-30/cargo-beta-aarch64-unknown-linux-gnu.tar.xz": "344ff43655bb61a31eb7b13c4120b2676b95bda…9 …"2018-10-30/cargo-beta-arm-unknown-linux-gnueabi.tar.gz": "0a606c94eb712e53cabb0a1d7c68412b39a76d7…10 …"2018-10-30/cargo-beta-arm-unknown-linux-gnueabi.tar.xz": "d15292144b3fb332b6d7716e38fa888ca29cd9f…11 …"2018-10-30/cargo-beta-arm-unknown-linux-gnueabihf.tar.gz": "b1179633aac6064c9e01942367d0b0d48d90e…12 …"2018-10-30/cargo-beta-arm-unknown-linux-gnueabihf.tar.xz": "71d2f625afcc523b7a0341a165f488b6b44b5…13 …"2018-10-30/cargo-beta-armv7-unknown-linux-gnueabihf.tar.gz": "6857ab5a0a4abc06331029325495c03d337…14 …"2018-10-30/cargo-beta-armv7-unknown-linux-gnueabihf.tar.xz": "c9eabe7ae86ccc1079e2c9b69de6f39b9f3…15 …"2018-10-30/cargo-beta-i686-pc-windows-gnu.tar.gz": "e0ed7c8ebf9a642879b7b548670b85836fab5127f6466…[all …]
1 ; RUN: llc < %s -mtriple=arm-linux-androideabi -verify-machineinstrs | FileCheck %s -check-prefix=A…2 ; RUN: llc < %s -mtriple=arm-linux-unknown-gnueabi -verify-machineinstrs | FileCheck %s -check-pref…5 ; RUN: llc < %s -mtriple=arm-linux-androideabi -filetype=obj6 ; RUN: llc < %s -mtriple=arm-linux-unknown-gnueabi -filetype=obj17 ; ARM-linux: test_basic:19 ; ARM-linux: push {r4, r5}20 ; ARM-linux-NEXT: mrc p15, #0, r4, c13, c0, #321 ; ARM-linux-NEXT: mov r5, sp22 ; ARM-linux-NEXT: ldr r4, [r4, #4]23 ; ARM-linux-NEXT: cmp r4, r5[all …]
1 aarch64-apple-darwin2 aarch64-apple-ios3 aarch64-apple-ios-sim4 aarch64-fuchsia5 aarch64-linux-android6 aarch64-pc-windows-msvc7 aarch64-unknown-fuchsia8 aarch64-unknown-linux-gnu9 aarch64-unknown-linux-musl10 aarch64-unknown-none[all …]
3 // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \4 // RUN: -target i386-unknown-linux -fsanitize=address \5 // RUN: -resource-dir=%S/Inputs/resource_dir \6 // RUN: --sysroot=%S/Inputs/basic_linux_tree \7 // RUN: | FileCheck --check-prefix=CHECK-ASAN-LINUX %s9 // CHECK-ASAN-LINUX: "{{(.*[^-.0-9A-Z_a-z])?}}ld{{(.exe)?}}"10 // CHECK-ASAN-LINUX-NOT: "-lc"11 // CHECK-ASAN-LINUX: libclang_rt.asan-i386.a"12 // CHECK-ASAN-LINUX-NOT: "-export-dynamic"13 // CHECK-ASAN-LINUX: "--dynamic-list={{.*}}libclang_rt.asan-i386.a.syms"[all …]
1 ---6 # For qemu-powered targets, get the list of supported processors from7 # travis by setting QEMU_CPU=help, then set -mcpu= for the compilers12 - os: linux13 env: HOST=or1k-elf RUNTESTFLAGS="--target_board or1k-sim" DEJAGNU="/opt/.travis/site.exp"14 - os: linux15 env: HOST=m32r-elf RUNTESTFLAGS="--target_board m32r-sim" DEJAGNU="/opt/.travis/site.exp"16 - os: linux17 env: HOST=bfin-elf RUNTESTFLAGS="--target_board bfin-sim" DEJAGNU="/opt/.travis/site.exp"19 # - os: osx[all …]
254 apple-aarch64/crypto/chacha/chacha-armv8-apple.S\255 apple-aarch64/crypto/cipher_extra/chacha20_poly1305_armv8-apple.S\256 apple-aarch64/crypto/fipsmodule/aesv8-armv8-apple.S\257 apple-aarch64/crypto/fipsmodule/aesv8-gcm-armv8-apple.S\258 apple-aarch64/crypto/fipsmodule/armv8-mont-apple.S\259 apple-aarch64/crypto/fipsmodule/bn-armv8-apple.S\260 apple-aarch64/crypto/fipsmodule/ghash-neon-armv8-apple.S\261 apple-aarch64/crypto/fipsmodule/ghashv8-armv8-apple.S\262 apple-aarch64/crypto/fipsmodule/p256-armv8-asm-apple.S\263 apple-aarch64/crypto/fipsmodule/p256_beeu-armv8-asm-apple.S\[all …]
5 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 …]
10 // built-in Bazel function expects tool paths to point to files under the directory in which it is12 // to use trampoline scripts that pass through any command-line arguments to the NDK binaries under32 "toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-ar",33 "toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-dwp",34 "toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-ld",35 "toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-nm",36 "toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-objcopy",37 "toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-objdump",38 "toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-strip",39 "toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/aarch64-linux-android-ar",[all …]