OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__NR_SYSCALL_BASE
(Results
51 - 57
of
57
) sorted by null
1
2
3
/prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/sys/
linux-syscalls.h
6
# define
__NR_SYSCALL_BASE
0x900000
8
# define
__NR_SYSCALL_BASE
4000
10
# define
__NR_SYSCALL_BASE
0
13
#define __NR_exit (
__NR_SYSCALL_BASE
+ 1)
14
#define __NR_fork (
__NR_SYSCALL_BASE
+ 2)
15
#define __NR_read (
__NR_SYSCALL_BASE
+ 3)
16
#define __NR_write (
__NR_SYSCALL_BASE
+ 4)
17
#define __NR_open (
__NR_SYSCALL_BASE
+ 5)
18
#define __NR_close (
__NR_SYSCALL_BASE
+ 6)
19
#define __NR_link (
__NR_SYSCALL_BASE
+ 9
[
all
...]
/prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/sys/
linux-syscalls.h
6
# define
__NR_SYSCALL_BASE
0x900000
8
# define
__NR_SYSCALL_BASE
4000
10
# define
__NR_SYSCALL_BASE
0
13
#define __NR_exit (
__NR_SYSCALL_BASE
+ 1)
14
#define __NR_fork (
__NR_SYSCALL_BASE
+ 2)
15
#define __NR_read (
__NR_SYSCALL_BASE
+ 3)
16
#define __NR_write (
__NR_SYSCALL_BASE
+ 4)
17
#define __NR_open (
__NR_SYSCALL_BASE
+ 5)
18
#define __NR_close (
__NR_SYSCALL_BASE
+ 6)
19
#define __NR_link (
__NR_SYSCALL_BASE
+ 9
[
all
...]
/prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/sys/
linux-syscalls.h
6
# define
__NR_SYSCALL_BASE
0x900000
8
# define
__NR_SYSCALL_BASE
4000
10
# define
__NR_SYSCALL_BASE
0
13
#define __NR_exit (
__NR_SYSCALL_BASE
+ 1)
14
#define __NR_fork (
__NR_SYSCALL_BASE
+ 2)
15
#define __NR_read (
__NR_SYSCALL_BASE
+ 3)
16
#define __NR_write (
__NR_SYSCALL_BASE
+ 4)
17
#define __NR_open (
__NR_SYSCALL_BASE
+ 5)
18
#define __NR_close (
__NR_SYSCALL_BASE
+ 6)
19
#define __NR_link (
__NR_SYSCALL_BASE
+ 9
[
all
...]
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/sys/
linux-syscalls.h
6
# define
__NR_SYSCALL_BASE
0x900000
8
# define
__NR_SYSCALL_BASE
4000
10
# define
__NR_SYSCALL_BASE
0
13
#define __NR_exit (
__NR_SYSCALL_BASE
+ 1)
14
#define __NR_fork (
__NR_SYSCALL_BASE
+ 2)
15
#define __NR_read (
__NR_SYSCALL_BASE
+ 3)
16
#define __NR_write (
__NR_SYSCALL_BASE
+ 4)
17
#define __NR_open (
__NR_SYSCALL_BASE
+ 5)
18
#define __NR_close (
__NR_SYSCALL_BASE
+ 6)
19
#define __NR_link (
__NR_SYSCALL_BASE
+ 9
[
all
...]
/external/libchrome/sandbox/linux/system_headers/
arm_linux_syscalls.h
13
#if !defined(
__NR_SYSCALL_BASE
)
14
// On ARM EABI arch,
__NR_SYSCALL_BASE
is 0.
15
#define
__NR_SYSCALL_BASE
0
21
#define __NR_restart_syscall (
__NR_SYSCALL_BASE
+0)
25
#define __NR_exit (
__NR_SYSCALL_BASE
+1)
29
#define __NR_fork (
__NR_SYSCALL_BASE
+2)
33
#define __NR_read (
__NR_SYSCALL_BASE
+3)
37
#define __NR_write (
__NR_SYSCALL_BASE
+4)
41
#define __NR_open (
__NR_SYSCALL_BASE
+5)
45
#define __NR_close (
__NR_SYSCALL_BASE
+6
[
all
...]
/external/ltrace/sysdeps/linux-gnu/
mksyscallent
42
} else if (($3 ~ /^
__NR_SYSCALL_BASE
$/) && ($4>=0) && ($4<=1000)) {
/external/google-breakpad/src/third_party/lss/
linux_syscall_support.h
846
#define __NR_setresuid (
__NR_SYSCALL_BASE
+ 164)
847
#define __NR_getresuid (
__NR_SYSCALL_BASE
+ 165)
848
#define __NR_setresgid (
__NR_SYSCALL_BASE
+ 170)
849
#define __NR_getresgid (
__NR_SYSCALL_BASE
+ 171)
852
#define __NR_rt_sigreturn (
__NR_SYSCALL_BASE
+ 173)
853
#define __NR_rt_sigaction (
__NR_SYSCALL_BASE
+ 174)
854
#define __NR_rt_sigprocmask (
__NR_SYSCALL_BASE
+ 175)
855
#define __NR_rt_sigpending (
__NR_SYSCALL_BASE
+ 176)
856
#define __NR_rt_sigsuspend (
__NR_SYSCALL_BASE
+ 179)
859
#define __NR_pread64 (
__NR_SYSCALL_BASE
+ 180
[
all
...]
Completed in 1601 milliseconds
1
2
3