platform_bionic/libc/arch-x86/syscalls
Elliott Hughes 7582a9c119 Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs.
Also update the x86 asm.h to support this; we need it for libm assembler
anyway.

Also clean up the _FBSDID hack in <sys/cdefs.h>.

Change-Id: Iababd977b8110ec022bf7c93f4d62ece47630e7c
2013-02-06 17:08:15 -08:00
..
__brk.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
__fcntl.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
__fcntl64.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
__fork.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
__fstatfs64.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
__getcpu.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
__getcwd.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
__getpriority.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
__ioctl.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
__llseek.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
__mmap2.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
__open.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
__openat.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
__ptrace.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
__reboot.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
__rt_sigaction.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
__rt_sigprocmask.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
__rt_sigtimedwait.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
__sched_getaffinity.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
__set_thread_area.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
__setresuid.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
__setreuid.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
__setuid.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
__sigsuspend.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
__statfs64.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
__sys_clone.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
__syslog.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
__timer_create.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
__timer_delete.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
__timer_getoverrun.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
__timer_gettime.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
__timer_settime.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
__wait4.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
__waitid.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
_exit.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
_exit_thread.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
_waitpid.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
accept.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
access.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
acct.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
bind.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
capget.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
capset.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
chdir.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
chmod.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
chown.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
chroot.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
clock_getres.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
clock_gettime.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
clock_nanosleep.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
clock_settime.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
close.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
connect.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
delete_module.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
dup.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
dup2.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
epoll_create.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
epoll_ctl.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
epoll_wait.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
eventfd.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
execve.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
faccessat.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
fchdir.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
fchmod.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
fchmodat.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
fchown.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
fchownat.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
fdatasync.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
fgetxattr.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
flistxattr.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
flock.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
fremovexattr.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
fsetxattr.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
fstat.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
fstatat.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
fsync.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
ftruncate.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
ftruncate64.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
futex.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
getdents.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
getegid.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
geteuid.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
getgid.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
getgroups.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
getitimer.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
getpeername.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
getpgid.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
getpid.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
getppid.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
getresgid.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
getresuid.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
getrlimit.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
getrusage.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
getsid.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
getsockname.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
getsockopt.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
gettid.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
gettimeofday.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
getuid.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
getxattr.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
init_module.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
inotify_add_watch.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
inotify_init.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
inotify_rm_watch.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
ioprio_get.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
ioprio_set.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
kill.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
klogctl.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
lchown.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
lgetxattr.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
link.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
listen.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
listxattr.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
llistxattr.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
lremovexattr.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
lseek.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
lsetxattr.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
lstat.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
madvise.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
mincore.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
mkdir.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
mkdirat.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
mknod.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
mlock.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
mlockall.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
mount.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
mprotect.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
mremap.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
msync.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
munlock.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
munlockall.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
munmap.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
nanosleep.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
pause.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
perf_event_open.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
personality.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
pipe.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
pipe2.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
poll.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
prctl.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
pread64.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
pwrite64.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
read.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
readahead.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
readlink.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
readv.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
recvfrom.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
recvmsg.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
removexattr.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
rename.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
renameat.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
rmdir.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
sched_get_priority_max.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
sched_get_priority_min.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
sched_getparam.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
sched_getscheduler.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
sched_rr_get_interval.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
sched_setaffinity.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
sched_setparam.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
sched_setscheduler.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
sched_yield.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
select.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
sendfile.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
sendmsg.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
sendto.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
setgid.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
setgroups.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
setitimer.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
setpgid.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
setpriority.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
setregid.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
setresgid.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
setrlimit.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
setsid.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
setsockopt.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
settimeofday.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
setxattr.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
shutdown.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
sigaction.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
sigaltstack.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
signalfd4.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
sigpending.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
sigprocmask.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
socket.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
socketpair.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
stat.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
symlink.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
sync.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
sysinfo.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
tgkill.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
times.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
tkill.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
truncate.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
umask.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
umount2.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
uname.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
unlink.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
unlinkat.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
unshare.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
utimensat.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
utimes.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
write.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00
writev.S Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. 2013-02-06 17:08:15 -08:00