Searched refs:__NR_SYSCALL_BASE (Results 1 - 8 of 8) sorted by last modified time

/external/oprofile/daemon/
H A Dopd_cookie.c42 #define __NR_lookup_dcookie (__NR_SYSCALL_BASE+249)
/external/ltrace/sysdeps/linux-gnu/
H A Dmksyscallent42 } else if (($3 ~ /^__NR_SYSCALL_BASE$/) && ($4>=0) && ($4<=1000)) {
/external/linux-tools-perf/perf-3.12.0/arch/arm/include/uapi/asm/
H A Dunistd.h19 #define __NR_SYSCALL_BASE 0 macro
21 #define __NR_SYSCALL_BASE __NR_OABI_SYSCALL_BASE macro
28 #define __NR_restart_syscall (__NR_SYSCALL_BASE+ 0)
29 #define __NR_exit (__NR_SYSCALL_BASE+ 1)
30 #define __NR_fork (__NR_SYSCALL_BASE+ 2)
31 #define __NR_read (__NR_SYSCALL_BASE+ 3)
32 #define __NR_write (__NR_SYSCALL_BASE+ 4)
33 #define __NR_open (__NR_SYSCALL_BASE+ 5)
34 #define __NR_close (__NR_SYSCALL_BASE+ 6)
36 #define __NR_creat (__NR_SYSCALL_BASE
[all...]
/external/kernel-headers/original/uapi/asm-arm/asm/
H A Dunistd.h19 #define __NR_SYSCALL_BASE 0 macro
21 #define __NR_SYSCALL_BASE __NR_OABI_SYSCALL_BASE macro
28 #define __NR_restart_syscall (__NR_SYSCALL_BASE+ 0)
29 #define __NR_exit (__NR_SYSCALL_BASE+ 1)
30 #define __NR_fork (__NR_SYSCALL_BASE+ 2)
31 #define __NR_read (__NR_SYSCALL_BASE+ 3)
32 #define __NR_write (__NR_SYSCALL_BASE+ 4)
33 #define __NR_open (__NR_SYSCALL_BASE+ 5)
34 #define __NR_close (__NR_SYSCALL_BASE+ 6)
36 #define __NR_creat (__NR_SYSCALL_BASE
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dlinux_syscall_support.h561 #define __NR_rt_sigaction (__NR_SYSCALL_BASE + 174)
562 #define __NR_rt_sigprocmask (__NR_SYSCALL_BASE + 175)
565 #define __NR_stat64 (__NR_SYSCALL_BASE + 195)
568 #define __NR_fstat64 (__NR_SYSCALL_BASE + 197)
571 #define __NR_getdents64 (__NR_SYSCALL_BASE + 217)
574 #define __NR_gettid (__NR_SYSCALL_BASE + 224)
577 #define __NR_futex (__NR_SYSCALL_BASE + 240)
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dlinux_syscall_support.h549 #define __NR_rt_sigaction (__NR_SYSCALL_BASE + 174)
550 #define __NR_rt_sigprocmask (__NR_SYSCALL_BASE + 175)
553 #define __NR_stat64 (__NR_SYSCALL_BASE + 195)
556 #define __NR_fstat64 (__NR_SYSCALL_BASE + 197)
559 #define __NR_getdents64 (__NR_SYSCALL_BASE + 217)
562 #define __NR_gettid (__NR_SYSCALL_BASE + 224)
565 #define __NR_futex (__NR_SYSCALL_BASE + 240)
/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Dlinux_seccomp.h243 #define MIN_SYSCALL ((unsigned int)__NR_SYSCALL_BASE)
/external/chromium_org/sandbox/linux/services/
H A Darm_linux_syscalls.h13 // __NR_SYSCALL_BASE, __ARM_NR_BASE are defined in <asm/unistd.h>.
19 #define __NR_restart_syscall (__NR_SYSCALL_BASE+0)
23 #define __NR_exit (__NR_SYSCALL_BASE+1)
27 #define __NR_fork (__NR_SYSCALL_BASE+2)
31 #define __NR_read (__NR_SYSCALL_BASE+3)
35 #define __NR_write (__NR_SYSCALL_BASE+4)
39 #define __NR_open (__NR_SYSCALL_BASE+5)
43 #define __NR_close (__NR_SYSCALL_BASE+6)
47 #define __NR_creat (__NR_SYSCALL_BASE+8)
51 #define __NR_link (__NR_SYSCALL_BASE
[all...]

Completed in 266 milliseconds