HomeSort by relevance Sort by last modified time
    Searched refs:syscall (Results 1 - 25 of 118) sorted by null

1 2 3 4 5

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
syscall.h 1 #include <sys/syscall.h>
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
syscall.h 30 we scan the kernel's list and produce <bits/syscall.h> with macros for
32 # include <bits/syscall.h>
  /external/valgrind/main/memcheck/tests/x86-linux/
scalar_supp.c 3 #include <sys/syscall.h>
14 // - the syscall number itself is undefined (but we know it's
18 syscall(pi[0]+__NR_write, pi[0], pc[0], pi[0]+1);
scalar.h 8 #include <sys/syscall.h>
16 extern long int syscall (long int __sysno, ...) __THROW;
18 // Thorough syscall scalar arg checking. Also serves as thorough checking
19 // for (very) basic syscall use. Generally not trying to do anything
28 #define SY res = syscall
  /external/strace/strace/linux/sparc/
gen.pl 7 ($i1, $i2, $i3, $syscall, $syscall_name) = split;
9 $name[$index++] = $syscall;
14 ($i1, $n, $pr, $syscall) = split;
15 $par{$syscall} = $n;
16 $prr{$syscall} = $pr;
22 ($i1, $n, $pr, $syscall) = split;
23 $par{$syscall} = $n;
24 $prr{$syscall} = $pr;
  /external/chromium/third_party/libevent/
epoll_sub.c 31 #include <sys/syscall.h>
38 return (syscall(__NR_epoll_create, size));
45 return (syscall(__NR_epoll_ctl, epfd, op, fd, event));
51 return (syscall(__NR_epoll_wait, epfd, events, maxevents, timeout));
  /external/valgrind/main/coregrind/m_mach/
mach_traps-amd64-darwin.S 41 syscall
52 // syscall
62 syscall
72 syscall
82 syscall
92 syscall
102 syscall
112 syscall
122 syscall
132 syscall
    [all...]
  /bionic/libc/include/sys/
syscall.h 38 int syscall(int number, ...);
  /development/ndk/platforms/android-3/include/sys/
syscall.h 38 int syscall(int number, ...);
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/sys/
syscall.h 38 int syscall(int number, ...);
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/sys/
syscall.h 38 int syscall(int number, ...);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/sys/
syscall.h 38 int syscall(int number, ...);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/sys/
syscall.h 38 int syscall(int number, ...);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/
syscall.h 38 int syscall(int number, ...);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/
syscall.h 38 int syscall(int number, ...);
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/sys/
syscall.h 38 int syscall(int number, ...);
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/sys/
syscall.h 38 int syscall(int number, ...);
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/sys/
syscall.h 38 int syscall(int number, ...);
  /bionic/libc/arch-sh/bionic/
syscall.S 31 .type syscall, @function
32 .globl syscall
36 * Current implementation assumes that the all syscall
39 syscall: label
  /bionic/libc/arch-x86/bionic/
syscall.S 2 * Generic syscall call.
12 * and make the syscall.
18 .type syscall, @function
19 .globl syscall
22 syscall: label
  /external/v8/src/mips/
cpu-mips.cc 30 #include <sys/syscall.h>
64 res = syscall(__NR_cacheflush, start, size, ICACHE);
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
million.S 20 mov $60,%rax # put exit syscall number (60) in rax
21 syscall
  /external/valgrind/main/memcheck/tests/linux/
capget.c 5 #include <unistd.h> /* syscall() */
6 #include <sys/syscall.h> /* __NR_capget */
18 syscall_result = syscall(__NR_capget, &h, &d);
  /external/valgrind/main/exp-ptrcheck/tests/
syscall.stderr.exp 2 Warning: invalid file descriptor -1 in syscall write()
3 Syscall param write(buf) is non-contiguous
5 by 0x........: main (syscall.c:32)
10 by 0x........: main (syscall.c:20)
14 Warning: invalid file descriptor -1 in syscall write()
16 Syscall param write(buf) is non-contiguous
18 by 0x........: main (syscall.c:33)
24 by 0x........: main (syscall.c:20)
27 Warning: invalid file descriptor -1 in syscall write()
29 Syscall param write(buf) is non-contiguou
    [all...]
  /bionic/libc/arch-arm/bionic/
syscall.S 33 .type syscall,#function
34 .globl syscall
41 syscall: label
61 syscall: label

Completed in 622 milliseconds

1 2 3 4 5