Home
last modified time | relevance | path

Searched refs:target (Results 1 – 23 of 23) sorted by relevance

/sysdeps/mach/hurd/
A Dmsync.c37 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 DMakefile24 $(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 Dtst-ttyname.c74 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 Dconfigure.ac113 \`make install' will destroy the target of the link(s).
A Dconfigure156 \`make install' will destroy the target of the link(s).
A DMakefile179 $(make-target-directory)
/sysdeps/pthread/
A Dtst-create-detached.c96 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 DMakefile41 $(make-target-directory)
45 $(make-target-directory)
49 $(make-target-directory)
/sysdeps/s390/multiarch/
A DMakefile3 $(make-target-directory)
/sysdeps/x86_64/
A DMakefile158 $(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 Dconfigure.ac7 AC_CACHE_CHECK([if the target machine is at least POWER8],
11 #error invalid target architecture
A Dconfigure7 { $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 DMakefile203 $(make-target-directory)
206 $(make-target-directory)
209 $(make-target-directory)
/sysdeps/unix/
A DMakefile38 $(make-target-directory)
/sysdeps/powerpc/powerpc32/
A Ddl-machine.c47 #define OPCODE_B(target) (0x48000000 | ((target) & 0x03fffffc)) argument
48 #define OPCODE_BA(target) (0x48000002 | ((target) & 0x03fffffc)) argument
/sysdeps/generic/
A Dunwind-dw2.c1243 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 Dmemset.S64 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 DMakefile142 $(make-target-directory)
/sysdeps/nptl/
A DpthreadP.h299 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 Dmemchr.S90 eor r4,r4, r1 @ Get it so that r4,r5 have 00's where the bytes match the target
/sysdeps/s390/
A Dconfigure.ac30 …The used GCC has no support for __builtin_tbegin, which is needed for lock-elision on target S390."
A Dconfigure39 …The used GCC has no support for __builtin_tbegin, which is needed for lock-elision on target S390."
/sysdeps/sparc/sparc64/
A Dmemcpy.S60 #define STORE_JUMP(dest, fsrc, target) \ argument
63 ba,pt %xcc, target;

Completed in 21 milliseconds