am 3323628d
: Merge "The SYS_ constants should cover all __NR_ values."
* commit '3323628d635d3973965ee458c1fee7d8ab45136f': The SYS_ constants should cover all __NR_ values.
This commit is contained in:
commit
5686bb3003
@ -25,6 +25,11 @@
|
|||||||
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <linux/err.h>
|
||||||
|
#include <asm/unistd.h>
|
||||||
|
#include <machine/asm.h>
|
||||||
|
|
||||||
/* unlike our auto-generated syscall stubs, this code saves lr
|
/* unlike our auto-generated syscall stubs, this code saves lr
|
||||||
on the stack, as well as a few other registers. this makes
|
on the stack, as well as a few other registers. this makes
|
||||||
our stack unwinder happy, when we generate debug stack
|
our stack unwinder happy, when we generate debug stack
|
||||||
@ -33,14 +38,6 @@
|
|||||||
of a corrupted malloc heap).
|
of a corrupted malloc heap).
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/err.h>
|
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
#include <machine/asm.h>
|
|
||||||
|
|
||||||
#ifndef __NR_kill
|
|
||||||
#define __NR_kill 37
|
|
||||||
#endif
|
|
||||||
|
|
||||||
ENTRY(kill)
|
ENTRY(kill)
|
||||||
stmfd sp!, {r4-r7, ip, lr}
|
stmfd sp!, {r4-r7, ip, lr}
|
||||||
ldr r7, =__NR_kill
|
ldr r7, =__NR_kill
|
||||||
|
@ -25,6 +25,11 @@
|
|||||||
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <linux/err.h>
|
||||||
|
#include <asm/unistd.h>
|
||||||
|
#include <machine/asm.h>
|
||||||
|
|
||||||
/* unlike our auto-generated syscall stubs, this code saves lr
|
/* unlike our auto-generated syscall stubs, this code saves lr
|
||||||
on the stack, as well as a few other registers. this makes
|
on the stack, as well as a few other registers. this makes
|
||||||
our stack unwinder happy, when we generate debug stack
|
our stack unwinder happy, when we generate debug stack
|
||||||
@ -33,14 +38,6 @@
|
|||||||
of a corrupted malloc heap).
|
of a corrupted malloc heap).
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/err.h>
|
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
#include <machine/asm.h>
|
|
||||||
|
|
||||||
#ifndef __NR_tgkill
|
|
||||||
#define __NR_tgkill 268
|
|
||||||
#endif
|
|
||||||
|
|
||||||
ENTRY(tgkill)
|
ENTRY(tgkill)
|
||||||
stmfd sp!, {r4-r7, ip, lr}
|
stmfd sp!, {r4-r7, ip, lr}
|
||||||
ldr r7, =__NR_tgkill
|
ldr r7, =__NR_tgkill
|
||||||
|
@ -25,6 +25,11 @@
|
|||||||
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <linux/err.h>
|
||||||
|
#include <asm/unistd.h>
|
||||||
|
#include <machine/asm.h>
|
||||||
|
|
||||||
/* unlike our auto-generated syscall stubs, this code saves lr
|
/* unlike our auto-generated syscall stubs, this code saves lr
|
||||||
on the stack, as well as a few other registers. this makes
|
on the stack, as well as a few other registers. this makes
|
||||||
our stack unwinder happy, when we generate debug stack
|
our stack unwinder happy, when we generate debug stack
|
||||||
@ -33,14 +38,6 @@
|
|||||||
of a corrupted malloc heap).
|
of a corrupted malloc heap).
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/err.h>
|
|
||||||
#include <sys/linux-syscalls.h>
|
|
||||||
#include <machine/asm.h>
|
|
||||||
|
|
||||||
#ifndef __NR_tkill
|
|
||||||
#define __NR_tkill 238
|
|
||||||
#endif
|
|
||||||
|
|
||||||
ENTRY(tkill)
|
ENTRY(tkill)
|
||||||
stmfd sp!, {r4-r7, ip, lr}
|
stmfd sp!, {r4-r7, ip, lr}
|
||||||
ldr r7, =__NR_tkill
|
ldr r7, =__NR_tkill
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl __brk
|
.globl __brk
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl __fcntl
|
.globl __fcntl
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl __fcntl64
|
.globl __fcntl64
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl __fork
|
.globl __fork
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl __fstatfs64
|
.globl __fstatfs64
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl __getcpu
|
.globl __getcpu
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl __getcwd
|
.globl __getcwd
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl __getpriority
|
.globl __getpriority
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl __ioctl
|
.globl __ioctl
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl __llseek
|
.globl __llseek
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl __mmap2
|
.globl __mmap2
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl __open
|
.globl __open
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl __openat
|
.globl __openat
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl __ptrace
|
.globl __ptrace
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl __reboot
|
.globl __reboot
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl __rt_sigaction
|
.globl __rt_sigaction
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl __rt_sigprocmask
|
.globl __rt_sigprocmask
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl __rt_sigtimedwait
|
.globl __rt_sigtimedwait
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl __sched_getaffinity
|
.globl __sched_getaffinity
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl __set_thread_area
|
.globl __set_thread_area
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl __setresuid
|
.globl __setresuid
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl __setreuid
|
.globl __setreuid
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl __setuid
|
.globl __setuid
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl __sigsuspend
|
.globl __sigsuspend
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl __statfs64
|
.globl __statfs64
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl __sys_clone
|
.globl __sys_clone
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl __syslog
|
.globl __syslog
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl __timer_create
|
.globl __timer_create
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl __timer_delete
|
.globl __timer_delete
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl __timer_getoverrun
|
.globl __timer_getoverrun
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl __timer_gettime
|
.globl __timer_gettime
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl __timer_settime
|
.globl __timer_settime
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl __waitid
|
.globl __waitid
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl _exit
|
.globl _exit
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl _exit_thread
|
.globl _exit_thread
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl _flush_cache
|
.globl _flush_cache
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl _waitpid
|
.globl _waitpid
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl accept
|
.globl accept
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl access
|
.globl access
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl acct
|
.globl acct
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl bind
|
.globl bind
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl capget
|
.globl capget
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl capset
|
.globl capset
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl chdir
|
.globl chdir
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl chmod
|
.globl chmod
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl chown
|
.globl chown
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl chroot
|
.globl chroot
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl clock_getres
|
.globl clock_getres
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl clock_gettime
|
.globl clock_gettime
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl clock_nanosleep
|
.globl clock_nanosleep
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl clock_settime
|
.globl clock_settime
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl close
|
.globl close
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl connect
|
.globl connect
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl delete_module
|
.globl delete_module
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl dup
|
.globl dup
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl dup2
|
.globl dup2
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl epoll_create
|
.globl epoll_create
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl epoll_ctl
|
.globl epoll_ctl
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl epoll_wait
|
.globl epoll_wait
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl eventfd
|
.globl eventfd
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl execve
|
.globl execve
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl faccessat
|
.globl faccessat
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl fchdir
|
.globl fchdir
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl fchmod
|
.globl fchmod
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl fchmodat
|
.globl fchmodat
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl fchown
|
.globl fchown
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl fchownat
|
.globl fchownat
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl fdatasync
|
.globl fdatasync
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl fgetxattr
|
.globl fgetxattr
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl flistxattr
|
.globl flistxattr
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl flock
|
.globl flock
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl fremovexattr
|
.globl fremovexattr
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl fsetxattr
|
.globl fsetxattr
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl fstat
|
.globl fstat
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl fstatat
|
.globl fstatat
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl fsync
|
.globl fsync
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl ftruncate
|
.globl ftruncate
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl ftruncate64
|
.globl ftruncate64
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl futex
|
.globl futex
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl getdents
|
.globl getdents
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl getegid
|
.globl getegid
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl geteuid
|
.globl geteuid
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl getgid
|
.globl getgid
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl getgroups
|
.globl getgroups
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl getitimer
|
.globl getitimer
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl getpeername
|
.globl getpeername
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl getpgid
|
.globl getpgid
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl getpid
|
.globl getpid
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl getppid
|
.globl getppid
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl getresgid
|
.globl getresgid
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl getresuid
|
.globl getresuid
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl getrlimit
|
.globl getrlimit
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl getrusage
|
.globl getrusage
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl getsid
|
.globl getsid
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl getsockname
|
.globl getsockname
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl getsockopt
|
.globl getsockopt
|
||||||
.align 4
|
.align 4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* autogenerated by gensyscalls.py */
|
/* autogenerated by gensyscalls.py */
|
||||||
#include <sys/linux-syscalls.h>
|
#include <asm/unistd.h>
|
||||||
.text
|
.text
|
||||||
.globl gettid
|
.globl gettid
|
||||||
.align 4
|
.align 4
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user