Merge "Use the correct names for the __ARM_NR_* syscalls."
This commit is contained in:
commit
c019345a3a
@ -311,8 +311,8 @@ int poll(struct pollfd *, unsigned int, long) 168,168,188
|
|||||||
int eventfd:eventfd2(unsigned int, int) 356,328,325
|
int eventfd:eventfd2(unsigned int, int) 356,328,325
|
||||||
|
|
||||||
# ARM-specific ARM_NR_BASE == 0x0f0000 == 983040
|
# ARM-specific ARM_NR_BASE == 0x0f0000 == 983040
|
||||||
int __set_tls:ARM_set_tls(void*) 983045,-1,-1
|
int __set_tls:__ARM_NR_set_tls(void*) 983045,-1,-1
|
||||||
int cacheflush:ARM_cacheflush(long start, long end, long flags) 983042,-1,-1
|
int cacheflush:__ARM_NR_cacheflush(long start, long end, long flags) 983042,-1,-1
|
||||||
|
|
||||||
# MIPS-specific
|
# MIPS-specific
|
||||||
int _flush_cache:cacheflush(char *addr, const int nbytes, const int op) -1,-1,147
|
int _flush_cache:cacheflush(char *addr, const int nbytes, const int op) -1,-1,147
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(__brk)
|
ENTRY(__brk)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(__fcntl)
|
ENTRY(__fcntl)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(__fcntl64)
|
ENTRY(__fcntl64)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(__fork)
|
ENTRY(__fork)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(__fstatfs64)
|
ENTRY(__fstatfs64)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(__getcpu)
|
ENTRY(__getcpu)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(__getcwd)
|
ENTRY(__getcwd)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(__getpriority)
|
ENTRY(__getpriority)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(__ioctl)
|
ENTRY(__ioctl)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(__llseek)
|
ENTRY(__llseek)
|
||||||
mov ip, sp
|
mov ip, sp
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(__mmap2)
|
ENTRY(__mmap2)
|
||||||
mov ip, sp
|
mov ip, sp
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(__open)
|
ENTRY(__open)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(__openat)
|
ENTRY(__openat)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(__ptrace)
|
ENTRY(__ptrace)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(__reboot)
|
ENTRY(__reboot)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(__rt_sigaction)
|
ENTRY(__rt_sigaction)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(__rt_sigprocmask)
|
ENTRY(__rt_sigprocmask)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(__rt_sigtimedwait)
|
ENTRY(__rt_sigtimedwait)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(__sched_getaffinity)
|
ENTRY(__sched_getaffinity)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(__set_tls)
|
ENTRY(__set_tls)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
ldr r7, =__NR_ARM_set_tls
|
ldr r7, =__ARM_NR_set_tls
|
||||||
swi #0
|
swi #0
|
||||||
mov r7, ip
|
mov r7, ip
|
||||||
cmn r0, #(MAX_ERRNO + 1)
|
cmn r0, #(MAX_ERRNO + 1)
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(__setresuid)
|
ENTRY(__setresuid)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(__setreuid)
|
ENTRY(__setreuid)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(__setuid)
|
ENTRY(__setuid)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(__sigsuspend)
|
ENTRY(__sigsuspend)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(__statfs64)
|
ENTRY(__statfs64)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(__sys_clone)
|
ENTRY(__sys_clone)
|
||||||
mov ip, sp
|
mov ip, sp
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(__syslog)
|
ENTRY(__syslog)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(__timer_create)
|
ENTRY(__timer_create)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(__timer_delete)
|
ENTRY(__timer_delete)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(__timer_getoverrun)
|
ENTRY(__timer_getoverrun)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(__timer_gettime)
|
ENTRY(__timer_gettime)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(__timer_settime)
|
ENTRY(__timer_settime)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(__waitid)
|
ENTRY(__waitid)
|
||||||
mov ip, sp
|
mov ip, sp
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(_exit)
|
ENTRY(_exit)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(_exit_thread)
|
ENTRY(_exit_thread)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(accept)
|
ENTRY(accept)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(access)
|
ENTRY(access)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(acct)
|
ENTRY(acct)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(bind)
|
ENTRY(bind)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(cacheflush)
|
ENTRY(cacheflush)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
ldr r7, =__NR_ARM_cacheflush
|
ldr r7, =__ARM_NR_cacheflush
|
||||||
swi #0
|
swi #0
|
||||||
mov r7, ip
|
mov r7, ip
|
||||||
cmn r0, #(MAX_ERRNO + 1)
|
cmn r0, #(MAX_ERRNO + 1)
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(capget)
|
ENTRY(capget)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(capset)
|
ENTRY(capset)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(chdir)
|
ENTRY(chdir)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(chmod)
|
ENTRY(chmod)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(chown)
|
ENTRY(chown)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(chroot)
|
ENTRY(chroot)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(clock_getres)
|
ENTRY(clock_getres)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(clock_gettime)
|
ENTRY(clock_gettime)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(clock_nanosleep)
|
ENTRY(clock_nanosleep)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(clock_settime)
|
ENTRY(clock_settime)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(close)
|
ENTRY(close)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(connect)
|
ENTRY(connect)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(delete_module)
|
ENTRY(delete_module)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(dup)
|
ENTRY(dup)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(dup2)
|
ENTRY(dup2)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(epoll_create)
|
ENTRY(epoll_create)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(epoll_ctl)
|
ENTRY(epoll_ctl)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(epoll_wait)
|
ENTRY(epoll_wait)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(eventfd)
|
ENTRY(eventfd)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(execve)
|
ENTRY(execve)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(faccessat)
|
ENTRY(faccessat)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(fchdir)
|
ENTRY(fchdir)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(fchmod)
|
ENTRY(fchmod)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(fchmodat)
|
ENTRY(fchmodat)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(fchown)
|
ENTRY(fchown)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(fchownat)
|
ENTRY(fchownat)
|
||||||
mov ip, sp
|
mov ip, sp
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(fdatasync)
|
ENTRY(fdatasync)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(fgetxattr)
|
ENTRY(fgetxattr)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(flistxattr)
|
ENTRY(flistxattr)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(flock)
|
ENTRY(flock)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(fremovexattr)
|
ENTRY(fremovexattr)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(fsetxattr)
|
ENTRY(fsetxattr)
|
||||||
mov ip, sp
|
mov ip, sp
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(fstat)
|
ENTRY(fstat)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(fstatat)
|
ENTRY(fstatat)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(fsync)
|
ENTRY(fsync)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(ftruncate)
|
ENTRY(ftruncate)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(ftruncate64)
|
ENTRY(ftruncate64)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(futex)
|
ENTRY(futex)
|
||||||
mov ip, sp
|
mov ip, sp
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(getdents)
|
ENTRY(getdents)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(getegid)
|
ENTRY(getegid)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(geteuid)
|
ENTRY(geteuid)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(getgid)
|
ENTRY(getgid)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(getgroups)
|
ENTRY(getgroups)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(getitimer)
|
ENTRY(getitimer)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(getpeername)
|
ENTRY(getpeername)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(getpgid)
|
ENTRY(getpgid)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(getpid)
|
ENTRY(getpid)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(getppid)
|
ENTRY(getppid)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(getresgid)
|
ENTRY(getresgid)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(getresuid)
|
ENTRY(getresuid)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(getrlimit)
|
ENTRY(getrlimit)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(getrusage)
|
ENTRY(getrusage)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(getsid)
|
ENTRY(getsid)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(getsockname)
|
ENTRY(getsockname)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(getsockopt)
|
ENTRY(getsockopt)
|
||||||
mov ip, sp
|
mov ip, sp
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(gettid)
|
ENTRY(gettid)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(gettimeofday)
|
ENTRY(gettimeofday)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(getuid)
|
ENTRY(getuid)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
|
#include <asm/unistd.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
#include <machine/asm.h>
|
#include <machine/asm.h>
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
|
|
||||||
ENTRY(getxattr)
|
ENTRY(getxattr)
|
||||||
mov ip, r7
|
mov ip, r7
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user