/sysdeps/unix/sysv/linux/arm/ |
A D | Makefile | 2 sysdep-rtld-routines += aeabi_read_tp libc-do-syscall 21 libcrypt-sysdep_routines += libc-do-syscall 25 librt-sysdep_routines += libc-do-syscall 26 librt-shared-only-routines += libc-do-syscall 30 libanl-sysdep_routines += libc-do-syscall 31 libanl-shared-only-routines += libc-do-syscall 35 sysdep_routines += libc-do-syscall 39 nscd-modules += libc-do-syscall 43 libnss_db-sysdep_routines += libc-do-syscall 44 libnss_db-shared-only-routines += libc-do-syscall [all …]
|
A D | syscall.S | 24 ENTRY (syscall) 48 PSEUDO_END (syscall)
|
/sysdeps/unix/sysv/linux/i386/ |
A D | libc_sigaction.c | 52 #define RESTORE(name, syscall) RESTORE2 (name, syscall) argument 53 #define RESTORE2(name, syscall) \ argument 59 " movl $" #syscall ", %eax\n" \ 68 #define RESTORE2(name, syscall) \ argument 75 " movl $" #syscall ", %eax\n" \
|
A D | syscall.S | 24 ENTRY (syscall) 35 PSEUDO_END (syscall)
|
/sysdeps/unix/sysv/linux/x86_64/ |
A D | syscall.S | 29 ENTRY (syscall) 37 syscall /* Do the system call. */ 42 PSEUDO_END (syscall)
|
A D | libc_sigaction.c | 70 #define RESTORE(name, syscall) RESTORE2 (name, syscall) argument 71 # define RESTORE2(name, syscall) \ argument 80 " movq $" #syscall ", %rax\n" \
|
A D | clone3.S | 60 syscall 85 syscall
|
/sysdeps/unix/sysv/linux/mips/mips64/ |
A D | syscall.S | 29 NESTED (syscall, SZREG, ra) 47 syscall /* Do the system call. */ 58 SETUP_GP64_REG (a0, syscall) 63 END (syscall)
|
/sysdeps/unix/ |
A D | syscall.S | 27 SYSCALL (syscall, 1) 29 PSEUDO_END(syscall)
|
/sysdeps/unix/sysv/linux/ |
A D | test-errno-linux.c | 92 #define test_wrp_rv(rtype, prtype, experr_list, syscall, ...) \ argument 96 rtype ret = syscall (__VA_ARGS__); \ 106 printf ("FAIL: " #syscall ": didn't fail as expected" \ 109 puts ("FAIL: " #syscall ": didn't update errno"); \ 111 printf ("FAIL: " #syscall \ 118 #define test_wrp(experr, syscall, ...) \ argument 119 test_wrp_rv(int, "%d", LIST (experr), syscall, __VA_ARGS__) 121 #define test_wrp2(experr, syscall, ...) \ argument 122 test_wrp_rv(int, "%d", LIST_FORWARD (experr), syscall, __VA_ARGS__)
|
A D | Makefile | 34 .PHONY: update-syscall-lists 35 update-syscall-lists: arch-syscall.h 92 bits/socket_type.h bits/syscall.h \ 175 generated += bits/syscall.h 176 $(objpfx)bits/syscall.h: \ 187 $(objpfx)bits/syscall.h ../sysdeps/unix/sysv/linux/sys/syscall.h 194 $(objpfx)tst-syscall-list-nr.list: \ 201 $(objpfx)tst-syscall-list-sys.list: $(objpfx)tst-syscall-list-macros.list 206 $(objpfx)tst-syscall-list.out: \ 209 $(objpfx)tst-syscall-list-nr.list \ [all …]
|
/sysdeps/mach/i386/ |
A D | syscall.S | 20 ENTRY (syscall) 29 END (syscall)
|
/sysdeps/unix/sysv/linux/m68k/ |
A D | syscall.S | 24 ENTRY (syscall) 32 PSEUDO_END (syscall)
|
/sysdeps/unix/sysv/linux/ia64/ |
A D | syscall.S | 20 ENTRY(syscall) 32 PSEUDO_END(syscall)
|
/sysdeps/unix/sysv/linux/nios2/ |
A D | syscall.S | 25 ENTRY (syscall) 36 PSEUDO_END (syscall)
|
/sysdeps/unix/sysv/linux/arc/ |
A D | syscall.S | 21 ENTRY (syscall) 33 PSEUDO_END (syscall)
|
/sysdeps/unix/sysv/linux/aarch64/ |
A D | syscall.S | 29 ENTRY (syscall) 44 PSEUDO_END (syscall)
|
/sysdeps/unix/sysv/linux/sparc/sparc32/ |
A D | syscall.S | 22 ENTRY(syscall) 37 END(syscall)
|
/sysdeps/unix/sysv/linux/mips/mips64/n32/ |
A D | syscalls.list | 3 # C syscall macros cannot be used because this syscall has a 64-bit
|
/sysdeps/unix/sysv/linux/sparc/sparc64/ |
A D | syscall.S | 22 ENTRY(syscall) 39 END(syscall)
|
/sysdeps/unix/sysv/linux/s390/s390-32/ |
A D | syscall.S | 23 ENTRY (syscall) 42 PSEUDO_END (syscall)
|
/sysdeps/unix/sysv/linux/s390/s390-64/ |
A D | syscall.S | 23 ENTRY (syscall) 42 PSEUDO_END (syscall)
|
/sysdeps/unix/sysv/linux/microblaze/ |
A D | syscall.S | 22 ENTRY (syscall) 37 PSEUDO_END (syscall)
|
/sysdeps/unix/sysv/linux/powerpc/ |
A D | syscall.S | 20 ENTRY (syscall) 41 PSEUDO_END (syscall)
|
/sysdeps/unix/mips/mips32/ |
A D | sysdep.h | 35 syscall; \ 51 syscall; \
|