HomeSort by relevance Sort by last modified time
    Searched refs:syscall (Results 726 - 750 of 984) sorted by null

<<21222324252627282930>>

  /external/valgrind/main/gdbserver_tests/
nlpasssigalrm.stdoutB.exp 7 0x........ in syscall ...
20 0x........ in syscall ...
  /external/valgrind/main/none/tests/amd64/
bug156404-amd64.c 3 extended down to the lowest valid address when a syscall happens.
11 #include <sys/syscall.h>
28 "\tmovl $"__NR_READLINK",%eax\n" // syscall number
  /art/runtime/arch/x86_64/
thread_x86_64.cc 27 #include <sys/syscall.h>
34 syscall(__NR_arch_prctl, code, val);
  /bionic/libc/private/
bionic_futex.h 36 #include <sys/syscall.h>
43 // Our generated syscall assembler sets errno, but our callers (pthread functions) don't want to.
45 int result = syscall(__NR_futex, ftx, op, value, timeout);
  /bionic/tests/
sys_time_test.cpp 20 #include <sys/syscall.h>
56 ASSERT_EQ(0, syscall(__NR_gettimeofday, &tv2, NULL));
  /development/ndk/platforms/android-9/include/sys/
wait.h 37 #include <sys/syscall.h>
56 return (pid_t)syscall(__NR_wait4, pid, status, options, rusage);
  /external/chromium_org/base/files/
dir_reader_linux.h 11 #include <sys/syscall.h>
59 const int r = syscall(__NR_getdents64, fd_, buf_, sizeof(buf_));
  /external/chromium_org/third_party/tcmalloc/chromium/src/
malloc_hook_mmap_linux.h 34 // syscall stubs. Unfortunately libc only exports the stubs via weak symbols
44 #include <sys/syscall.h>
47 #include <syscall.h>
71 // 32b has a mmap2() syscall, 64b does not.
83 return (void *)syscall(SYS_mmap, start, length, prot, flags, fd, offset);
109 result = (void *)syscall(SYS_mmap2,
129 // Old syscall interface cannot handle six args, so pass in an array
132 result = (void *)syscall(SYS_mmap, args);
215 result = syscall(SYS_munmap, start, length);
228 void* result = (void *)syscall(
    [all...]
  /external/ltrace/testsuite/ltrace.main/
system_call_params.exp 25 #include <sys/syscall.h> /* For SYS_xxx definitions */
30 # * recording the syscall, it's fine. */
38 syscall(SYS_open, "/some/path", O_RDONLY);
  /external/valgrind/main/memcheck/tests/
erringfds.stderr.exp 2 Warning: invalid file descriptor -1 in syscall read()
  /external/valgrind/main/memcheck/tests/linux/
sys-openat.stderr.exp 2 Warning: invalid file descriptor 305419896 in syscall openat()
  /external/valgrind/main/none/tests/darwin/
access_extended.c 5 #include <sys/syscall.h>
35 retval = syscall(SYS_access_extended, entries, entries_szB, results,
  /external/valgrind/main/none/tests/s390x/
ex.stdout.exp 11 ------- EX to OR in the syscall number (writes out target)
exrl.stdout.exp 11 ------- EXRL to OR in the syscall number (writes out target)
  /prebuilts/ndk/9/platforms/android-12/arch-arm/usr/include/sys/
wait.h 37 #include <sys/syscall.h>
56 return (pid_t)syscall(__NR_wait4, pid, status, options, rusage);
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/sys/
wait.h 37 #include <sys/syscall.h>
56 return (pid_t)syscall(__NR_wait4, pid, status, options, rusage);
  /prebuilts/ndk/9/platforms/android-12/arch-x86/usr/include/sys/
wait.h 37 #include <sys/syscall.h>
56 return (pid_t)syscall(__NR_wait4, pid, status, options, rusage);
  /prebuilts/ndk/9/platforms/android-13/arch-arm/usr/include/sys/
wait.h 37 #include <sys/syscall.h>
56 return (pid_t)syscall(__NR_wait4, pid, status, options, rusage);
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/sys/
wait.h 37 #include <sys/syscall.h>
56 return (pid_t)syscall(__NR_wait4, pid, status, options, rusage);
  /prebuilts/ndk/9/platforms/android-13/arch-x86/usr/include/sys/
wait.h 37 #include <sys/syscall.h>
56 return (pid_t)syscall(__NR_wait4, pid, status, options, rusage);
  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/sys/
wait.h 37 #include <sys/syscall.h>
56 return (pid_t)syscall(__NR_wait4, pid, status, options, rusage);
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/sys/
wait.h 37 #include <sys/syscall.h>
56 return (pid_t)syscall(__NR_wait4, pid, status, options, rusage);
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/sys/
wait.h 37 #include <sys/syscall.h>
56 return (pid_t)syscall(__NR_wait4, pid, status, options, rusage);
  /prebuilts/ndk/9/platforms/android-15/arch-arm/usr/include/sys/
wait.h 37 #include <sys/syscall.h>
56 return (pid_t)syscall(__NR_wait4, pid, status, options, rusage);
  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/sys/
wait.h 37 #include <sys/syscall.h>
56 return (pid_t)syscall(__NR_wait4, pid, status, options, rusage);

Completed in 1835 milliseconds

<<21222324252627282930>>