3 .section .__syscall_stub, "ax"
5 .globl batch_syscall_stub
7 /* load pointer to first operation */
8 mov $(STUB_DATA+8), %esp
11 /* load length of additional data */
14 /* if(length == 0) : end of list */
15 /* write possible 0 to header */
20 /* save current pointer */
23 /* skip additional data */
29 /* load syscall params */
40 /* check return value */
46 /* save return value */