/bionic/libc/arch-arm/syscalls/ |
recvfrom.S | 14 cmn r0, #(MAX_ERRNO + 1)
|
select.S | 14 cmn r0, #(MAX_ERRNO + 1)
|
sendto.S | 14 cmn r0, #(MAX_ERRNO + 1)
|
setsockopt.S | 14 cmn r0, #(MAX_ERRNO + 1)
|
setxattr.S | 14 cmn r0, #(MAX_ERRNO + 1)
|
/bionic/libc/arch-x86/syscalls/ |
__fcntl.S | 15 cmpl $-MAX_ERRNO, %eax
|
__fcntl64.S | 15 cmpl $-MAX_ERRNO, %eax
|
__fstatfs64.S | 15 cmpl $-MAX_ERRNO, %eax
|
__getcpu.S | 15 cmpl $-MAX_ERRNO, %eax
|
__getcwd.S | 13 cmpl $-MAX_ERRNO, %eax
|
__getpriority.S | 13 cmpl $-MAX_ERRNO, %eax
|
__ioctl.S | 15 cmpl $-MAX_ERRNO, %eax
|
__open.S | 15 cmpl $-MAX_ERRNO, %eax
|
__sched_getaffinity.S | 15 cmpl $-MAX_ERRNO, %eax
|
__setresuid.S | 15 cmpl $-MAX_ERRNO, %eax
|
__setreuid.S | 13 cmpl $-MAX_ERRNO, %eax
|
__sigsuspend.S | 15 cmpl $-MAX_ERRNO, %eax
|
__statfs64.S | 15 cmpl $-MAX_ERRNO, %eax
|
__syslog.S | 15 cmpl $-MAX_ERRNO, %eax
|
__timer_create.S | 15 cmpl $-MAX_ERRNO, %eax
|
__timer_gettime.S | 13 cmpl $-MAX_ERRNO, %eax
|
accept.S | 14 cmpl $-MAX_ERRNO, %eax
|
access.S | 13 cmpl $-MAX_ERRNO, %eax
|
bind.S | 14 cmpl $-MAX_ERRNO, %eax
|
capget.S | 13 cmpl $-MAX_ERRNO, %eax
|