• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1.text
2.balign 16
3.hidden __syscall_ret
4.global fstat64
5.global fstat
6.type fstat,%function
7.type fstat64,%function
8.cfi_startproc
9fstat64:
10fstat:
11	mov x8,#80 //__NR_fstat
12	svc #0
13	b __syscall_ret
14.cfi_endproc