* commit 'e4068e3399d6d572d2f9bd7f925f080a74122d60': Fix x86 cfi directives for syscalls.
This commit is contained in:
commit
1a3a9d4d99
@ -4,10 +4,11 @@
|
|||||||
|
|
||||||
ENTRY(__accept4)
|
ENTRY(__accept4)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
pushl %ecx
|
|
||||||
.cfi_def_cfa_offset 8
|
.cfi_def_cfa_offset 8
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
.cfi_rel_offset ecx, 4
|
pushl %ecx
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset ecx, 0
|
||||||
mov $18, %ebx
|
mov $18, %ebx
|
||||||
mov %esp, %ecx
|
mov %esp, %ecx
|
||||||
addl $12, %ecx
|
addl $12, %ecx
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
ENTRY(__brk)
|
ENTRY(__brk)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
.cfi_def_cfa_offset 4
|
.cfi_def_cfa_offset 8
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
mov 8(%esp), %ebx
|
mov 8(%esp), %ebx
|
||||||
movl $__NR_brk, %eax
|
movl $__NR_brk, %eax
|
||||||
|
@ -4,10 +4,11 @@
|
|||||||
|
|
||||||
ENTRY(__connect)
|
ENTRY(__connect)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
pushl %ecx
|
|
||||||
.cfi_def_cfa_offset 8
|
.cfi_def_cfa_offset 8
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
.cfi_rel_offset ecx, 4
|
pushl %ecx
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset ecx, 0
|
||||||
mov $3, %ebx
|
mov $3, %ebx
|
||||||
mov %esp, %ecx
|
mov %esp, %ecx
|
||||||
addl $12, %ecx
|
addl $12, %ecx
|
||||||
|
@ -4,18 +4,23 @@
|
|||||||
|
|
||||||
ENTRY(__epoll_pwait)
|
ENTRY(__epoll_pwait)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
pushl %ecx
|
.cfi_def_cfa_offset 8
|
||||||
pushl %edx
|
|
||||||
pushl %esi
|
|
||||||
pushl %edi
|
|
||||||
pushl %ebp
|
|
||||||
.cfi_def_cfa_offset 24
|
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
.cfi_rel_offset ecx, 4
|
pushl %ecx
|
||||||
.cfi_rel_offset edx, 8
|
.cfi_adjust_cfa_offset 4
|
||||||
.cfi_rel_offset esi, 12
|
.cfi_rel_offset ecx, 0
|
||||||
.cfi_rel_offset edi, 16
|
pushl %edx
|
||||||
.cfi_rel_offset ebp, 20
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset edx, 0
|
||||||
|
pushl %esi
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset esi, 0
|
||||||
|
pushl %edi
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset edi, 0
|
||||||
|
pushl %ebp
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset ebp, 0
|
||||||
mov 28(%esp), %ebx
|
mov 28(%esp), %ebx
|
||||||
mov 32(%esp), %ecx
|
mov 32(%esp), %ecx
|
||||||
mov 36(%esp), %edx
|
mov 36(%esp), %edx
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
ENTRY(__exit)
|
ENTRY(__exit)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
.cfi_def_cfa_offset 4
|
.cfi_def_cfa_offset 8
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
mov 8(%esp), %ebx
|
mov 8(%esp), %ebx
|
||||||
movl $__NR_exit, %eax
|
movl $__NR_exit, %eax
|
||||||
|
@ -4,12 +4,14 @@
|
|||||||
|
|
||||||
ENTRY(__fcntl64)
|
ENTRY(__fcntl64)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
pushl %ecx
|
.cfi_def_cfa_offset 8
|
||||||
pushl %edx
|
|
||||||
.cfi_def_cfa_offset 12
|
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
.cfi_rel_offset ecx, 4
|
pushl %ecx
|
||||||
.cfi_rel_offset edx, 8
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset ecx, 0
|
||||||
|
pushl %edx
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset edx, 0
|
||||||
mov 16(%esp), %ebx
|
mov 16(%esp), %ebx
|
||||||
mov 20(%esp), %ecx
|
mov 20(%esp), %ecx
|
||||||
mov 24(%esp), %edx
|
mov 24(%esp), %edx
|
||||||
|
@ -4,12 +4,14 @@
|
|||||||
|
|
||||||
ENTRY(__fstatfs64)
|
ENTRY(__fstatfs64)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
pushl %ecx
|
.cfi_def_cfa_offset 8
|
||||||
pushl %edx
|
|
||||||
.cfi_def_cfa_offset 12
|
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
.cfi_rel_offset ecx, 4
|
pushl %ecx
|
||||||
.cfi_rel_offset edx, 8
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset ecx, 0
|
||||||
|
pushl %edx
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset edx, 0
|
||||||
mov 16(%esp), %ebx
|
mov 16(%esp), %ebx
|
||||||
mov 20(%esp), %ecx
|
mov 20(%esp), %ecx
|
||||||
mov 24(%esp), %edx
|
mov 24(%esp), %edx
|
||||||
|
@ -4,12 +4,14 @@
|
|||||||
|
|
||||||
ENTRY(__getcpu)
|
ENTRY(__getcpu)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
pushl %ecx
|
.cfi_def_cfa_offset 8
|
||||||
pushl %edx
|
|
||||||
.cfi_def_cfa_offset 12
|
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
.cfi_rel_offset ecx, 4
|
pushl %ecx
|
||||||
.cfi_rel_offset edx, 8
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset ecx, 0
|
||||||
|
pushl %edx
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset edx, 0
|
||||||
mov 16(%esp), %ebx
|
mov 16(%esp), %ebx
|
||||||
mov 20(%esp), %ecx
|
mov 20(%esp), %ecx
|
||||||
mov 24(%esp), %edx
|
mov 24(%esp), %edx
|
||||||
|
@ -4,10 +4,11 @@
|
|||||||
|
|
||||||
ENTRY(__getcwd)
|
ENTRY(__getcwd)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
pushl %ecx
|
|
||||||
.cfi_def_cfa_offset 8
|
.cfi_def_cfa_offset 8
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
.cfi_rel_offset ecx, 4
|
pushl %ecx
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset ecx, 0
|
||||||
mov 12(%esp), %ebx
|
mov 12(%esp), %ebx
|
||||||
mov 16(%esp), %ecx
|
mov 16(%esp), %ecx
|
||||||
movl $__NR_getcwd, %eax
|
movl $__NR_getcwd, %eax
|
||||||
|
@ -4,10 +4,11 @@
|
|||||||
|
|
||||||
ENTRY(__getpriority)
|
ENTRY(__getpriority)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
pushl %ecx
|
|
||||||
.cfi_def_cfa_offset 8
|
.cfi_def_cfa_offset 8
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
.cfi_rel_offset ecx, 4
|
pushl %ecx
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset ecx, 0
|
||||||
mov 12(%esp), %ebx
|
mov 12(%esp), %ebx
|
||||||
mov 16(%esp), %ecx
|
mov 16(%esp), %ecx
|
||||||
movl $__NR_getpriority, %eax
|
movl $__NR_getpriority, %eax
|
||||||
|
@ -4,12 +4,14 @@
|
|||||||
|
|
||||||
ENTRY(__ioctl)
|
ENTRY(__ioctl)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
pushl %ecx
|
.cfi_def_cfa_offset 8
|
||||||
pushl %edx
|
|
||||||
.cfi_def_cfa_offset 12
|
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
.cfi_rel_offset ecx, 4
|
pushl %ecx
|
||||||
.cfi_rel_offset edx, 8
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset ecx, 0
|
||||||
|
pushl %edx
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset edx, 0
|
||||||
mov 16(%esp), %ebx
|
mov 16(%esp), %ebx
|
||||||
mov 20(%esp), %ecx
|
mov 20(%esp), %ecx
|
||||||
mov 24(%esp), %edx
|
mov 24(%esp), %edx
|
||||||
|
@ -4,16 +4,20 @@
|
|||||||
|
|
||||||
ENTRY(__llseek)
|
ENTRY(__llseek)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
pushl %ecx
|
.cfi_def_cfa_offset 8
|
||||||
pushl %edx
|
|
||||||
pushl %esi
|
|
||||||
pushl %edi
|
|
||||||
.cfi_def_cfa_offset 20
|
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
.cfi_rel_offset ecx, 4
|
pushl %ecx
|
||||||
.cfi_rel_offset edx, 8
|
.cfi_adjust_cfa_offset 4
|
||||||
.cfi_rel_offset esi, 12
|
.cfi_rel_offset ecx, 0
|
||||||
.cfi_rel_offset edi, 16
|
pushl %edx
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset edx, 0
|
||||||
|
pushl %esi
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset esi, 0
|
||||||
|
pushl %edi
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset edi, 0
|
||||||
mov 24(%esp), %ebx
|
mov 24(%esp), %ebx
|
||||||
mov 28(%esp), %ecx
|
mov 28(%esp), %ecx
|
||||||
mov 32(%esp), %edx
|
mov 32(%esp), %edx
|
||||||
|
@ -4,18 +4,23 @@
|
|||||||
|
|
||||||
ENTRY(__mmap2)
|
ENTRY(__mmap2)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
pushl %ecx
|
.cfi_def_cfa_offset 8
|
||||||
pushl %edx
|
|
||||||
pushl %esi
|
|
||||||
pushl %edi
|
|
||||||
pushl %ebp
|
|
||||||
.cfi_def_cfa_offset 24
|
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
.cfi_rel_offset ecx, 4
|
pushl %ecx
|
||||||
.cfi_rel_offset edx, 8
|
.cfi_adjust_cfa_offset 4
|
||||||
.cfi_rel_offset esi, 12
|
.cfi_rel_offset ecx, 0
|
||||||
.cfi_rel_offset edi, 16
|
pushl %edx
|
||||||
.cfi_rel_offset ebp, 20
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset edx, 0
|
||||||
|
pushl %esi
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset esi, 0
|
||||||
|
pushl %edi
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset edi, 0
|
||||||
|
pushl %ebp
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset ebp, 0
|
||||||
mov 28(%esp), %ebx
|
mov 28(%esp), %ebx
|
||||||
mov 32(%esp), %ecx
|
mov 32(%esp), %ecx
|
||||||
mov 36(%esp), %edx
|
mov 36(%esp), %edx
|
||||||
|
@ -4,14 +4,17 @@
|
|||||||
|
|
||||||
ENTRY(__openat)
|
ENTRY(__openat)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
pushl %ecx
|
.cfi_def_cfa_offset 8
|
||||||
pushl %edx
|
|
||||||
pushl %esi
|
|
||||||
.cfi_def_cfa_offset 16
|
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
.cfi_rel_offset ecx, 4
|
pushl %ecx
|
||||||
.cfi_rel_offset edx, 8
|
.cfi_adjust_cfa_offset 4
|
||||||
.cfi_rel_offset esi, 12
|
.cfi_rel_offset ecx, 0
|
||||||
|
pushl %edx
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset edx, 0
|
||||||
|
pushl %esi
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset esi, 0
|
||||||
mov 20(%esp), %ebx
|
mov 20(%esp), %ebx
|
||||||
mov 24(%esp), %ecx
|
mov 24(%esp), %ecx
|
||||||
mov 28(%esp), %edx
|
mov 28(%esp), %edx
|
||||||
|
@ -4,16 +4,20 @@
|
|||||||
|
|
||||||
ENTRY(__ppoll)
|
ENTRY(__ppoll)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
pushl %ecx
|
.cfi_def_cfa_offset 8
|
||||||
pushl %edx
|
|
||||||
pushl %esi
|
|
||||||
pushl %edi
|
|
||||||
.cfi_def_cfa_offset 20
|
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
.cfi_rel_offset ecx, 4
|
pushl %ecx
|
||||||
.cfi_rel_offset edx, 8
|
.cfi_adjust_cfa_offset 4
|
||||||
.cfi_rel_offset esi, 12
|
.cfi_rel_offset ecx, 0
|
||||||
.cfi_rel_offset edi, 16
|
pushl %edx
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset edx, 0
|
||||||
|
pushl %esi
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset esi, 0
|
||||||
|
pushl %edi
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset edi, 0
|
||||||
mov 24(%esp), %ebx
|
mov 24(%esp), %ebx
|
||||||
mov 28(%esp), %ecx
|
mov 28(%esp), %ecx
|
||||||
mov 32(%esp), %edx
|
mov 32(%esp), %edx
|
||||||
|
@ -4,18 +4,23 @@
|
|||||||
|
|
||||||
ENTRY(__pselect6)
|
ENTRY(__pselect6)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
pushl %ecx
|
.cfi_def_cfa_offset 8
|
||||||
pushl %edx
|
|
||||||
pushl %esi
|
|
||||||
pushl %edi
|
|
||||||
pushl %ebp
|
|
||||||
.cfi_def_cfa_offset 24
|
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
.cfi_rel_offset ecx, 4
|
pushl %ecx
|
||||||
.cfi_rel_offset edx, 8
|
.cfi_adjust_cfa_offset 4
|
||||||
.cfi_rel_offset esi, 12
|
.cfi_rel_offset ecx, 0
|
||||||
.cfi_rel_offset edi, 16
|
pushl %edx
|
||||||
.cfi_rel_offset ebp, 20
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset edx, 0
|
||||||
|
pushl %esi
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset esi, 0
|
||||||
|
pushl %edi
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset edi, 0
|
||||||
|
pushl %ebp
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset ebp, 0
|
||||||
mov 28(%esp), %ebx
|
mov 28(%esp), %ebx
|
||||||
mov 32(%esp), %ecx
|
mov 32(%esp), %ecx
|
||||||
mov 36(%esp), %edx
|
mov 36(%esp), %edx
|
||||||
|
@ -4,14 +4,17 @@
|
|||||||
|
|
||||||
ENTRY(__ptrace)
|
ENTRY(__ptrace)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
pushl %ecx
|
.cfi_def_cfa_offset 8
|
||||||
pushl %edx
|
|
||||||
pushl %esi
|
|
||||||
.cfi_def_cfa_offset 16
|
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
.cfi_rel_offset ecx, 4
|
pushl %ecx
|
||||||
.cfi_rel_offset edx, 8
|
.cfi_adjust_cfa_offset 4
|
||||||
.cfi_rel_offset esi, 12
|
.cfi_rel_offset ecx, 0
|
||||||
|
pushl %edx
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset edx, 0
|
||||||
|
pushl %esi
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset esi, 0
|
||||||
mov 20(%esp), %ebx
|
mov 20(%esp), %ebx
|
||||||
mov 24(%esp), %ecx
|
mov 24(%esp), %ecx
|
||||||
mov 28(%esp), %edx
|
mov 28(%esp), %edx
|
||||||
|
@ -4,14 +4,17 @@
|
|||||||
|
|
||||||
ENTRY(__reboot)
|
ENTRY(__reboot)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
pushl %ecx
|
.cfi_def_cfa_offset 8
|
||||||
pushl %edx
|
|
||||||
pushl %esi
|
|
||||||
.cfi_def_cfa_offset 16
|
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
.cfi_rel_offset ecx, 4
|
pushl %ecx
|
||||||
.cfi_rel_offset edx, 8
|
.cfi_adjust_cfa_offset 4
|
||||||
.cfi_rel_offset esi, 12
|
.cfi_rel_offset ecx, 0
|
||||||
|
pushl %edx
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset edx, 0
|
||||||
|
pushl %esi
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset esi, 0
|
||||||
mov 20(%esp), %ebx
|
mov 20(%esp), %ebx
|
||||||
mov 24(%esp), %ecx
|
mov 24(%esp), %ecx
|
||||||
mov 28(%esp), %edx
|
mov 28(%esp), %edx
|
||||||
|
@ -4,14 +4,17 @@
|
|||||||
|
|
||||||
ENTRY(__rt_sigaction)
|
ENTRY(__rt_sigaction)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
pushl %ecx
|
.cfi_def_cfa_offset 8
|
||||||
pushl %edx
|
|
||||||
pushl %esi
|
|
||||||
.cfi_def_cfa_offset 16
|
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
.cfi_rel_offset ecx, 4
|
pushl %ecx
|
||||||
.cfi_rel_offset edx, 8
|
.cfi_adjust_cfa_offset 4
|
||||||
.cfi_rel_offset esi, 12
|
.cfi_rel_offset ecx, 0
|
||||||
|
pushl %edx
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset edx, 0
|
||||||
|
pushl %esi
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset esi, 0
|
||||||
mov 20(%esp), %ebx
|
mov 20(%esp), %ebx
|
||||||
mov 24(%esp), %ecx
|
mov 24(%esp), %ecx
|
||||||
mov 28(%esp), %edx
|
mov 28(%esp), %edx
|
||||||
|
@ -4,10 +4,11 @@
|
|||||||
|
|
||||||
ENTRY(__rt_sigpending)
|
ENTRY(__rt_sigpending)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
pushl %ecx
|
|
||||||
.cfi_def_cfa_offset 8
|
.cfi_def_cfa_offset 8
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
.cfi_rel_offset ecx, 4
|
pushl %ecx
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset ecx, 0
|
||||||
mov 12(%esp), %ebx
|
mov 12(%esp), %ebx
|
||||||
mov 16(%esp), %ecx
|
mov 16(%esp), %ecx
|
||||||
movl $__NR_rt_sigpending, %eax
|
movl $__NR_rt_sigpending, %eax
|
||||||
|
@ -4,14 +4,17 @@
|
|||||||
|
|
||||||
ENTRY(__rt_sigprocmask)
|
ENTRY(__rt_sigprocmask)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
pushl %ecx
|
.cfi_def_cfa_offset 8
|
||||||
pushl %edx
|
|
||||||
pushl %esi
|
|
||||||
.cfi_def_cfa_offset 16
|
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
.cfi_rel_offset ecx, 4
|
pushl %ecx
|
||||||
.cfi_rel_offset edx, 8
|
.cfi_adjust_cfa_offset 4
|
||||||
.cfi_rel_offset esi, 12
|
.cfi_rel_offset ecx, 0
|
||||||
|
pushl %edx
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset edx, 0
|
||||||
|
pushl %esi
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset esi, 0
|
||||||
mov 20(%esp), %ebx
|
mov 20(%esp), %ebx
|
||||||
mov 24(%esp), %ecx
|
mov 24(%esp), %ecx
|
||||||
mov 28(%esp), %edx
|
mov 28(%esp), %edx
|
||||||
|
@ -4,10 +4,11 @@
|
|||||||
|
|
||||||
ENTRY(__rt_sigsuspend)
|
ENTRY(__rt_sigsuspend)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
pushl %ecx
|
|
||||||
.cfi_def_cfa_offset 8
|
.cfi_def_cfa_offset 8
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
.cfi_rel_offset ecx, 4
|
pushl %ecx
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset ecx, 0
|
||||||
mov 12(%esp), %ebx
|
mov 12(%esp), %ebx
|
||||||
mov 16(%esp), %ecx
|
mov 16(%esp), %ecx
|
||||||
movl $__NR_rt_sigsuspend, %eax
|
movl $__NR_rt_sigsuspend, %eax
|
||||||
|
@ -4,14 +4,17 @@
|
|||||||
|
|
||||||
ENTRY(__rt_sigtimedwait)
|
ENTRY(__rt_sigtimedwait)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
pushl %ecx
|
.cfi_def_cfa_offset 8
|
||||||
pushl %edx
|
|
||||||
pushl %esi
|
|
||||||
.cfi_def_cfa_offset 16
|
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
.cfi_rel_offset ecx, 4
|
pushl %ecx
|
||||||
.cfi_rel_offset edx, 8
|
.cfi_adjust_cfa_offset 4
|
||||||
.cfi_rel_offset esi, 12
|
.cfi_rel_offset ecx, 0
|
||||||
|
pushl %edx
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset edx, 0
|
||||||
|
pushl %esi
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset esi, 0
|
||||||
mov 20(%esp), %ebx
|
mov 20(%esp), %ebx
|
||||||
mov 24(%esp), %ecx
|
mov 24(%esp), %ecx
|
||||||
mov 28(%esp), %edx
|
mov 28(%esp), %edx
|
||||||
|
@ -4,12 +4,14 @@
|
|||||||
|
|
||||||
ENTRY(__sched_getaffinity)
|
ENTRY(__sched_getaffinity)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
pushl %ecx
|
.cfi_def_cfa_offset 8
|
||||||
pushl %edx
|
|
||||||
.cfi_def_cfa_offset 12
|
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
.cfi_rel_offset ecx, 4
|
pushl %ecx
|
||||||
.cfi_rel_offset edx, 8
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset ecx, 0
|
||||||
|
pushl %edx
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset edx, 0
|
||||||
mov 16(%esp), %ebx
|
mov 16(%esp), %ebx
|
||||||
mov 20(%esp), %ecx
|
mov 20(%esp), %ecx
|
||||||
mov 24(%esp), %edx
|
mov 24(%esp), %edx
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
ENTRY(__set_thread_area)
|
ENTRY(__set_thread_area)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
.cfi_def_cfa_offset 4
|
.cfi_def_cfa_offset 8
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
mov 8(%esp), %ebx
|
mov 8(%esp), %ebx
|
||||||
movl $__NR_set_thread_area, %eax
|
movl $__NR_set_thread_area, %eax
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
ENTRY(__set_tid_address)
|
ENTRY(__set_tid_address)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
.cfi_def_cfa_offset 4
|
.cfi_def_cfa_offset 8
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
mov 8(%esp), %ebx
|
mov 8(%esp), %ebx
|
||||||
movl $__NR_set_tid_address, %eax
|
movl $__NR_set_tid_address, %eax
|
||||||
|
@ -4,12 +4,14 @@
|
|||||||
|
|
||||||
ENTRY(__sigaction)
|
ENTRY(__sigaction)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
pushl %ecx
|
.cfi_def_cfa_offset 8
|
||||||
pushl %edx
|
|
||||||
.cfi_def_cfa_offset 12
|
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
.cfi_rel_offset ecx, 4
|
pushl %ecx
|
||||||
.cfi_rel_offset edx, 8
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset ecx, 0
|
||||||
|
pushl %edx
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset edx, 0
|
||||||
mov 16(%esp), %ebx
|
mov 16(%esp), %ebx
|
||||||
mov 20(%esp), %ecx
|
mov 20(%esp), %ecx
|
||||||
mov 24(%esp), %edx
|
mov 24(%esp), %edx
|
||||||
|
@ -4,14 +4,17 @@
|
|||||||
|
|
||||||
ENTRY(__signalfd4)
|
ENTRY(__signalfd4)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
pushl %ecx
|
.cfi_def_cfa_offset 8
|
||||||
pushl %edx
|
|
||||||
pushl %esi
|
|
||||||
.cfi_def_cfa_offset 16
|
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
.cfi_rel_offset ecx, 4
|
pushl %ecx
|
||||||
.cfi_rel_offset edx, 8
|
.cfi_adjust_cfa_offset 4
|
||||||
.cfi_rel_offset esi, 12
|
.cfi_rel_offset ecx, 0
|
||||||
|
pushl %edx
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset edx, 0
|
||||||
|
pushl %esi
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset esi, 0
|
||||||
mov 20(%esp), %ebx
|
mov 20(%esp), %ebx
|
||||||
mov 24(%esp), %ecx
|
mov 24(%esp), %ecx
|
||||||
mov 28(%esp), %edx
|
mov 28(%esp), %edx
|
||||||
|
@ -4,10 +4,11 @@
|
|||||||
|
|
||||||
ENTRY(__socket)
|
ENTRY(__socket)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
pushl %ecx
|
|
||||||
.cfi_def_cfa_offset 8
|
.cfi_def_cfa_offset 8
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
.cfi_rel_offset ecx, 4
|
pushl %ecx
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset ecx, 0
|
||||||
mov $1, %ebx
|
mov $1, %ebx
|
||||||
mov %esp, %ecx
|
mov %esp, %ecx
|
||||||
addl $12, %ecx
|
addl $12, %ecx
|
||||||
|
@ -4,12 +4,14 @@
|
|||||||
|
|
||||||
ENTRY(__statfs64)
|
ENTRY(__statfs64)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
pushl %ecx
|
.cfi_def_cfa_offset 8
|
||||||
pushl %edx
|
|
||||||
.cfi_def_cfa_offset 12
|
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
.cfi_rel_offset ecx, 4
|
pushl %ecx
|
||||||
.cfi_rel_offset edx, 8
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset ecx, 0
|
||||||
|
pushl %edx
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset edx, 0
|
||||||
mov 16(%esp), %ebx
|
mov 16(%esp), %ebx
|
||||||
mov 20(%esp), %ecx
|
mov 20(%esp), %ecx
|
||||||
mov 24(%esp), %edx
|
mov 24(%esp), %edx
|
||||||
|
@ -4,12 +4,14 @@
|
|||||||
|
|
||||||
ENTRY(__timer_create)
|
ENTRY(__timer_create)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
pushl %ecx
|
.cfi_def_cfa_offset 8
|
||||||
pushl %edx
|
|
||||||
.cfi_def_cfa_offset 12
|
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
.cfi_rel_offset ecx, 4
|
pushl %ecx
|
||||||
.cfi_rel_offset edx, 8
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset ecx, 0
|
||||||
|
pushl %edx
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset edx, 0
|
||||||
mov 16(%esp), %ebx
|
mov 16(%esp), %ebx
|
||||||
mov 20(%esp), %ecx
|
mov 20(%esp), %ecx
|
||||||
mov 24(%esp), %edx
|
mov 24(%esp), %edx
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
ENTRY(__timer_delete)
|
ENTRY(__timer_delete)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
.cfi_def_cfa_offset 4
|
.cfi_def_cfa_offset 8
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
mov 8(%esp), %ebx
|
mov 8(%esp), %ebx
|
||||||
movl $__NR_timer_delete, %eax
|
movl $__NR_timer_delete, %eax
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
ENTRY(__timer_getoverrun)
|
ENTRY(__timer_getoverrun)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
.cfi_def_cfa_offset 4
|
.cfi_def_cfa_offset 8
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
mov 8(%esp), %ebx
|
mov 8(%esp), %ebx
|
||||||
movl $__NR_timer_getoverrun, %eax
|
movl $__NR_timer_getoverrun, %eax
|
||||||
|
@ -4,10 +4,11 @@
|
|||||||
|
|
||||||
ENTRY(__timer_gettime)
|
ENTRY(__timer_gettime)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
pushl %ecx
|
|
||||||
.cfi_def_cfa_offset 8
|
.cfi_def_cfa_offset 8
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
.cfi_rel_offset ecx, 4
|
pushl %ecx
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset ecx, 0
|
||||||
mov 12(%esp), %ebx
|
mov 12(%esp), %ebx
|
||||||
mov 16(%esp), %ecx
|
mov 16(%esp), %ecx
|
||||||
movl $__NR_timer_gettime, %eax
|
movl $__NR_timer_gettime, %eax
|
||||||
|
@ -4,14 +4,17 @@
|
|||||||
|
|
||||||
ENTRY(__timer_settime)
|
ENTRY(__timer_settime)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
pushl %ecx
|
.cfi_def_cfa_offset 8
|
||||||
pushl %edx
|
|
||||||
pushl %esi
|
|
||||||
.cfi_def_cfa_offset 16
|
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
.cfi_rel_offset ecx, 4
|
pushl %ecx
|
||||||
.cfi_rel_offset edx, 8
|
.cfi_adjust_cfa_offset 4
|
||||||
.cfi_rel_offset esi, 12
|
.cfi_rel_offset ecx, 0
|
||||||
|
pushl %edx
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset edx, 0
|
||||||
|
pushl %esi
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset esi, 0
|
||||||
mov 20(%esp), %ebx
|
mov 20(%esp), %ebx
|
||||||
mov 24(%esp), %ecx
|
mov 24(%esp), %ecx
|
||||||
mov 28(%esp), %edx
|
mov 28(%esp), %edx
|
||||||
|
@ -4,16 +4,20 @@
|
|||||||
|
|
||||||
ENTRY(__waitid)
|
ENTRY(__waitid)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
pushl %ecx
|
.cfi_def_cfa_offset 8
|
||||||
pushl %edx
|
|
||||||
pushl %esi
|
|
||||||
pushl %edi
|
|
||||||
.cfi_def_cfa_offset 20
|
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
.cfi_rel_offset ecx, 4
|
pushl %ecx
|
||||||
.cfi_rel_offset edx, 8
|
.cfi_adjust_cfa_offset 4
|
||||||
.cfi_rel_offset esi, 12
|
.cfi_rel_offset ecx, 0
|
||||||
.cfi_rel_offset edi, 16
|
pushl %edx
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset edx, 0
|
||||||
|
pushl %esi
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset esi, 0
|
||||||
|
pushl %edi
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset edi, 0
|
||||||
mov 24(%esp), %ebx
|
mov 24(%esp), %ebx
|
||||||
mov 28(%esp), %ecx
|
mov 28(%esp), %ecx
|
||||||
mov 32(%esp), %edx
|
mov 32(%esp), %edx
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
ENTRY(_exit)
|
ENTRY(_exit)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
.cfi_def_cfa_offset 4
|
.cfi_def_cfa_offset 8
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
mov 8(%esp), %ebx
|
mov 8(%esp), %ebx
|
||||||
movl $__NR_exit_group, %eax
|
movl $__NR_exit_group, %eax
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
ENTRY(acct)
|
ENTRY(acct)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
.cfi_def_cfa_offset 4
|
.cfi_def_cfa_offset 8
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
mov 8(%esp), %ebx
|
mov 8(%esp), %ebx
|
||||||
movl $__NR_acct, %eax
|
movl $__NR_acct, %eax
|
||||||
|
@ -4,10 +4,11 @@
|
|||||||
|
|
||||||
ENTRY(bind)
|
ENTRY(bind)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
pushl %ecx
|
|
||||||
.cfi_def_cfa_offset 8
|
.cfi_def_cfa_offset 8
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
.cfi_rel_offset ecx, 4
|
pushl %ecx
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset ecx, 0
|
||||||
mov $2, %ebx
|
mov $2, %ebx
|
||||||
mov %esp, %ecx
|
mov %esp, %ecx
|
||||||
addl $12, %ecx
|
addl $12, %ecx
|
||||||
|
@ -4,10 +4,11 @@
|
|||||||
|
|
||||||
ENTRY(capget)
|
ENTRY(capget)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
pushl %ecx
|
|
||||||
.cfi_def_cfa_offset 8
|
.cfi_def_cfa_offset 8
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
.cfi_rel_offset ecx, 4
|
pushl %ecx
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset ecx, 0
|
||||||
mov 12(%esp), %ebx
|
mov 12(%esp), %ebx
|
||||||
mov 16(%esp), %ecx
|
mov 16(%esp), %ecx
|
||||||
movl $__NR_capget, %eax
|
movl $__NR_capget, %eax
|
||||||
|
@ -4,10 +4,11 @@
|
|||||||
|
|
||||||
ENTRY(capset)
|
ENTRY(capset)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
pushl %ecx
|
|
||||||
.cfi_def_cfa_offset 8
|
.cfi_def_cfa_offset 8
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
.cfi_rel_offset ecx, 4
|
pushl %ecx
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset ecx, 0
|
||||||
mov 12(%esp), %ebx
|
mov 12(%esp), %ebx
|
||||||
mov 16(%esp), %ecx
|
mov 16(%esp), %ecx
|
||||||
movl $__NR_capset, %eax
|
movl $__NR_capset, %eax
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
ENTRY(chdir)
|
ENTRY(chdir)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
.cfi_def_cfa_offset 4
|
.cfi_def_cfa_offset 8
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
mov 8(%esp), %ebx
|
mov 8(%esp), %ebx
|
||||||
movl $__NR_chdir, %eax
|
movl $__NR_chdir, %eax
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
ENTRY(chroot)
|
ENTRY(chroot)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
.cfi_def_cfa_offset 4
|
.cfi_def_cfa_offset 8
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
mov 8(%esp), %ebx
|
mov 8(%esp), %ebx
|
||||||
movl $__NR_chroot, %eax
|
movl $__NR_chroot, %eax
|
||||||
|
@ -4,10 +4,11 @@
|
|||||||
|
|
||||||
ENTRY(clock_getres)
|
ENTRY(clock_getres)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
pushl %ecx
|
|
||||||
.cfi_def_cfa_offset 8
|
.cfi_def_cfa_offset 8
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
.cfi_rel_offset ecx, 4
|
pushl %ecx
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset ecx, 0
|
||||||
mov 12(%esp), %ebx
|
mov 12(%esp), %ebx
|
||||||
mov 16(%esp), %ecx
|
mov 16(%esp), %ecx
|
||||||
movl $__NR_clock_getres, %eax
|
movl $__NR_clock_getres, %eax
|
||||||
|
@ -4,10 +4,11 @@
|
|||||||
|
|
||||||
ENTRY(clock_gettime)
|
ENTRY(clock_gettime)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
pushl %ecx
|
|
||||||
.cfi_def_cfa_offset 8
|
.cfi_def_cfa_offset 8
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
.cfi_rel_offset ecx, 4
|
pushl %ecx
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset ecx, 0
|
||||||
mov 12(%esp), %ebx
|
mov 12(%esp), %ebx
|
||||||
mov 16(%esp), %ecx
|
mov 16(%esp), %ecx
|
||||||
movl $__NR_clock_gettime, %eax
|
movl $__NR_clock_gettime, %eax
|
||||||
|
@ -4,14 +4,17 @@
|
|||||||
|
|
||||||
ENTRY(clock_nanosleep)
|
ENTRY(clock_nanosleep)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
pushl %ecx
|
.cfi_def_cfa_offset 8
|
||||||
pushl %edx
|
|
||||||
pushl %esi
|
|
||||||
.cfi_def_cfa_offset 16
|
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
.cfi_rel_offset ecx, 4
|
pushl %ecx
|
||||||
.cfi_rel_offset edx, 8
|
.cfi_adjust_cfa_offset 4
|
||||||
.cfi_rel_offset esi, 12
|
.cfi_rel_offset ecx, 0
|
||||||
|
pushl %edx
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset edx, 0
|
||||||
|
pushl %esi
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset esi, 0
|
||||||
mov 20(%esp), %ebx
|
mov 20(%esp), %ebx
|
||||||
mov 24(%esp), %ecx
|
mov 24(%esp), %ecx
|
||||||
mov 28(%esp), %edx
|
mov 28(%esp), %edx
|
||||||
|
@ -4,10 +4,11 @@
|
|||||||
|
|
||||||
ENTRY(clock_settime)
|
ENTRY(clock_settime)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
pushl %ecx
|
|
||||||
.cfi_def_cfa_offset 8
|
.cfi_def_cfa_offset 8
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
.cfi_rel_offset ecx, 4
|
pushl %ecx
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset ecx, 0
|
||||||
mov 12(%esp), %ebx
|
mov 12(%esp), %ebx
|
||||||
mov 16(%esp), %ecx
|
mov 16(%esp), %ecx
|
||||||
movl $__NR_clock_settime, %eax
|
movl $__NR_clock_settime, %eax
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
ENTRY(close)
|
ENTRY(close)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
.cfi_def_cfa_offset 4
|
.cfi_def_cfa_offset 8
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
mov 8(%esp), %ebx
|
mov 8(%esp), %ebx
|
||||||
movl $__NR_close, %eax
|
movl $__NR_close, %eax
|
||||||
|
@ -4,10 +4,11 @@
|
|||||||
|
|
||||||
ENTRY(delete_module)
|
ENTRY(delete_module)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
pushl %ecx
|
|
||||||
.cfi_def_cfa_offset 8
|
.cfi_def_cfa_offset 8
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
.cfi_rel_offset ecx, 4
|
pushl %ecx
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset ecx, 0
|
||||||
mov 12(%esp), %ebx
|
mov 12(%esp), %ebx
|
||||||
mov 16(%esp), %ecx
|
mov 16(%esp), %ecx
|
||||||
movl $__NR_delete_module, %eax
|
movl $__NR_delete_module, %eax
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
ENTRY(dup)
|
ENTRY(dup)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
.cfi_def_cfa_offset 4
|
.cfi_def_cfa_offset 8
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
mov 8(%esp), %ebx
|
mov 8(%esp), %ebx
|
||||||
movl $__NR_dup, %eax
|
movl $__NR_dup, %eax
|
||||||
|
@ -4,12 +4,14 @@
|
|||||||
|
|
||||||
ENTRY(dup3)
|
ENTRY(dup3)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
pushl %ecx
|
.cfi_def_cfa_offset 8
|
||||||
pushl %edx
|
|
||||||
.cfi_def_cfa_offset 12
|
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
.cfi_rel_offset ecx, 4
|
pushl %ecx
|
||||||
.cfi_rel_offset edx, 8
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset ecx, 0
|
||||||
|
pushl %edx
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset edx, 0
|
||||||
mov 16(%esp), %ebx
|
mov 16(%esp), %ebx
|
||||||
mov 20(%esp), %ecx
|
mov 20(%esp), %ecx
|
||||||
mov 24(%esp), %edx
|
mov 24(%esp), %edx
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
ENTRY(epoll_create1)
|
ENTRY(epoll_create1)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
.cfi_def_cfa_offset 4
|
.cfi_def_cfa_offset 8
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
mov 8(%esp), %ebx
|
mov 8(%esp), %ebx
|
||||||
movl $__NR_epoll_create1, %eax
|
movl $__NR_epoll_create1, %eax
|
||||||
|
@ -4,14 +4,17 @@
|
|||||||
|
|
||||||
ENTRY(epoll_ctl)
|
ENTRY(epoll_ctl)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
pushl %ecx
|
.cfi_def_cfa_offset 8
|
||||||
pushl %edx
|
|
||||||
pushl %esi
|
|
||||||
.cfi_def_cfa_offset 16
|
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
.cfi_rel_offset ecx, 4
|
pushl %ecx
|
||||||
.cfi_rel_offset edx, 8
|
.cfi_adjust_cfa_offset 4
|
||||||
.cfi_rel_offset esi, 12
|
.cfi_rel_offset ecx, 0
|
||||||
|
pushl %edx
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset edx, 0
|
||||||
|
pushl %esi
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset esi, 0
|
||||||
mov 20(%esp), %ebx
|
mov 20(%esp), %ebx
|
||||||
mov 24(%esp), %ecx
|
mov 24(%esp), %ecx
|
||||||
mov 28(%esp), %edx
|
mov 28(%esp), %edx
|
||||||
|
@ -4,10 +4,11 @@
|
|||||||
|
|
||||||
ENTRY(eventfd)
|
ENTRY(eventfd)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
pushl %ecx
|
|
||||||
.cfi_def_cfa_offset 8
|
.cfi_def_cfa_offset 8
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
.cfi_rel_offset ecx, 4
|
pushl %ecx
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset ecx, 0
|
||||||
mov 12(%esp), %ebx
|
mov 12(%esp), %ebx
|
||||||
mov 16(%esp), %ecx
|
mov 16(%esp), %ecx
|
||||||
movl $__NR_eventfd2, %eax
|
movl $__NR_eventfd2, %eax
|
||||||
|
@ -4,12 +4,14 @@
|
|||||||
|
|
||||||
ENTRY(execve)
|
ENTRY(execve)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
pushl %ecx
|
.cfi_def_cfa_offset 8
|
||||||
pushl %edx
|
|
||||||
.cfi_def_cfa_offset 12
|
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
.cfi_rel_offset ecx, 4
|
pushl %ecx
|
||||||
.cfi_rel_offset edx, 8
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset ecx, 0
|
||||||
|
pushl %edx
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset edx, 0
|
||||||
mov 16(%esp), %ebx
|
mov 16(%esp), %ebx
|
||||||
mov 20(%esp), %ecx
|
mov 20(%esp), %ecx
|
||||||
mov 24(%esp), %edx
|
mov 24(%esp), %edx
|
||||||
|
@ -4,14 +4,17 @@
|
|||||||
|
|
||||||
ENTRY(faccessat)
|
ENTRY(faccessat)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
pushl %ecx
|
.cfi_def_cfa_offset 8
|
||||||
pushl %edx
|
|
||||||
pushl %esi
|
|
||||||
.cfi_def_cfa_offset 16
|
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
.cfi_rel_offset ecx, 4
|
pushl %ecx
|
||||||
.cfi_rel_offset edx, 8
|
.cfi_adjust_cfa_offset 4
|
||||||
.cfi_rel_offset esi, 12
|
.cfi_rel_offset ecx, 0
|
||||||
|
pushl %edx
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset edx, 0
|
||||||
|
pushl %esi
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset esi, 0
|
||||||
mov 20(%esp), %ebx
|
mov 20(%esp), %ebx
|
||||||
mov 24(%esp), %ecx
|
mov 24(%esp), %ecx
|
||||||
mov 28(%esp), %edx
|
mov 28(%esp), %edx
|
||||||
|
@ -4,18 +4,23 @@
|
|||||||
|
|
||||||
ENTRY(fallocate64)
|
ENTRY(fallocate64)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
pushl %ecx
|
.cfi_def_cfa_offset 8
|
||||||
pushl %edx
|
|
||||||
pushl %esi
|
|
||||||
pushl %edi
|
|
||||||
pushl %ebp
|
|
||||||
.cfi_def_cfa_offset 24
|
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
.cfi_rel_offset ecx, 4
|
pushl %ecx
|
||||||
.cfi_rel_offset edx, 8
|
.cfi_adjust_cfa_offset 4
|
||||||
.cfi_rel_offset esi, 12
|
.cfi_rel_offset ecx, 0
|
||||||
.cfi_rel_offset edi, 16
|
pushl %edx
|
||||||
.cfi_rel_offset ebp, 20
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset edx, 0
|
||||||
|
pushl %esi
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset esi, 0
|
||||||
|
pushl %edi
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset edi, 0
|
||||||
|
pushl %ebp
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset ebp, 0
|
||||||
mov 28(%esp), %ebx
|
mov 28(%esp), %ebx
|
||||||
mov 32(%esp), %ecx
|
mov 32(%esp), %ecx
|
||||||
mov 36(%esp), %edx
|
mov 36(%esp), %edx
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
ENTRY(fchdir)
|
ENTRY(fchdir)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
.cfi_def_cfa_offset 4
|
.cfi_def_cfa_offset 8
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
mov 8(%esp), %ebx
|
mov 8(%esp), %ebx
|
||||||
movl $__NR_fchdir, %eax
|
movl $__NR_fchdir, %eax
|
||||||
|
@ -4,10 +4,11 @@
|
|||||||
|
|
||||||
ENTRY(fchmod)
|
ENTRY(fchmod)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
pushl %ecx
|
|
||||||
.cfi_def_cfa_offset 8
|
.cfi_def_cfa_offset 8
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
.cfi_rel_offset ecx, 4
|
pushl %ecx
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset ecx, 0
|
||||||
mov 12(%esp), %ebx
|
mov 12(%esp), %ebx
|
||||||
mov 16(%esp), %ecx
|
mov 16(%esp), %ecx
|
||||||
movl $__NR_fchmod, %eax
|
movl $__NR_fchmod, %eax
|
||||||
|
@ -4,14 +4,17 @@
|
|||||||
|
|
||||||
ENTRY(fchmodat)
|
ENTRY(fchmodat)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
pushl %ecx
|
.cfi_def_cfa_offset 8
|
||||||
pushl %edx
|
|
||||||
pushl %esi
|
|
||||||
.cfi_def_cfa_offset 16
|
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
.cfi_rel_offset ecx, 4
|
pushl %ecx
|
||||||
.cfi_rel_offset edx, 8
|
.cfi_adjust_cfa_offset 4
|
||||||
.cfi_rel_offset esi, 12
|
.cfi_rel_offset ecx, 0
|
||||||
|
pushl %edx
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset edx, 0
|
||||||
|
pushl %esi
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset esi, 0
|
||||||
mov 20(%esp), %ebx
|
mov 20(%esp), %ebx
|
||||||
mov 24(%esp), %ecx
|
mov 24(%esp), %ecx
|
||||||
mov 28(%esp), %edx
|
mov 28(%esp), %edx
|
||||||
|
@ -4,12 +4,14 @@
|
|||||||
|
|
||||||
ENTRY(fchown)
|
ENTRY(fchown)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
pushl %ecx
|
.cfi_def_cfa_offset 8
|
||||||
pushl %edx
|
|
||||||
.cfi_def_cfa_offset 12
|
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
.cfi_rel_offset ecx, 4
|
pushl %ecx
|
||||||
.cfi_rel_offset edx, 8
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset ecx, 0
|
||||||
|
pushl %edx
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset edx, 0
|
||||||
mov 16(%esp), %ebx
|
mov 16(%esp), %ebx
|
||||||
mov 20(%esp), %ecx
|
mov 20(%esp), %ecx
|
||||||
mov 24(%esp), %edx
|
mov 24(%esp), %edx
|
||||||
|
@ -4,16 +4,20 @@
|
|||||||
|
|
||||||
ENTRY(fchownat)
|
ENTRY(fchownat)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
pushl %ecx
|
.cfi_def_cfa_offset 8
|
||||||
pushl %edx
|
|
||||||
pushl %esi
|
|
||||||
pushl %edi
|
|
||||||
.cfi_def_cfa_offset 20
|
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
.cfi_rel_offset ecx, 4
|
pushl %ecx
|
||||||
.cfi_rel_offset edx, 8
|
.cfi_adjust_cfa_offset 4
|
||||||
.cfi_rel_offset esi, 12
|
.cfi_rel_offset ecx, 0
|
||||||
.cfi_rel_offset edi, 16
|
pushl %edx
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset edx, 0
|
||||||
|
pushl %esi
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset esi, 0
|
||||||
|
pushl %edi
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset edi, 0
|
||||||
mov 24(%esp), %ebx
|
mov 24(%esp), %ebx
|
||||||
mov 28(%esp), %ecx
|
mov 28(%esp), %ecx
|
||||||
mov 32(%esp), %edx
|
mov 32(%esp), %edx
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
ENTRY(fdatasync)
|
ENTRY(fdatasync)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
.cfi_def_cfa_offset 4
|
.cfi_def_cfa_offset 8
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
mov 8(%esp), %ebx
|
mov 8(%esp), %ebx
|
||||||
movl $__NR_fdatasync, %eax
|
movl $__NR_fdatasync, %eax
|
||||||
|
@ -4,14 +4,17 @@
|
|||||||
|
|
||||||
ENTRY(fgetxattr)
|
ENTRY(fgetxattr)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
pushl %ecx
|
.cfi_def_cfa_offset 8
|
||||||
pushl %edx
|
|
||||||
pushl %esi
|
|
||||||
.cfi_def_cfa_offset 16
|
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
.cfi_rel_offset ecx, 4
|
pushl %ecx
|
||||||
.cfi_rel_offset edx, 8
|
.cfi_adjust_cfa_offset 4
|
||||||
.cfi_rel_offset esi, 12
|
.cfi_rel_offset ecx, 0
|
||||||
|
pushl %edx
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset edx, 0
|
||||||
|
pushl %esi
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset esi, 0
|
||||||
mov 20(%esp), %ebx
|
mov 20(%esp), %ebx
|
||||||
mov 24(%esp), %ecx
|
mov 24(%esp), %ecx
|
||||||
mov 28(%esp), %edx
|
mov 28(%esp), %edx
|
||||||
|
@ -4,12 +4,14 @@
|
|||||||
|
|
||||||
ENTRY(flistxattr)
|
ENTRY(flistxattr)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
pushl %ecx
|
.cfi_def_cfa_offset 8
|
||||||
pushl %edx
|
|
||||||
.cfi_def_cfa_offset 12
|
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
.cfi_rel_offset ecx, 4
|
pushl %ecx
|
||||||
.cfi_rel_offset edx, 8
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset ecx, 0
|
||||||
|
pushl %edx
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset edx, 0
|
||||||
mov 16(%esp), %ebx
|
mov 16(%esp), %ebx
|
||||||
mov 20(%esp), %ecx
|
mov 20(%esp), %ecx
|
||||||
mov 24(%esp), %edx
|
mov 24(%esp), %edx
|
||||||
|
@ -4,10 +4,11 @@
|
|||||||
|
|
||||||
ENTRY(flock)
|
ENTRY(flock)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
pushl %ecx
|
|
||||||
.cfi_def_cfa_offset 8
|
.cfi_def_cfa_offset 8
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
.cfi_rel_offset ecx, 4
|
pushl %ecx
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset ecx, 0
|
||||||
mov 12(%esp), %ebx
|
mov 12(%esp), %ebx
|
||||||
mov 16(%esp), %ecx
|
mov 16(%esp), %ecx
|
||||||
movl $__NR_flock, %eax
|
movl $__NR_flock, %eax
|
||||||
|
@ -4,10 +4,11 @@
|
|||||||
|
|
||||||
ENTRY(fremovexattr)
|
ENTRY(fremovexattr)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
pushl %ecx
|
|
||||||
.cfi_def_cfa_offset 8
|
.cfi_def_cfa_offset 8
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
.cfi_rel_offset ecx, 4
|
pushl %ecx
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset ecx, 0
|
||||||
mov 12(%esp), %ebx
|
mov 12(%esp), %ebx
|
||||||
mov 16(%esp), %ecx
|
mov 16(%esp), %ecx
|
||||||
movl $__NR_fremovexattr, %eax
|
movl $__NR_fremovexattr, %eax
|
||||||
|
@ -4,16 +4,20 @@
|
|||||||
|
|
||||||
ENTRY(fsetxattr)
|
ENTRY(fsetxattr)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
pushl %ecx
|
.cfi_def_cfa_offset 8
|
||||||
pushl %edx
|
|
||||||
pushl %esi
|
|
||||||
pushl %edi
|
|
||||||
.cfi_def_cfa_offset 20
|
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
.cfi_rel_offset ecx, 4
|
pushl %ecx
|
||||||
.cfi_rel_offset edx, 8
|
.cfi_adjust_cfa_offset 4
|
||||||
.cfi_rel_offset esi, 12
|
.cfi_rel_offset ecx, 0
|
||||||
.cfi_rel_offset edi, 16
|
pushl %edx
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset edx, 0
|
||||||
|
pushl %esi
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset esi, 0
|
||||||
|
pushl %edi
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset edi, 0
|
||||||
mov 24(%esp), %ebx
|
mov 24(%esp), %ebx
|
||||||
mov 28(%esp), %ecx
|
mov 28(%esp), %ecx
|
||||||
mov 32(%esp), %edx
|
mov 32(%esp), %edx
|
||||||
|
@ -4,10 +4,11 @@
|
|||||||
|
|
||||||
ENTRY(fstat64)
|
ENTRY(fstat64)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
pushl %ecx
|
|
||||||
.cfi_def_cfa_offset 8
|
.cfi_def_cfa_offset 8
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
.cfi_rel_offset ecx, 4
|
pushl %ecx
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset ecx, 0
|
||||||
mov 12(%esp), %ebx
|
mov 12(%esp), %ebx
|
||||||
mov 16(%esp), %ecx
|
mov 16(%esp), %ecx
|
||||||
movl $__NR_fstat64, %eax
|
movl $__NR_fstat64, %eax
|
||||||
|
@ -4,14 +4,17 @@
|
|||||||
|
|
||||||
ENTRY(fstatat64)
|
ENTRY(fstatat64)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
pushl %ecx
|
.cfi_def_cfa_offset 8
|
||||||
pushl %edx
|
|
||||||
pushl %esi
|
|
||||||
.cfi_def_cfa_offset 16
|
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
.cfi_rel_offset ecx, 4
|
pushl %ecx
|
||||||
.cfi_rel_offset edx, 8
|
.cfi_adjust_cfa_offset 4
|
||||||
.cfi_rel_offset esi, 12
|
.cfi_rel_offset ecx, 0
|
||||||
|
pushl %edx
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset edx, 0
|
||||||
|
pushl %esi
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset esi, 0
|
||||||
mov 20(%esp), %ebx
|
mov 20(%esp), %ebx
|
||||||
mov 24(%esp), %ecx
|
mov 24(%esp), %ecx
|
||||||
mov 28(%esp), %edx
|
mov 28(%esp), %edx
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
ENTRY(fsync)
|
ENTRY(fsync)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
.cfi_def_cfa_offset 4
|
.cfi_def_cfa_offset 8
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
mov 8(%esp), %ebx
|
mov 8(%esp), %ebx
|
||||||
movl $__NR_fsync, %eax
|
movl $__NR_fsync, %eax
|
||||||
|
@ -4,10 +4,11 @@
|
|||||||
|
|
||||||
ENTRY(ftruncate)
|
ENTRY(ftruncate)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
pushl %ecx
|
|
||||||
.cfi_def_cfa_offset 8
|
.cfi_def_cfa_offset 8
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
.cfi_rel_offset ecx, 4
|
pushl %ecx
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset ecx, 0
|
||||||
mov 12(%esp), %ebx
|
mov 12(%esp), %ebx
|
||||||
mov 16(%esp), %ecx
|
mov 16(%esp), %ecx
|
||||||
movl $__NR_ftruncate, %eax
|
movl $__NR_ftruncate, %eax
|
||||||
|
@ -4,12 +4,14 @@
|
|||||||
|
|
||||||
ENTRY(ftruncate64)
|
ENTRY(ftruncate64)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
pushl %ecx
|
.cfi_def_cfa_offset 8
|
||||||
pushl %edx
|
|
||||||
.cfi_def_cfa_offset 12
|
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
.cfi_rel_offset ecx, 4
|
pushl %ecx
|
||||||
.cfi_rel_offset edx, 8
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset ecx, 0
|
||||||
|
pushl %edx
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset edx, 0
|
||||||
mov 16(%esp), %ebx
|
mov 16(%esp), %ebx
|
||||||
mov 20(%esp), %ecx
|
mov 20(%esp), %ecx
|
||||||
mov 24(%esp), %edx
|
mov 24(%esp), %edx
|
||||||
|
@ -4,12 +4,14 @@
|
|||||||
|
|
||||||
ENTRY(getdents)
|
ENTRY(getdents)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
pushl %ecx
|
.cfi_def_cfa_offset 8
|
||||||
pushl %edx
|
|
||||||
.cfi_def_cfa_offset 12
|
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
.cfi_rel_offset ecx, 4
|
pushl %ecx
|
||||||
.cfi_rel_offset edx, 8
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset ecx, 0
|
||||||
|
pushl %edx
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset edx, 0
|
||||||
mov 16(%esp), %ebx
|
mov 16(%esp), %ebx
|
||||||
mov 20(%esp), %ecx
|
mov 20(%esp), %ecx
|
||||||
mov 24(%esp), %edx
|
mov 24(%esp), %edx
|
||||||
|
@ -4,10 +4,11 @@
|
|||||||
|
|
||||||
ENTRY(getgroups)
|
ENTRY(getgroups)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
pushl %ecx
|
|
||||||
.cfi_def_cfa_offset 8
|
.cfi_def_cfa_offset 8
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
.cfi_rel_offset ecx, 4
|
pushl %ecx
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset ecx, 0
|
||||||
mov 12(%esp), %ebx
|
mov 12(%esp), %ebx
|
||||||
mov 16(%esp), %ecx
|
mov 16(%esp), %ecx
|
||||||
movl $__NR_getgroups32, %eax
|
movl $__NR_getgroups32, %eax
|
||||||
|
@ -4,10 +4,11 @@
|
|||||||
|
|
||||||
ENTRY(getitimer)
|
ENTRY(getitimer)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
pushl %ecx
|
|
||||||
.cfi_def_cfa_offset 8
|
.cfi_def_cfa_offset 8
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
.cfi_rel_offset ecx, 4
|
pushl %ecx
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset ecx, 0
|
||||||
mov 12(%esp), %ebx
|
mov 12(%esp), %ebx
|
||||||
mov 16(%esp), %ecx
|
mov 16(%esp), %ecx
|
||||||
movl $__NR_getitimer, %eax
|
movl $__NR_getitimer, %eax
|
||||||
|
@ -4,10 +4,11 @@
|
|||||||
|
|
||||||
ENTRY(getpeername)
|
ENTRY(getpeername)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
pushl %ecx
|
|
||||||
.cfi_def_cfa_offset 8
|
.cfi_def_cfa_offset 8
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
.cfi_rel_offset ecx, 4
|
pushl %ecx
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset ecx, 0
|
||||||
mov $7, %ebx
|
mov $7, %ebx
|
||||||
mov %esp, %ecx
|
mov %esp, %ecx
|
||||||
addl $12, %ecx
|
addl $12, %ecx
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
ENTRY(getpgid)
|
ENTRY(getpgid)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
.cfi_def_cfa_offset 4
|
.cfi_def_cfa_offset 8
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
mov 8(%esp), %ebx
|
mov 8(%esp), %ebx
|
||||||
movl $__NR_getpgid, %eax
|
movl $__NR_getpgid, %eax
|
||||||
|
@ -4,12 +4,14 @@
|
|||||||
|
|
||||||
ENTRY(getresgid)
|
ENTRY(getresgid)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
pushl %ecx
|
.cfi_def_cfa_offset 8
|
||||||
pushl %edx
|
|
||||||
.cfi_def_cfa_offset 12
|
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
.cfi_rel_offset ecx, 4
|
pushl %ecx
|
||||||
.cfi_rel_offset edx, 8
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset ecx, 0
|
||||||
|
pushl %edx
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset edx, 0
|
||||||
mov 16(%esp), %ebx
|
mov 16(%esp), %ebx
|
||||||
mov 20(%esp), %ecx
|
mov 20(%esp), %ecx
|
||||||
mov 24(%esp), %edx
|
mov 24(%esp), %edx
|
||||||
|
@ -4,12 +4,14 @@
|
|||||||
|
|
||||||
ENTRY(getresuid)
|
ENTRY(getresuid)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
pushl %ecx
|
.cfi_def_cfa_offset 8
|
||||||
pushl %edx
|
|
||||||
.cfi_def_cfa_offset 12
|
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
.cfi_rel_offset ecx, 4
|
pushl %ecx
|
||||||
.cfi_rel_offset edx, 8
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset ecx, 0
|
||||||
|
pushl %edx
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset edx, 0
|
||||||
mov 16(%esp), %ebx
|
mov 16(%esp), %ebx
|
||||||
mov 20(%esp), %ecx
|
mov 20(%esp), %ecx
|
||||||
mov 24(%esp), %edx
|
mov 24(%esp), %edx
|
||||||
|
@ -4,10 +4,11 @@
|
|||||||
|
|
||||||
ENTRY(getrlimit)
|
ENTRY(getrlimit)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
pushl %ecx
|
|
||||||
.cfi_def_cfa_offset 8
|
.cfi_def_cfa_offset 8
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
.cfi_rel_offset ecx, 4
|
pushl %ecx
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset ecx, 0
|
||||||
mov 12(%esp), %ebx
|
mov 12(%esp), %ebx
|
||||||
mov 16(%esp), %ecx
|
mov 16(%esp), %ecx
|
||||||
movl $__NR_ugetrlimit, %eax
|
movl $__NR_ugetrlimit, %eax
|
||||||
|
@ -4,10 +4,11 @@
|
|||||||
|
|
||||||
ENTRY(getrusage)
|
ENTRY(getrusage)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
pushl %ecx
|
|
||||||
.cfi_def_cfa_offset 8
|
.cfi_def_cfa_offset 8
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
.cfi_rel_offset ecx, 4
|
pushl %ecx
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset ecx, 0
|
||||||
mov 12(%esp), %ebx
|
mov 12(%esp), %ebx
|
||||||
mov 16(%esp), %ecx
|
mov 16(%esp), %ecx
|
||||||
movl $__NR_getrusage, %eax
|
movl $__NR_getrusage, %eax
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
ENTRY(getsid)
|
ENTRY(getsid)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
.cfi_def_cfa_offset 4
|
.cfi_def_cfa_offset 8
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
mov 8(%esp), %ebx
|
mov 8(%esp), %ebx
|
||||||
movl $__NR_getsid, %eax
|
movl $__NR_getsid, %eax
|
||||||
|
@ -4,10 +4,11 @@
|
|||||||
|
|
||||||
ENTRY(getsockname)
|
ENTRY(getsockname)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
pushl %ecx
|
|
||||||
.cfi_def_cfa_offset 8
|
.cfi_def_cfa_offset 8
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
.cfi_rel_offset ecx, 4
|
pushl %ecx
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset ecx, 0
|
||||||
mov $6, %ebx
|
mov $6, %ebx
|
||||||
mov %esp, %ecx
|
mov %esp, %ecx
|
||||||
addl $12, %ecx
|
addl $12, %ecx
|
||||||
|
@ -4,10 +4,11 @@
|
|||||||
|
|
||||||
ENTRY(getsockopt)
|
ENTRY(getsockopt)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
pushl %ecx
|
|
||||||
.cfi_def_cfa_offset 8
|
.cfi_def_cfa_offset 8
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
.cfi_rel_offset ecx, 4
|
pushl %ecx
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset ecx, 0
|
||||||
mov $15, %ebx
|
mov $15, %ebx
|
||||||
mov %esp, %ecx
|
mov %esp, %ecx
|
||||||
addl $12, %ecx
|
addl $12, %ecx
|
||||||
|
@ -4,10 +4,11 @@
|
|||||||
|
|
||||||
ENTRY(gettimeofday)
|
ENTRY(gettimeofday)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
pushl %ecx
|
|
||||||
.cfi_def_cfa_offset 8
|
.cfi_def_cfa_offset 8
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
.cfi_rel_offset ecx, 4
|
pushl %ecx
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset ecx, 0
|
||||||
mov 12(%esp), %ebx
|
mov 12(%esp), %ebx
|
||||||
mov 16(%esp), %ecx
|
mov 16(%esp), %ecx
|
||||||
movl $__NR_gettimeofday, %eax
|
movl $__NR_gettimeofday, %eax
|
||||||
|
@ -4,14 +4,17 @@
|
|||||||
|
|
||||||
ENTRY(getxattr)
|
ENTRY(getxattr)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
pushl %ecx
|
.cfi_def_cfa_offset 8
|
||||||
pushl %edx
|
|
||||||
pushl %esi
|
|
||||||
.cfi_def_cfa_offset 16
|
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
.cfi_rel_offset ecx, 4
|
pushl %ecx
|
||||||
.cfi_rel_offset edx, 8
|
.cfi_adjust_cfa_offset 4
|
||||||
.cfi_rel_offset esi, 12
|
.cfi_rel_offset ecx, 0
|
||||||
|
pushl %edx
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset edx, 0
|
||||||
|
pushl %esi
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset esi, 0
|
||||||
mov 20(%esp), %ebx
|
mov 20(%esp), %ebx
|
||||||
mov 24(%esp), %ecx
|
mov 24(%esp), %ecx
|
||||||
mov 28(%esp), %edx
|
mov 28(%esp), %edx
|
||||||
|
@ -4,12 +4,14 @@
|
|||||||
|
|
||||||
ENTRY(init_module)
|
ENTRY(init_module)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
pushl %ecx
|
.cfi_def_cfa_offset 8
|
||||||
pushl %edx
|
|
||||||
.cfi_def_cfa_offset 12
|
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
.cfi_rel_offset ecx, 4
|
pushl %ecx
|
||||||
.cfi_rel_offset edx, 8
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset ecx, 0
|
||||||
|
pushl %edx
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset edx, 0
|
||||||
mov 16(%esp), %ebx
|
mov 16(%esp), %ebx
|
||||||
mov 20(%esp), %ecx
|
mov 20(%esp), %ecx
|
||||||
mov 24(%esp), %edx
|
mov 24(%esp), %edx
|
||||||
|
@ -4,12 +4,14 @@
|
|||||||
|
|
||||||
ENTRY(inotify_add_watch)
|
ENTRY(inotify_add_watch)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
pushl %ecx
|
.cfi_def_cfa_offset 8
|
||||||
pushl %edx
|
|
||||||
.cfi_def_cfa_offset 12
|
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
.cfi_rel_offset ecx, 4
|
pushl %ecx
|
||||||
.cfi_rel_offset edx, 8
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset ecx, 0
|
||||||
|
pushl %edx
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset edx, 0
|
||||||
mov 16(%esp), %ebx
|
mov 16(%esp), %ebx
|
||||||
mov 20(%esp), %ecx
|
mov 20(%esp), %ecx
|
||||||
mov 24(%esp), %edx
|
mov 24(%esp), %edx
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
ENTRY(inotify_init1)
|
ENTRY(inotify_init1)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
.cfi_def_cfa_offset 4
|
.cfi_def_cfa_offset 8
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
mov 8(%esp), %ebx
|
mov 8(%esp), %ebx
|
||||||
movl $__NR_inotify_init1, %eax
|
movl $__NR_inotify_init1, %eax
|
||||||
|
@ -4,10 +4,11 @@
|
|||||||
|
|
||||||
ENTRY(inotify_rm_watch)
|
ENTRY(inotify_rm_watch)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
pushl %ecx
|
|
||||||
.cfi_def_cfa_offset 8
|
.cfi_def_cfa_offset 8
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
.cfi_rel_offset ecx, 4
|
pushl %ecx
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset ecx, 0
|
||||||
mov 12(%esp), %ebx
|
mov 12(%esp), %ebx
|
||||||
mov 16(%esp), %ecx
|
mov 16(%esp), %ecx
|
||||||
movl $__NR_inotify_rm_watch, %eax
|
movl $__NR_inotify_rm_watch, %eax
|
||||||
|
@ -4,10 +4,11 @@
|
|||||||
|
|
||||||
ENTRY(ioprio_get)
|
ENTRY(ioprio_get)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
pushl %ecx
|
|
||||||
.cfi_def_cfa_offset 8
|
.cfi_def_cfa_offset 8
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
.cfi_rel_offset ecx, 4
|
pushl %ecx
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset ecx, 0
|
||||||
mov 12(%esp), %ebx
|
mov 12(%esp), %ebx
|
||||||
mov 16(%esp), %ecx
|
mov 16(%esp), %ecx
|
||||||
movl $__NR_ioprio_get, %eax
|
movl $__NR_ioprio_get, %eax
|
||||||
|
@ -4,12 +4,14 @@
|
|||||||
|
|
||||||
ENTRY(ioprio_set)
|
ENTRY(ioprio_set)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
pushl %ecx
|
.cfi_def_cfa_offset 8
|
||||||
pushl %edx
|
|
||||||
.cfi_def_cfa_offset 12
|
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
.cfi_rel_offset ecx, 4
|
pushl %ecx
|
||||||
.cfi_rel_offset edx, 8
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset ecx, 0
|
||||||
|
pushl %edx
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset edx, 0
|
||||||
mov 16(%esp), %ebx
|
mov 16(%esp), %ebx
|
||||||
mov 20(%esp), %ecx
|
mov 20(%esp), %ecx
|
||||||
mov 24(%esp), %edx
|
mov 24(%esp), %edx
|
||||||
|
@ -4,10 +4,11 @@
|
|||||||
|
|
||||||
ENTRY(kill)
|
ENTRY(kill)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
pushl %ecx
|
|
||||||
.cfi_def_cfa_offset 8
|
.cfi_def_cfa_offset 8
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
.cfi_rel_offset ecx, 4
|
pushl %ecx
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset ecx, 0
|
||||||
mov 12(%esp), %ebx
|
mov 12(%esp), %ebx
|
||||||
mov 16(%esp), %ecx
|
mov 16(%esp), %ecx
|
||||||
movl $__NR_kill, %eax
|
movl $__NR_kill, %eax
|
||||||
|
@ -4,12 +4,14 @@
|
|||||||
|
|
||||||
ENTRY(klogctl)
|
ENTRY(klogctl)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
pushl %ecx
|
.cfi_def_cfa_offset 8
|
||||||
pushl %edx
|
|
||||||
.cfi_def_cfa_offset 12
|
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
.cfi_rel_offset ecx, 4
|
pushl %ecx
|
||||||
.cfi_rel_offset edx, 8
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset ecx, 0
|
||||||
|
pushl %edx
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset edx, 0
|
||||||
mov 16(%esp), %ebx
|
mov 16(%esp), %ebx
|
||||||
mov 20(%esp), %ecx
|
mov 20(%esp), %ecx
|
||||||
mov 24(%esp), %edx
|
mov 24(%esp), %edx
|
||||||
|
@ -4,14 +4,17 @@
|
|||||||
|
|
||||||
ENTRY(lgetxattr)
|
ENTRY(lgetxattr)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
pushl %ecx
|
.cfi_def_cfa_offset 8
|
||||||
pushl %edx
|
|
||||||
pushl %esi
|
|
||||||
.cfi_def_cfa_offset 16
|
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
.cfi_rel_offset ecx, 4
|
pushl %ecx
|
||||||
.cfi_rel_offset edx, 8
|
.cfi_adjust_cfa_offset 4
|
||||||
.cfi_rel_offset esi, 12
|
.cfi_rel_offset ecx, 0
|
||||||
|
pushl %edx
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset edx, 0
|
||||||
|
pushl %esi
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset esi, 0
|
||||||
mov 20(%esp), %ebx
|
mov 20(%esp), %ebx
|
||||||
mov 24(%esp), %ecx
|
mov 24(%esp), %ecx
|
||||||
mov 28(%esp), %edx
|
mov 28(%esp), %edx
|
||||||
|
@ -4,16 +4,20 @@
|
|||||||
|
|
||||||
ENTRY(linkat)
|
ENTRY(linkat)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
pushl %ecx
|
.cfi_def_cfa_offset 8
|
||||||
pushl %edx
|
|
||||||
pushl %esi
|
|
||||||
pushl %edi
|
|
||||||
.cfi_def_cfa_offset 20
|
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
.cfi_rel_offset ecx, 4
|
pushl %ecx
|
||||||
.cfi_rel_offset edx, 8
|
.cfi_adjust_cfa_offset 4
|
||||||
.cfi_rel_offset esi, 12
|
.cfi_rel_offset ecx, 0
|
||||||
.cfi_rel_offset edi, 16
|
pushl %edx
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset edx, 0
|
||||||
|
pushl %esi
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset esi, 0
|
||||||
|
pushl %edi
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset edi, 0
|
||||||
mov 24(%esp), %ebx
|
mov 24(%esp), %ebx
|
||||||
mov 28(%esp), %ecx
|
mov 28(%esp), %ecx
|
||||||
mov 32(%esp), %edx
|
mov 32(%esp), %edx
|
||||||
|
@ -4,10 +4,11 @@
|
|||||||
|
|
||||||
ENTRY(listen)
|
ENTRY(listen)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
pushl %ecx
|
|
||||||
.cfi_def_cfa_offset 8
|
.cfi_def_cfa_offset 8
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
.cfi_rel_offset ecx, 4
|
pushl %ecx
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset ecx, 0
|
||||||
mov $4, %ebx
|
mov $4, %ebx
|
||||||
mov %esp, %ecx
|
mov %esp, %ecx
|
||||||
addl $12, %ecx
|
addl $12, %ecx
|
||||||
|
@ -4,12 +4,14 @@
|
|||||||
|
|
||||||
ENTRY(listxattr)
|
ENTRY(listxattr)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
pushl %ecx
|
.cfi_def_cfa_offset 8
|
||||||
pushl %edx
|
|
||||||
.cfi_def_cfa_offset 12
|
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
.cfi_rel_offset ecx, 4
|
pushl %ecx
|
||||||
.cfi_rel_offset edx, 8
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset ecx, 0
|
||||||
|
pushl %edx
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset edx, 0
|
||||||
mov 16(%esp), %ebx
|
mov 16(%esp), %ebx
|
||||||
mov 20(%esp), %ecx
|
mov 20(%esp), %ecx
|
||||||
mov 24(%esp), %edx
|
mov 24(%esp), %edx
|
||||||
|
@ -4,12 +4,14 @@
|
|||||||
|
|
||||||
ENTRY(llistxattr)
|
ENTRY(llistxattr)
|
||||||
pushl %ebx
|
pushl %ebx
|
||||||
pushl %ecx
|
.cfi_def_cfa_offset 8
|
||||||
pushl %edx
|
|
||||||
.cfi_def_cfa_offset 12
|
|
||||||
.cfi_rel_offset ebx, 0
|
.cfi_rel_offset ebx, 0
|
||||||
.cfi_rel_offset ecx, 4
|
pushl %ecx
|
||||||
.cfi_rel_offset edx, 8
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset ecx, 0
|
||||||
|
pushl %edx
|
||||||
|
.cfi_adjust_cfa_offset 4
|
||||||
|
.cfi_rel_offset edx, 0
|
||||||
mov 16(%esp), %ebx
|
mov 16(%esp), %ebx
|
||||||
mov 20(%esp), %ecx
|
mov 20(%esp), %ecx
|
||||||
mov 24(%esp), %edx
|
mov 24(%esp), %edx
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user