/sysdeps/mach/hurd/ |
A D | msync.c | 37 vm_address_t target = cur + length; in msync() local 50 while (cur < target) in msync() 66 if (cur >= target) in msync() 74 if (begin + len > target) in msync() 75 sync_len = target - begin; in msync()
|
/sysdeps/s390/s390-64/ |
A D | Makefile | 24 $(make-target-directory) 27 $(make-target-directory) 30 $(make-target-directory) 33 $(make-target-directory) 36 $(make-target-directory) 39 $(make-target-directory)
|
/sysdeps/unix/sysv/linux/ |
A D | tst-ttyname.c | 74 static char target[PATH_MAX+1]; in proc_fd_readlink() local 78 target[target_len] = '\0'; in proc_fd_readlink() 79 return target; in proc_fd_readlink() 330 char *target = proc_fd_readlink (linkname); in do_in_chroot_1() local 331 VERIFY (strcmp (target, slavename) == 0); in do_in_chroot_1() 509 char *target = proc_fd_readlink (linkname); in run_chroot_tests() local 517 if (stat (target, &st) < 0) in run_chroot_tests() 520 touch (target, 0); in run_chroot_tests() 528 VERIFY (umount (target) == 0); in run_chroot_tests() 536 VERIFY (umount (target) == 0); in run_chroot_tests() [all …]
|
A D | configure.ac | 113 \`make install' will destroy the target of the link(s).
|
A D | configure | 156 \`make install' will destroy the target of the link(s).
|
A D | Makefile | 179 $(make-target-directory)
|
/sysdeps/pthread/ |
A D | tst-create-detached.c | 96 long target = 800 * 1024 * 1024; in do_test() local 97 if (limit.rlim_cur == RLIM_INFINITY || limit.rlim_cur > target) in do_test() 99 limit.rlim_cur = target; in do_test()
|
/sysdeps/unix/sysv/linux/x86_64/ |
A D | Makefile | 41 $(make-target-directory) 45 $(make-target-directory) 49 $(make-target-directory)
|
/sysdeps/s390/multiarch/ |
A D | Makefile | 3 $(make-target-directory)
|
/sysdeps/x86_64/ |
A D | Makefile | 158 $(make-target-directory) 161 $(make-target-directory) 164 $(make-target-directory) 167 $(make-target-directory) 170 $(make-target-directory) 173 $(make-target-directory) 196 $(make-target-directory) 207 $(make-target-directory)
|
/sysdeps/powerpc/powerpc64/le/ |
A D | configure.ac | 7 AC_CACHE_CHECK([if the target machine is at least POWER8], 11 #error invalid target architecture
|
A D | configure | 7 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the target machine is at least POWER8" >&5 8 $as_echo_n "checking if the target machine is at least POWER8... " >&6; } 17 #error invalid target architecture
|
A D | Makefile | 203 $(make-target-directory) 206 $(make-target-directory) 209 $(make-target-directory)
|
/sysdeps/unix/ |
A D | Makefile | 38 $(make-target-directory)
|
/sysdeps/powerpc/powerpc32/ |
A D | dl-machine.c | 47 #define OPCODE_B(target) (0x48000000 | ((target) & 0x03fffffc)) argument 48 #define OPCODE_BA(target) (0x48000002 | ((target) & 0x03fffffc)) argument
|
/sysdeps/generic/ |
A D | unwind-dw2.c | 1243 struct _Unwind_Context *target) in uw_install_context_1() argument 1262 void *t = target->reg[i]; in uw_install_context_1() 1272 if (target->reg[__builtin_dwarf_sp_column ()]) in uw_install_context_1() 1274 _Unwind_GetGR (target, __builtin_dwarf_sp_column ()); in uw_install_context_1() 1276 target_cfa = target->cfa; in uw_install_context_1() 1280 return target_cfa - current->cfa + target->args_size; in uw_install_context_1() 1282 return current->cfa - target_cfa - target->args_size; in uw_install_context_1()
|
/sysdeps/alpha/alphaev6/ |
A D | memset.S | 64 beq $3, $aligned # U : target is 0mod8 153 addq $5, 128, $4 # E : speculative target of next wh64
|
/sysdeps/powerpc/powerpc64/le/fpu/multiarch/ |
A D | Makefile | 142 $(make-target-directory)
|
/sysdeps/nptl/ |
A D | pthreadP.h | 299 extern void __pthread_cleanup_upto (__jmp_buf target, char *targetframe); 684 int __pthread_attr_copy (pthread_attr_t *target, const pthread_attr_t *source);
|
/sysdeps/arm/armv6t2/ |
A D | memchr.S | 90 eor r4,r4, r1 @ Get it so that r4,r5 have 00's where the bytes match the target
|
/sysdeps/s390/ |
A D | configure.ac | 30 …The used GCC has no support for __builtin_tbegin, which is needed for lock-elision on target S390."
|
A D | configure | 39 …The used GCC has no support for __builtin_tbegin, which is needed for lock-elision on target S390."
|
/sysdeps/sparc/sparc64/ |
A D | memcpy.S | 60 #define STORE_JUMP(dest, fsrc, target) \ argument 63 ba,pt %xcc, target;
|