flistxattr.S revision 7efad83d430f4d824f2aaa75edea5106f6ff8aae
1/* Generated by gensyscalls.py. Do not edit. */
2
3#include <private/bionic_asm.h>
4
5ENTRY(flistxattr)
6    pushl   %ebx
7    .cfi_def_cfa_offset 8
8    .cfi_rel_offset ebx, 0
9    pushl   %ecx
10    .cfi_adjust_cfa_offset 4
11    .cfi_rel_offset ecx, 0
12    pushl   %edx
13    .cfi_adjust_cfa_offset 4
14    .cfi_rel_offset edx, 0
15    mov     16(%esp), %ebx
16    mov     20(%esp), %ecx
17    mov     24(%esp), %edx
18    movl    $__NR_flistxattr, %eax
19    int     $0x80
20    cmpl    $-MAX_ERRNO, %eax
21    jb      1f
22    negl    %eax
23    pushl   %eax
24    call    __set_errno_internal
25    addl    $4, %esp
261:
27    popl    %edx
28    popl    %ecx
29    popl    %ebx
30    ret
31END(flistxattr)
32