/sysdeps/sparc/sparc32/ |
A D | memset.S | 24 std source, [base + offset + 0x00]; \ 25 std source, [base + offset + 0x08]; \ 26 std source, [base + offset + 0x10]; \ 27 std source, [base + offset + 0x18]; \ 28 std source, [base + offset + 0x20]; \ 29 std source, [base + offset + 0x28]; \ 30 std source, [base + offset + 0x30]; \ 31 std source, [base + offset + 0x38]; 34 std source, [base - offset - 0x38]; \ 35 std source, [base - offset - 0x30]; \ [all …]
|
/sysdeps/unix/sysv/linux/ |
A D | getdents64.c | 93 struct dirent64 *source = (struct dirent64 *) p; 96 __ino_t ino = source->d_ino; 97 __off64_t offset = source->d_off; 98 unsigned int reclen = source->d_reclen; 99 unsigned char type = source->d_type; 102 if (__glibc_unlikely (ino != source->d_ino)) 122 memmove (p + result_name_offset, source->d_name,
|
/sysdeps/sparc/sparc64/ |
A D | memset.S | 29 stx source, [base - offset - 0x18]; \ 30 stx source, [base - offset - 0x10]; \ 31 stx source, [base - offset - 0x08]; \ 32 stx source, [base - offset - 0x00]; 181 stx source, [base - offset - 0x38]; \ 182 stx source, [base - offset - 0x30]; \ 183 stx source, [base - offset - 0x28]; \ 184 stx source, [base - offset - 0x20]; \ 185 stx source, [base - offset - 0x18]; \ 186 stx source, [base - offset - 0x10]; \ [all …]
|
/sysdeps/unix/ |
A D | make-syscalls.sh | 103 echo " echo 'strong_alias ($strong, $source)'; \\" 105 echo " echo 'versioned_symbol (libc, $source, $base, $ver)'; \\" 130 echo " echo 'strong_alias ($strong, $source)'; \\" 132 echo " echo 'compat_symbol (libc, $source, $base, $ver)'; \\"
|
/sysdeps/sparc/ |
A D | configure.ac | 1 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
|
/sysdeps/unix/sysv/linux/nios2/ |
A D | configure.ac | 1 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
|
/sysdeps/unix/sysv/linux/arc/ |
A D | configure.ac | 1 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
|
/sysdeps/unix/sysv/linux/sh/ |
A D | configure.ac | 1 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
|
/sysdeps/unix/sysv/linux/powerpc/powerpc32/ |
A D | configure.ac | 1 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
|
/sysdeps/unix/sysv/linux/x86_64/64/ |
A D | configure.ac | 1 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
|
/sysdeps/unix/sysv/linux/s390/s390-64/ |
A D | configure.ac | 1 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
|
/sysdeps/unix/sysv/linux/sparc/sparc64/ |
A D | configure.ac | 1 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
|
/sysdeps/unix/sysv/linux/aarch64/ |
A D | configure.ac | 1 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
|
/sysdeps/unix/sysv/linux/x86_64/x32/ |
A D | configure.ac | 1 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
|
/sysdeps/unix/sysv/linux/csky/ |
A D | configure.ac | 1 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
|
/sysdeps/unix/sysv/linux/x86_64/ |
A D | configure.ac | 1 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
|
/sysdeps/unix/sysv/linux/alpha/ |
A D | configure.ac | 1 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
|
/sysdeps/unix/sysv/linux/s390/ |
A D | configure.ac | 1 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
|
/sysdeps/unix/sysv/linux/sparc/ |
A D | configure.ac | 1 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
|
/sysdeps/unix/sysv/linux/mips/mips64/ |
A D | configure.ac | 2 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
|
/sysdeps/gnu/netinet/ |
A D | udp.h | 68 uint16_t source; member
|
/sysdeps/unix/sysv/linux/m68k/ |
A D | configure.ac | 2 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
|
/sysdeps/sh/ |
A D | configure.ac | 1 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
|
/sysdeps/microblaze/ |
A D | preconfigure.ac | 1 GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
|
/sysdeps/alpha/ |
A D | stxcpy.S | 161 ldq_u t2, 8(a1) # .. e1 : read next high-order source word 203 or t0, t1, t1 # e1 : first (partial) source word complete 228 zapnot t1, t6, t1 # .. e1 : kill source bytes >= null 239 ldq_u t1, 0(a1) # e0 : load first source word 262 lda t2, -1 # e1 : mask out leading garbage in source 283 zapnot t2, t7, t2 # .. e1 : prepare source word; mirror changes 284 and t1, t2, t1 # e1 : to source validity mask 288 andnot t0, t2, t0 # .. e1 : zero place for source to reside
|