Home
last modified time | relevance | path

Searched refs:syscall (Results 1 – 25 of 101) sorted by relevance

12345

/sysdeps/unix/sysv/linux/arm/
A DMakefile2 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 Dsyscall.S24 ENTRY (syscall)
48 PSEUDO_END (syscall)
/sysdeps/unix/sysv/linux/i386/
A Dlibc_sigaction.c52 #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 Dsyscall.S24 ENTRY (syscall)
35 PSEUDO_END (syscall)
/sysdeps/unix/sysv/linux/x86_64/
A Dsyscall.S29 ENTRY (syscall)
37 syscall /* Do the system call. */
42 PSEUDO_END (syscall)
A Dlibc_sigaction.c70 #define RESTORE(name, syscall) RESTORE2 (name, syscall) argument
71 # define RESTORE2(name, syscall) \ argument
80 " movq $" #syscall ", %rax\n" \
A Dclone3.S60 syscall
85 syscall
/sysdeps/unix/sysv/linux/mips/mips64/
A Dsyscall.S29 NESTED (syscall, SZREG, ra)
47 syscall /* Do the system call. */
58 SETUP_GP64_REG (a0, syscall)
63 END (syscall)
/sysdeps/unix/
A Dsyscall.S27 SYSCALL (syscall, 1)
29 PSEUDO_END(syscall)
/sysdeps/unix/sysv/linux/
A Dtest-errno-linux.c92 #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 DMakefile34 .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 Dsyscall.S20 ENTRY (syscall)
29 END (syscall)
/sysdeps/unix/sysv/linux/m68k/
A Dsyscall.S24 ENTRY (syscall)
32 PSEUDO_END (syscall)
/sysdeps/unix/sysv/linux/ia64/
A Dsyscall.S20 ENTRY(syscall)
32 PSEUDO_END(syscall)
/sysdeps/unix/sysv/linux/nios2/
A Dsyscall.S25 ENTRY (syscall)
36 PSEUDO_END (syscall)
/sysdeps/unix/sysv/linux/arc/
A Dsyscall.S21 ENTRY (syscall)
33 PSEUDO_END (syscall)
/sysdeps/unix/sysv/linux/aarch64/
A Dsyscall.S29 ENTRY (syscall)
44 PSEUDO_END (syscall)
/sysdeps/unix/sysv/linux/sparc/sparc32/
A Dsyscall.S22 ENTRY(syscall)
37 END(syscall)
/sysdeps/unix/sysv/linux/mips/mips64/n32/
A Dsyscalls.list3 # C syscall macros cannot be used because this syscall has a 64-bit
/sysdeps/unix/sysv/linux/sparc/sparc64/
A Dsyscall.S22 ENTRY(syscall)
39 END(syscall)
/sysdeps/unix/sysv/linux/s390/s390-32/
A Dsyscall.S23 ENTRY (syscall)
42 PSEUDO_END (syscall)
/sysdeps/unix/sysv/linux/s390/s390-64/
A Dsyscall.S23 ENTRY (syscall)
42 PSEUDO_END (syscall)
/sysdeps/unix/sysv/linux/microblaze/
A Dsyscall.S22 ENTRY (syscall)
37 PSEUDO_END (syscall)
/sysdeps/unix/sysv/linux/powerpc/
A Dsyscall.S20 ENTRY (syscall)
41 PSEUDO_END (syscall)
/sysdeps/unix/mips/mips32/
A Dsysdep.h35 syscall; \
51 syscall; \

Completed in 25 milliseconds

12345