Searched
full:eax (Results
276 -
300 of
1810) sorted by null
<<11121314151617181920>>
/bionic/libc/arch-x86/syscalls/ |
flock.S | 11 movl $__NR_flock, %eax 13 cmpl $-MAX_ERRNO, %eax 15 negl %eax 16 pushl %eax 19 orl $-1, %eax
|
fremovexattr.S | 11 movl $__NR_fremovexattr, %eax 13 cmpl $-MAX_ERRNO, %eax 15 negl %eax 16 pushl %eax 19 orl $-1, %eax
|
fstat.S | 11 movl $__NR_fstat64, %eax 13 cmpl $-MAX_ERRNO, %eax 15 negl %eax 16 pushl %eax 19 orl $-1, %eax
|
fstatat.S | 15 movl $__NR_fstatat64, %eax 17 cmpl $-MAX_ERRNO, %eax 19 negl %eax 20 pushl %eax 23 orl $-1, %eax
|
ftruncate.S | 11 movl $__NR_ftruncate, %eax 13 cmpl $-MAX_ERRNO, %eax 15 negl %eax 16 pushl %eax 19 orl $-1, %eax
|
ftruncate64.S | 13 movl $__NR_ftruncate64, %eax 15 cmpl $-MAX_ERRNO, %eax 17 negl %eax 18 pushl %eax 21 orl $-1, %eax
|
getdents.S | 13 movl $__NR_getdents64, %eax 15 cmpl $-MAX_ERRNO, %eax 17 negl %eax 18 pushl %eax 21 orl $-1, %eax
|
getgroups.S | 11 movl $__NR_getgroups32, %eax 13 cmpl $-MAX_ERRNO, %eax 15 negl %eax 16 pushl %eax 19 orl $-1, %eax
|
getitimer.S | 11 movl $__NR_getitimer, %eax 13 cmpl $-MAX_ERRNO, %eax 15 negl %eax 16 pushl %eax 19 orl $-1, %eax
|
getpeername.S | 12 movl $__NR_socketcall, %eax 14 cmpl $-MAX_ERRNO, %eax 16 negl %eax 17 pushl %eax 20 orl $-1, %eax
|
getresgid.S | 13 movl $__NR_getresgid32, %eax 15 cmpl $-MAX_ERRNO, %eax 17 negl %eax 18 pushl %eax 21 orl $-1, %eax
|
getresuid.S | 13 movl $__NR_getresuid32, %eax 15 cmpl $-MAX_ERRNO, %eax 17 negl %eax 18 pushl %eax 21 orl $-1, %eax
|
getrlimit.S | 11 movl $__NR_ugetrlimit, %eax 13 cmpl $-MAX_ERRNO, %eax 15 negl %eax 16 pushl %eax 19 orl $-1, %eax
|
getrusage.S | 11 movl $__NR_getrusage, %eax 13 cmpl $-MAX_ERRNO, %eax 15 negl %eax 16 pushl %eax 19 orl $-1, %eax
|
getsockname.S | 12 movl $__NR_socketcall, %eax 14 cmpl $-MAX_ERRNO, %eax 16 negl %eax 17 pushl %eax 20 orl $-1, %eax
|
getsockopt.S | 12 movl $__NR_socketcall, %eax 14 cmpl $-MAX_ERRNO, %eax 16 negl %eax 17 pushl %eax 20 orl $-1, %eax
|
gettimeofday.S | 11 movl $__NR_gettimeofday, %eax 13 cmpl $-MAX_ERRNO, %eax 15 negl %eax 16 pushl %eax 19 orl $-1, %eax
|
getxattr.S | 15 movl $__NR_getxattr, %eax 17 cmpl $-MAX_ERRNO, %eax 19 negl %eax 20 pushl %eax 23 orl $-1, %eax
|
init_module.S | 13 movl $__NR_init_module, %eax 15 cmpl $-MAX_ERRNO, %eax 17 negl %eax 18 pushl %eax 21 orl $-1, %eax
|
inotify_add_watch.S | 13 movl $__NR_inotify_add_watch, %eax 15 cmpl $-MAX_ERRNO, %eax 17 negl %eax 18 pushl %eax 21 orl $-1, %eax
|
inotify_rm_watch.S | 11 movl $__NR_inotify_rm_watch, %eax 13 cmpl $-MAX_ERRNO, %eax 15 negl %eax 16 pushl %eax 19 orl $-1, %eax
|
ioprio_get.S | 11 movl $__NR_ioprio_get, %eax 13 cmpl $-MAX_ERRNO, %eax 15 negl %eax 16 pushl %eax 19 orl $-1, %eax
|
ioprio_set.S | 13 movl $__NR_ioprio_set, %eax 15 cmpl $-MAX_ERRNO, %eax 17 negl %eax 18 pushl %eax 21 orl $-1, %eax
|
kill.S | 11 movl $__NR_kill, %eax 13 cmpl $-MAX_ERRNO, %eax 15 negl %eax 16 pushl %eax 19 orl $-1, %eax
|
klogctl.S | 13 movl $__NR_syslog, %eax 15 cmpl $-MAX_ERRNO, %eax 17 negl %eax 18 pushl %eax 21 orl $-1, %eax
|
Completed in 256 milliseconds
<<11121314151617181920>>