HomeSort by relevance Sort by last modified time
    Searched full:eax (Results 226 - 250 of 1810) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/arch-x86/bionic/
vfork.S 12 movl $__NR_vfork, %eax
14 cmpl $-129, %eax
16 negl %eax
17 pushl %eax
19 orl $-1, %eax
  /bionic/libc/arch-x86/string/
strcmp.S 16 movl 0x04(%esp),%eax
21 L1: incl %eax
23 L2: movb (%eax),%cl
28 incl %eax
30 movb (%eax),%cl
35 incl %eax
37 movb (%eax),%cl
42 incl %eax
44 movb (%eax),%cl
49 incl %eax
    [all...]
  /bionic/libc/arch-x86/syscalls/
__fcntl.S 13 movl $__NR_fcntl, %eax
15 cmpl $-MAX_ERRNO, %eax
17 negl %eax
18 pushl %eax
21 orl $-1, %eax
__fcntl64.S 13 movl $__NR_fcntl64, %eax
15 cmpl $-MAX_ERRNO, %eax
17 negl %eax
18 pushl %eax
21 orl $-1, %eax
__fstatfs64.S 13 movl $__NR_fstatfs64, %eax
15 cmpl $-MAX_ERRNO, %eax
17 negl %eax
18 pushl %eax
21 orl $-1, %eax
__getcpu.S 13 movl $__NR_getcpu, %eax
15 cmpl $-MAX_ERRNO, %eax
17 negl %eax
18 pushl %eax
21 orl $-1, %eax
__getcwd.S 11 movl $__NR_getcwd, %eax
13 cmpl $-MAX_ERRNO, %eax
15 negl %eax
16 pushl %eax
19 orl $-1, %eax
__getpriority.S 11 movl $__NR_getpriority, %eax
13 cmpl $-MAX_ERRNO, %eax
15 negl %eax
16 pushl %eax
19 orl $-1, %eax
__ioctl.S 13 movl $__NR_ioctl, %eax
15 cmpl $-MAX_ERRNO, %eax
17 negl %eax
18 pushl %eax
21 orl $-1, %eax
__open.S 13 movl $__NR_open, %eax
15 cmpl $-MAX_ERRNO, %eax
17 negl %eax
18 pushl %eax
21 orl $-1, %eax
__openat.S 15 movl $__NR_openat, %eax
17 cmpl $-MAX_ERRNO, %eax
19 negl %eax
20 pushl %eax
23 orl $-1, %eax
__ptrace.S 15 movl $__NR_ptrace, %eax
17 cmpl $-MAX_ERRNO, %eax
19 negl %eax
20 pushl %eax
23 orl $-1, %eax
__reboot.S 15 movl $__NR_reboot, %eax
17 cmpl $-MAX_ERRNO, %eax
19 negl %eax
20 pushl %eax
23 orl $-1, %eax
__rt_sigaction.S 15 movl $__NR_rt_sigaction, %eax
17 cmpl $-MAX_ERRNO, %eax
19 negl %eax
20 pushl %eax
23 orl $-1, %eax
__rt_sigprocmask.S 15 movl $__NR_rt_sigprocmask, %eax
17 cmpl $-MAX_ERRNO, %eax
19 negl %eax
20 pushl %eax
23 orl $-1, %eax
__rt_sigtimedwait.S 15 movl $__NR_rt_sigtimedwait, %eax
17 cmpl $-MAX_ERRNO, %eax
19 negl %eax
20 pushl %eax
23 orl $-1, %eax
__sched_getaffinity.S 13 movl $__NR_sched_getaffinity, %eax
15 cmpl $-MAX_ERRNO, %eax
17 negl %eax
18 pushl %eax
21 orl $-1, %eax
__setresuid.S 13 movl $__NR_setresuid32, %eax
15 cmpl $-MAX_ERRNO, %eax
17 negl %eax
18 pushl %eax
21 orl $-1, %eax
__setreuid.S 11 movl $__NR_setreuid32, %eax
13 cmpl $-MAX_ERRNO, %eax
15 negl %eax
16 pushl %eax
19 orl $-1, %eax
__sigsuspend.S 13 movl $__NR_sigsuspend, %eax
15 cmpl $-MAX_ERRNO, %eax
17 negl %eax
18 pushl %eax
21 orl $-1, %eax
__statfs64.S 13 movl $__NR_statfs64, %eax
15 cmpl $-MAX_ERRNO, %eax
17 negl %eax
18 pushl %eax
21 orl $-1, %eax
__syslog.S 13 movl $__NR_syslog, %eax
15 cmpl $-MAX_ERRNO, %eax
17 negl %eax
18 pushl %eax
21 orl $-1, %eax
__timer_create.S 13 movl $__NR_timer_create, %eax
15 cmpl $-MAX_ERRNO, %eax
17 negl %eax
18 pushl %eax
21 orl $-1, %eax
__timer_gettime.S 11 movl $__NR_timer_gettime, %eax
13 cmpl $-MAX_ERRNO, %eax
15 negl %eax
16 pushl %eax
19 orl $-1, %eax
__timer_settime.S 15 movl $__NR_timer_settime, %eax
17 cmpl $-MAX_ERRNO, %eax
19 negl %eax
20 pushl %eax
23 orl $-1, %eax

Completed in 66 milliseconds

1 2 3 4 5 6 7 8 91011>>