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