Searched
full:eax (Results
326 -
350 of
1810) sorted by null
<<11121314151617181920>>
/bionic/libc/arch-x86/syscalls/ |
readlink.S | 13 movl $__NR_readlink, %eax 15 cmpl $-MAX_ERRNO, %eax 17 negl %eax 18 pushl %eax 21 orl $-1, %eax
|
readv.S | 13 movl $__NR_readv, %eax 15 cmpl $-MAX_ERRNO, %eax 17 negl %eax 18 pushl %eax 21 orl $-1, %eax
|
recvfrom.S | 12 movl $__NR_socketcall, %eax 14 cmpl $-MAX_ERRNO, %eax 16 negl %eax 17 pushl %eax 20 orl $-1, %eax
|
recvmsg.S | 12 movl $__NR_socketcall, %eax 14 cmpl $-MAX_ERRNO, %eax 16 negl %eax 17 pushl %eax 20 orl $-1, %eax
|
removexattr.S | 11 movl $__NR_removexattr, %eax 13 cmpl $-MAX_ERRNO, %eax 15 negl %eax 16 pushl %eax 19 orl $-1, %eax
|
rename.S | 11 movl $__NR_rename, %eax 13 cmpl $-MAX_ERRNO, %eax 15 negl %eax 16 pushl %eax 19 orl $-1, %eax
|
renameat.S | 15 movl $__NR_renameat, %eax 17 cmpl $-MAX_ERRNO, %eax 19 negl %eax 20 pushl %eax 23 orl $-1, %eax
|
sched_getparam.S | 11 movl $__NR_sched_getparam, %eax 13 cmpl $-MAX_ERRNO, %eax 15 negl %eax 16 pushl %eax 19 orl $-1, %eax
|
sched_rr_get_interval.S | 11 movl $__NR_sched_rr_get_interval, %eax 13 cmpl $-MAX_ERRNO, %eax 15 negl %eax 16 pushl %eax 19 orl $-1, %eax
|
sched_setaffinity.S | 13 movl $__NR_sched_setaffinity, %eax 15 cmpl $-MAX_ERRNO, %eax 17 negl %eax 18 pushl %eax 21 orl $-1, %eax
|
sched_setparam.S | 11 movl $__NR_sched_setparam, %eax 13 cmpl $-MAX_ERRNO, %eax 15 negl %eax 16 pushl %eax 19 orl $-1, %eax
|
sched_setscheduler.S | 13 movl $__NR_sched_setscheduler, %eax 15 cmpl $-MAX_ERRNO, %eax 17 negl %eax 18 pushl %eax 21 orl $-1, %eax
|
sendfile.S | 15 movl $__NR_sendfile, %eax 17 cmpl $-MAX_ERRNO, %eax 19 negl %eax 20 pushl %eax 23 orl $-1, %eax
|
sendmsg.S | 12 movl $__NR_socketcall, %eax 14 cmpl $-MAX_ERRNO, %eax 16 negl %eax 17 pushl %eax 20 orl $-1, %eax
|
sendto.S | 12 movl $__NR_socketcall, %eax 14 cmpl $-MAX_ERRNO, %eax 16 negl %eax 17 pushl %eax 20 orl $-1, %eax
|
setgroups.S | 11 movl $__NR_setgroups32, %eax 13 cmpl $-MAX_ERRNO, %eax 15 negl %eax 16 pushl %eax 19 orl $-1, %eax
|
setitimer.S | 13 movl $__NR_setitimer, %eax 15 cmpl $-MAX_ERRNO, %eax 17 negl %eax 18 pushl %eax 21 orl $-1, %eax
|
setpgid.S | 11 movl $__NR_setpgid, %eax 13 cmpl $-MAX_ERRNO, %eax 15 negl %eax 16 pushl %eax 19 orl $-1, %eax
|
setpriority.S | 13 movl $__NR_setpriority, %eax 15 cmpl $-MAX_ERRNO, %eax 17 negl %eax 18 pushl %eax 21 orl $-1, %eax
|
setregid.S | 11 movl $__NR_setregid32, %eax 13 cmpl $-MAX_ERRNO, %eax 15 negl %eax 16 pushl %eax 19 orl $-1, %eax
|
setresgid.S | 13 movl $__NR_setresgid32, %eax 15 cmpl $-MAX_ERRNO, %eax 17 negl %eax 18 pushl %eax 21 orl $-1, %eax
|
setrlimit.S | 11 movl $__NR_setrlimit, %eax 13 cmpl $-MAX_ERRNO, %eax 15 negl %eax 16 pushl %eax 19 orl $-1, %eax
|
setsockopt.S | 12 movl $__NR_socketcall, %eax 14 cmpl $-MAX_ERRNO, %eax 16 negl %eax 17 pushl %eax 20 orl $-1, %eax
|
settimeofday.S | 11 movl $__NR_settimeofday, %eax 13 cmpl $-MAX_ERRNO, %eax 15 negl %eax 16 pushl %eax 19 orl $-1, %eax
|
shutdown.S | 12 movl $__NR_socketcall, %eax 14 cmpl $-MAX_ERRNO, %eax 16 negl %eax 17 pushl %eax 20 orl $-1, %eax
|
Completed in 76 milliseconds
<<11121314151617181920>>