3d5cb30d23
Bug: 11156955 Change-Id: I6c306989801be552d85fba8a50dcdc79282fb9d2
27 lines
516 B
ArmAsm
27 lines
516 B
ArmAsm
/* Generated by gensyscalls.py. Do not edit. */
|
|
|
|
#include <private/bionic_asm.h>
|
|
|
|
ENTRY(__getdents64)
|
|
stp x29, x30, [sp, #-16]!
|
|
.cfi_def_cfa_offset 16
|
|
.cfi_rel_offset x29, 0
|
|
.cfi_rel_offset x30, 8
|
|
mov x29, sp
|
|
|
|
mov x8, __NR_getdents64
|
|
svc #0
|
|
|
|
ldp x29, x30, [sp], #16
|
|
.cfi_def_cfa_offset 0
|
|
.cfi_restore x29
|
|
.cfi_restore x30
|
|
|
|
cmn x0, #(MAX_ERRNO + 1)
|
|
cneg x0, x0, hi
|
|
b.hi __set_errno
|
|
|
|
ret
|
|
END(__getdents64)
|
|
.hidden __getdents64
|