Searched refs:linux (Results 1 – 25 of 3972) sorted by relevance
12345678910>>...159
/external/valgrind/coregrind/m_syswrap/ |
D | priv_syswrap-linux.h | 45 DECL_TEMPLATE(linux, sys_clone) 46 DECL_TEMPLATE(linux, sys_mount); 47 DECL_TEMPLATE(linux, sys_oldumount); 48 DECL_TEMPLATE(linux, sys_umount); 49 DECL_TEMPLATE(linux, sys_perf_event_open); 50 DECL_TEMPLATE(linux, sys_preadv); 51 DECL_TEMPLATE(linux, sys_pwritev); 52 DECL_TEMPLATE(linux, sys_sendmmsg); 53 DECL_TEMPLATE(linux, sys_recvmmsg); 54 DECL_TEMPLATE(linux, sys_dup3); [all …]
|
/external/strace/ |
D | Makefile.am | 44 OS = linux 156 linux/asm_stat.h \ 157 linux/x32/asm_stat.h \ 158 linux/x86_64/asm_stat.h \ 306 README-linux-ptrace \ 324 linux/32/ioctls_inc.h \ 325 linux/32/ioctls_inc_align16.h \ 326 linux/32/ioctls_inc_align32.h \ 327 linux/32/ioctls_inc_align64.h \ 328 linux/32/syscallent.h \ [all …]
|
D | configure.ac | 322 #include <linux/fcntl.h>]) 356 ]),,, [#include <linux/perf_event.h>]) 364 linux/bsg.h 365 linux/dm-ioctl.h 366 linux/dqblk_xfs.h 367 linux/falloc.h 368 linux/fiemap.h 369 linux/filter.h 370 linux/genetlink.h 371 linux/hiddev.h [all …]
|
/external/llvm/test/CodeGen/Thumb/ |
D | segmented-stacks.ll | 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=obj 4 ; RUN: llc < %s -mtriple=thumb-linux-unknown-gnueabi -filetype=obj 39 ; Thumb-linux-LABEL: test_basic: 41 ; Thumb-linux: push {r4, r5} 42 ; Thumb-linux-NEXT: mov r5, sp 43 ; Thumb-linux-NEXT: ldr r4, .LCPI0_0 44 ; Thumb-linux-NEXT: ldr r4, [r4] 45 ; Thumb-linux-NEXT: cmp r4, r5 [all …]
|
D | segmented-stacks-dynamic.ll | 1 ; RUN: llc < %s -mtriple=thumb-linux-unknown-gnueabi -verify-machineinstrs | FileCheck %s -check-pr… 2 ; RUN: llc < %s -mtriple=thumb-linux-androideabi -verify-machineinstrs | FileCheck %s -check-prefix… 3 ; RUN: llc < %s -mtriple=thumb-linux-unknown-gnueabi -filetype=obj 4 ; RUN: llc < %s -mtriple=thumb-linux-androideabi -filetype=obj 23 ; Thumb-linux: test_basic: 25 ; Thumb-linux: push {r4, r5} 26 ; Thumb-linux: mov r5, sp 27 ; Thumb-linux-NEXT: ldr r4, .LCPI0_0 28 ; Thumb-linux-NEXT: ldr r4, [r4] 29 ; Thumb-linux-NEXT: cmp r4, r5 [all …]
|
/external/ltp/runtest/ |
D | ltp-aiodio.part3 | 4 FSX032 fsx-linux -l 500000 -r 4096 -t 4096 -w 4096 -N 10000 $TMPDIR/aiodio.$$/junkfile 5 FSX033 fsx-linux -l 500000 -r 4096 -t 2048 -w 2048 -N 10000 $TMPDIR/aiodio.$$/junkfile 6 FSX034 fsx-linux -l 500000 -r 4096 -N 10000 $TMPDIR/aiodio.$$/junkfile 7 FSX035 fsx-linux -N 10000 $TMPDIR/aiodio.$$/junkfile 8 FSX036 fsx-linux -N 10000 $TMPDIR/aiodio.$$/junkfile 9 FSX037 fsx-linux -N 10000 $TMPDIR/aiodio.$$/junkfile 10 FSX038 fsx-linux -N 10000 $TMPDIR/aiodio.$$/junkfile 11 FSX039 fsx-linux -N 10000 $TMPDIR/aiodio.$$/junkfile 12 FSX040 fsx-linux -N 10000 -o 1024 $TMPDIR/aiodio.$$/junkfile 13 FSX041 fsx-linux -N 10000 -o 2048 $TMPDIR/aiodio.$$/junkfile [all …]
|
/external/llvm/test/CodeGen/ARM/ |
D | segmented-stacks.ll | 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=obj 6 ; RUN: llc < %s -mtriple=arm-linux-unknown-gnueabi -filetype=obj 17 ; ARM-linux: test_basic: 19 ; ARM-linux: push {r4, r5} 20 ; ARM-linux-NEXT: mrc p15, #0, r4, c13, c0, #3 21 ; ARM-linux-NEXT: mov r5, sp 22 ; ARM-linux-NEXT: ldr r4, [r4, #4] 23 ; ARM-linux-NEXT: cmp r4, r5 [all …]
|
D | debug-segmented-stacks.ll | 1 … RUN: llc < %s -mtriple=arm-linux-unknown-gnueabi -verify-machineinstrs -filetype=asm | FileCheck … 2 ; RUN: llc < %s -mtriple=arm-linux-unknown-gnueabi -filetype=obj 13 ; ARM-linux: test_basic: 15 ; ARM-linux: push {r4, r5} 16 ; ARM-linux: .cfi_def_cfa_offset 8 17 ; ARM-linux: .cfi_offset r5, -4 18 ; ARM-linux: .cfi_offset r4, -8 19 ; ARM-linux-NEXT: mrc p15, #0, r4, c13, c0, #3 20 ; ARM-linux-NEXT: mov r5, sp 21 ; ARM-linux-NEXT: ldr r4, [r4, #4] [all …]
|
D | segmented-stacks-dynamic.ll | 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… 3 ; RUN: llc < %s -mtriple=arm-linux-androideabi -filetype=obj 4 ; RUN: llc < %s -mtriple=arm-linux-unknown-gnueabi -filetype=obj 23 ; ARM-linux: test_basic: 25 ; ARM-linux: push {r4, r5} 26 ; ARM-linux-NEXT: mrc p15, #0, r4, c13, c0, #3 27 ; ARM-linux-NEXT: mov r5, sp 28 ; ARM-linux-NEXT: ldr r4, [r4, #4] 29 ; ARM-linux-NEXT: cmp r4, r5 [all …]
|
D | invalid-target.ll | 1 ; RUN: not llc -mtriple armvinvalid-linux-gnueabi %s -o - 2>&1 | \ 4 ; RUN: not llc -mtriple armebvinvalid-linux-gnueabi %s -o - 2>&1 | \ 7 ; RUN: not llc -mtriple thumbvinvalid-linux-gnueabi %s -o - 2>&1 | \ 10 ; RUN: not llc -mtriple thumbebvinvalid-linux-gnueabi %s -o - 2>&1 | \ 13 ; RUN: not llc -mtriple thumbv2-linux-gnueabi %s -o - 2>&1 | \ 16 ; RUN: not llc -mtriple thumbv3-linux-gnueabi %s -o - 2>&1 | \ 19 ; RUN: not llc -mtriple arm64invalid-linux-gnu %s -o - 2>&1 | \ 22 ; RUN: not llc -mtriple aarch64invalid-linux-gnu %s -o - 2>&1 | \ 25 ; ARMVINVALID: error: unable to get target for 'armvinvalid--linux-gnueabi' 26 ; ARMEBVINVALID: error: unable to get target for 'armebvinvalid--linux-gnueabi' [all …]
|
/external/ltp/tools/pounder21/src/ |
D | memtest.patch | 7 -rm -fr linux linux.orig linux.pass.* 8 +rm -fr linux-2.6.18 linux.orig linux.pass.* 12 -mv linux linux.orig 13 +mv linux-2.6.18 linux.orig 20 -(mkdir $j; tar -xzf $SOURCE_FILE -C $j; mv $j/linux linux.pass.$j; rmdir $j) & 21 +(mkdir $j; tar -xzf $SOURCE_FILE -C $j; mv $j/linux-2.6.18 linux.pass.$j; rmdir $j) & 24 -mv linux linux.pass.$j 25 +mv linux-2.6.18 linux.pass.$j 33 -rm -fr linux linux.orig linux.pass.* 34 +rm -fr linux-2.6.18 linux.orig linux.pass.*
|
/external/google-breakpad/ |
D | Android.mk | 26 src/client/linux/dump_writer_common/seccomp_unwinder.cc \ 27 src/client/linux/dump_writer_common/thread_info.cc \ 28 src/client/linux/dump_writer_common/ucontext_reader.cc \ 29 src/client/linux/handler/minidump_descriptor.cc \ 30 src/client/linux/minidump_writer/linux_core_dumper.cc \ 31 src/client/linux/minidump_writer/linux_dumper.cc \ 32 src/client/linux/minidump_writer/linux_ptrace_dumper.cc \ 33 src/client/linux/minidump_writer/minidump_writer.cc \ 36 src/common/linux/elf_core_dump.cc \ 37 src/common/linux/elfutils.cc \ [all …]
|
D | Makefile.am | 83 includeclhdir = $(includedir)/$(PACKAGE)/client/linux/handler 84 includeclh_HEADERS = $(top_srcdir)/src/client/linux/handler/*.h 86 includeclmdir = $(includedir)/$(PACKAGE)/client/linux/minidump_writer 87 includeclm_HEADERS = $(top_srcdir)/src/client/linux/minidump_writer/*.h 89 includeclcdir = $(includedir)/$(PACKAGE)/client/linux/crash_generation 90 includeclc_HEADERS = $(top_srcdir)/src/client/linux/crash_generation/*.h 95 includecldir = $(includedir)/$(PACKAGE)/common/linux 96 includecl_HEADERS = $(top_srcdir)/src/common/linux/*.h 125 lib_LIBRARIES += src/client/linux/libbreakpad_client.a 129 src/client/linux/crash_generation/crash_generation_client.cc \ [all …]
|
/external/valgrind/include/ |
D | Makefile.am | 49 vki/vki-linux.h \ 53 vki/vki-posixtypes-amd64-linux.h \ 54 vki/vki-posixtypes-arm64-linux.h \ 55 vki/vki-posixtypes-ppc32-linux.h \ 56 vki/vki-posixtypes-ppc64-linux.h \ 57 vki/vki-posixtypes-x86-linux.h \ 58 vki/vki-posixtypes-arm-linux.h \ 59 vki/vki-posixtypes-s390x-linux.h \ 60 vki/vki-posixtypes-mips32-linux.h \ 61 vki/vki-posixtypes-mips64-linux.h \ [all …]
|
/external/ltp/testcases/kernel/device-drivers/block/ |
D | README | 2 Module under test: linux/block/genhd.c 6 register_blkdev() | linux/fs.h | ltp_block_dev.c 7 unregister_blkdev() | linux/fs.h | ltp_block_dev.c 8 blk_register_region() | linux/genhd.h | 9 blk_unregister_region() | linux/genhd.h | 10 add_disk() | linux/genhd.h | 11 del_gendisk() | linux/genhd.h | test_genhd.c 12 blk_lookup_devt() | linux/genhd.h | 13 alloc_disk() | linux/genhd.h | test_genhd.c 14 alloc_disk_node() | linux/genhd.h | [all …]
|
/external/google-breakpad/src/common/ |
D | common.gyp | 35 ['OS=="linux"', { 85 'linux/crc32.cc', 86 'linux/crc32.h', 87 'linux/dump_symbols.cc', 88 'linux/dump_symbols.h', 89 'linux/eintr_wrapper.h', 90 'linux/elf_core_dump.cc', 91 'linux/elf_core_dump.h', 92 'linux/elf_gnu_compat.h', 93 'linux/elf_symbols_to_module.cc', [all …]
|
/external/libnl/include/ |
D | Makefile.am | 115 linux/fib_rules.h \ 116 linux/genetlink.h \ 117 linux/gen_stats.h \ 118 linux/if_addr.h \ 119 linux/if_arp.h \ 120 linux/if_ether.h \ 121 linux/if.h \ 122 linux/if_bridge.h \ 123 linux/if_link.h \ 124 linux/if_tunnel.h \ [all …]
|
/external/google-breakpad/android/google_breakpad/ |
D | Android.mk | 73 src/client/linux/crash_generation/crash_generation_client.cc \ 74 src/client/linux/handler/exception_handler.cc \ 75 src/client/linux/handler/minidump_descriptor.cc \ 76 src/client/linux/log/log.cc \ 77 src/client/linux/minidump_writer/linux_dumper.cc \ 78 src/client/linux/minidump_writer/linux_ptrace_dumper.cc \ 79 src/client/linux/minidump_writer/minidump_writer.cc \ 85 src/common/linux/elfutils.cc \ 86 src/common/linux/file_id.cc \ 87 src/common/linux/guid_creator.cc \ [all …]
|
/external/boringssl/ |
D | sources.bp | 83 "src/crypto/cpu-aarch64-linux.c", 84 "src/crypto/cpu-arm-linux.c", 243 "linux-aarch64/crypto/chacha/chacha-armv8.S", 244 "linux-aarch64/crypto/fipsmodule/aesv8-armx64.S", 245 "linux-aarch64/crypto/fipsmodule/armv8-mont.S", 246 "linux-aarch64/crypto/fipsmodule/ghashv8-armx64.S", 247 "linux-aarch64/crypto/fipsmodule/sha1-armv8.S", 248 "linux-aarch64/crypto/fipsmodule/sha256-armv8.S", 249 "linux-aarch64/crypto/fipsmodule/sha512-armv8.S", 254 "linux-arm/crypto/chacha/chacha-armv4.S", [all …]
|
D | sources.mk | 81 src/crypto/cpu-aarch64-linux.c\ 82 src/crypto/cpu-arm-linux.c\ 239 linux-aarch64/crypto/chacha/chacha-armv8.S\ 240 linux-aarch64/crypto/fipsmodule/aesv8-armx64.S\ 241 linux-aarch64/crypto/fipsmodule/armv8-mont.S\ 242 linux-aarch64/crypto/fipsmodule/ghashv8-armx64.S\ 243 linux-aarch64/crypto/fipsmodule/sha1-armv8.S\ 244 linux-aarch64/crypto/fipsmodule/sha256-armv8.S\ 245 linux-aarch64/crypto/fipsmodule/sha512-armv8.S\ 248 linux-arm/crypto/chacha/chacha-armv4.S\ [all …]
|
/external/valgrind/ |
D | README.android | 46 http://dl.google.com/android/ndk/android-ndk-r6-linux-x86.tar.bz2 49 http://dl.google.com/android/ndk/android-ndk-r10c-linux-x86_64.bin 73 export AR=$NDKROOT/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androide… 74 export LD=$NDKROOT/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androide… 75 export CC=$NDKROOT/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin/arm-linux-androide… 78 export AR=$NDKROOT/toolchains/x86-4.4.3/prebuilt/linux-x86/bin/i686-android-linux-ar 79 export LD=$NDKROOT/toolchains/x86-4.4.3/prebuilt/linux-x86/bin/i686-android-linux-ld 80 export CC=$NDKROOT/toolchains/x86-4.4.3/prebuilt/linux-x86/bin/i686-android-linux-gcc 83 export AR=$NDKROOT/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/bin/mipsel-linux-andro… 84 export LD=$NDKROOT/toolchains/mipsel-linux-android-4.8/prebuilt/linux-x86_64/bin/mipsel-linux-andro… [all …]
|
/external/llvm/test/MC/X86/ |
D | x86_nop.s | 1 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=generic %s | llvm-objdump -d - | FileCheck… 2 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=i386 %s | llvm-objdump -d - | FileCheck %s 3 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=i486 %s | llvm-objdump -d - | FileCheck %s 4 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=i586 %s | llvm-objdump -d - | FileCheck %s 5 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=pentium %s | llvm-objdump -d - | FileCheck… 6 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=pentium-mmx %s | llvm-objdump -d - | FileC… 7 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=geode %s | llvm-objdump -d - | FileCheck %s 8 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=i686 %s | llvm-objdump -d - | FileCheck %s 9 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=k6 %s | llvm-objdump -d - | FileCheck %s 10 # RUN: llvm-mc -filetype=obj -triple=i686-pc-linux -mcpu=k6-2 %s | llvm-objdump -d - | FileCheck %s [all …]
|
/external/valgrind/coregrind/ |
D | Makefile.am | 39 launcher-linux.c \ 49 launcher-linux.c \ 273 m_syswrap/priv_syswrap-linux.h \ 274 m_syswrap/priv_syswrap-linux-variants.h \ 341 m_aspacemgr/aspacemgr-linux.c \ 367 m_dispatch/dispatch-x86-linux.S \ 368 m_dispatch/dispatch-amd64-linux.S \ 369 m_dispatch/dispatch-ppc32-linux.S \ 370 m_dispatch/dispatch-ppc64be-linux.S \ 371 m_dispatch/dispatch-ppc64le-linux.S \ [all …]
|
/external/llvm/test/MC/Mips/ |
D | elf_eflags.s | 4 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r6 -target-abi n64 %s -o -| l… 7 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r6 -target-abi n64 -mattr=+na… 10 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r2 -target-abi n64 %s -o -| l… 11 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r3 -target-abi n64 %s -o -| l… 12 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r5 -target-abi n64 %s -o -| l… 15 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r2 -target-abi n64 -mattr=+na… 16 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r3 -target-abi n64 -mattr=+na… 17 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64r5 -target-abi n64 -mattr=+na… 20 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64 -target-abi n64 %s -o -| llv… 23 # RUN: llvm-mc -filetype=obj -triple mipsel-unknown-linux -mcpu=mips64 -target-abi n64 -mattr=+nan2… [all …]
|
/external/valgrind/exp-bbv/tests/ |
D | Makefile.am | 13 SUBDIRS += x86-linux 16 SUBDIRS += amd64-linux 19 SUBDIRS += ppc32-linux 22 SUBDIRS += arm-linux 25 DIST_SUBDIRS = x86 x86-linux amd64-linux ppc32-linux arm-linux .
|
12345678910>>...159