Home
last modified time | relevance | path

Searched refs:SYSCALL_ERROR_ERRNO (Results 1 – 13 of 13) sorted by relevance

/sysdeps/unix/sysv/linux/s390/s390-32/
A Dsysdep.S34 # define SYSCALL_ERROR_ERRNO __libc_errno macro
36 # define SYSCALL_ERROR_ERRNO errno macro
45 1: .long SYSCALL_ERROR_ERRNO@ntpoff
57 # define SYSCALL_ERROR_ERRNO __libc_errno macro
59 # define SYSCALL_ERROR_ERRNO errno macro
64 l %r1,SYSCALL_ERROR_ERRNO@gotntpoff(%r1)
A Dsysdep.h105 # define SYSCALL_ERROR_ERRNO __libc_errno macro
107 # define SYSCALL_ERROR_ERRNO errno macro
115 l %r1,SYSCALL_ERROR_ERRNO@gotntpoff(%r1); \
/sysdeps/unix/sysv/linux/s390/s390-64/
A Dsysdep.S35 # define SYSCALL_ERROR_ERRNO __libc_errno macro
37 # define SYSCALL_ERROR_ERRNO errno macro
48 1: .quad SYSCALL_ERROR_ERRNO@ntpoff
58 # define SYSCALL_ERROR_ERRNO __libc_errno macro
60 # define SYSCALL_ERROR_ERRNO errno macro
63 lg %r1,SYSCALL_ERROR_ERRNO@gotntpoff(%r1)
A Dsysdep.h105 # define SYSCALL_ERROR_ERRNO __libc_errno macro
107 # define SYSCALL_ERROR_ERRNO errno macro
113 larl %r1,SYSCALL_ERROR_ERRNO@indntpoff; \
/sysdeps/unix/sysv/linux/nios2/
A Dsysdep.S33 # define SYSCALL_ERROR_ERRNO __libc_errno macro
35 # define SYSCALL_ERROR_ERRNO errno macro
44 ldw r3, %tls_ie(SYSCALL_ERROR_ERRNO)(r3)
A Dsysdep.h90 # define SYSCALL_ERROR_ERRNO __libc_errno macro
92 # define SYSCALL_ERROR_ERRNO errno macro
101 ldw r3, %tls_ie(SYSCALL_ERROR_ERRNO)(r3); \
/sysdeps/unix/alpha/
A Dsysdep.S31 # define SYSCALL_ERROR_ERRNO __libc_errno macro
33 # define SYSCALL_ERROR_ERRNO errno macro
57 ldq t1, SYSCALL_ERROR_ERRNO(t1) !gottprel
/sysdeps/unix/sysv/linux/ia64/
A Dsysdep.S37 # define SYSCALL_ERROR_ERRNO __libc_errno macro
39 # define SYSCALL_ERROR_ERRNO errno macro
41 addl r2=@ltoff(@tprel(SYSCALL_ERROR_ERRNO)), gp;;
/sysdeps/unix/sysv/linux/sparc/sparc32/
A Dsysdep.h82 # define SYSCALL_ERROR_ERRNO __libc_errno macro
84 # define SYSCALL_ERROR_ERRNO errno macro
88 sethi %tie_hi22(SYSCALL_ERROR_ERRNO), %g1; \
89 add %g1, %tie_lo10(SYSCALL_ERROR_ERRNO), %g1; \
90 ld [%o2 + %g1], %g1, %tie_ld(SYSCALL_ERROR_ERRNO); \
/sysdeps/unix/sysv/linux/sparc/sparc64/
A Dsysdep.h82 # define SYSCALL_ERROR_ERRNO __libc_errno macro
84 # define SYSCALL_ERROR_ERRNO errno macro
88 sethi %tie_hi22(SYSCALL_ERROR_ERRNO), %g1; \
89 add %g1, %tie_lo10(SYSCALL_ERROR_ERRNO), %g1; \
90 ldx [%o2 + %g1], %g1, %tie_ldx(SYSCALL_ERROR_ERRNO);\
/sysdeps/unix/sysv/linux/m68k/
A Dsysdep.h105 # define SYSCALL_ERROR_ERRNO __libc_errno macro
107 # define SYSCALL_ERROR_ERRNO errno macro
116 add.l (SYSCALL_ERROR_ERRNO@TLSIE, %a1), %a0; \
/sysdeps/unix/sysv/linux/sh/
A Dsysdep.h119 # define SYSCALL_ERROR_ERRNO __libc_errno macro
121 # define SYSCALL_ERROR_ERRNO errno macro
141 1: .long SYSCALL_ERROR_ERRNO@GOTTPOFF
/sysdeps/unix/sysv/linux/x86_64/
A Dsysdep.h138 # define SYSCALL_ERROR_ERRNO __libc_errno macro
140 # define SYSCALL_ERROR_ERRNO errno macro
143 movq SYSCALL_ERROR_ERRNO@GOTTPOFF(%rip), %rcx;\

Completed in 12 milliseconds