1.text 2.balign 16 3.hidden __syscall_ret 4.global flock 5.type flock,%function 6flock: 7 mov x8,#32 //__NR_flock 8 svc #0 9 b __syscall_ret 10