/toolchain/binutils/binutils-2.25/gas/ |
D | depend.c | 59 struct dependency *dep; in register_dependency() local 64 for (dep = dep_chain; dep != NULL; dep = dep->next) in register_dependency() 66 if (!filename_cmp (filename, dep->file)) in register_dependency() 70 dep = (struct dependency *) xmalloc (sizeof (struct dependency)); in register_dependency() 71 dep->file = xstrdup (filename); in register_dependency() 72 dep->next = dep_chain; in register_dependency() 73 dep_chain = dep; in register_dependency() 186 struct dependency *dep; in print_dependencies() local 200 for (dep = dep_chain; dep != NULL; dep = dep->next) in print_dependencies() 201 wrap_output (f, dep->file, ' '); in print_dependencies()
|
/toolchain/binutils/binutils-2.25/gprof/ |
D | ChangeLog-2009 | 86 (DEP, DEP1, dep.sed, dep, dep-in, dep-am): Remove rules. 132 * dep-in.sed: Don't use \n in replacement part of s command. 143 * dep-in.sed: Output one filename per line with all lines having 146 * Makefile.am (DEP): Don't use dep.sed here. 147 (DEP1): Run $MKDEP on single files, use dep.sed here on dependencies, 153 * Makefile.am: Run "make dep-am". 171 * Makefile.am: Run "make dep-am".
|
D | ChangeLog-9203 | 41 * dep-in.sed: Remove libintl.h. 156 * dep-in.sed: Cope with absolute paths. 157 * Makefile.am (dep.sed): Subst TOPDIR. 158 Run "make dep-am". 163 * Makefile.am: Run "make dep-am". 184 * Makefile.am: "make dep-am". 200 * Makefile.am: Run "make dep-am". 234 * Makefile.am: Run "make dep-am" 432 Run "make dep-am". 558 * Makefile.am: Run "make dep-am" [all …]
|
D | ChangeLog-2007 | 88 * Makefile.am: Run "make dep-am". 142 * Makefile.am: Run "make dep-am".
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/ |
D | opc-i.s | 96 dep.z r4 = r5, 0, 16 97 dep.z r4 = r5, 0, 63 98 dep.z r4 = r5, 10, 40 99 dep.z r4 = 0, 0, 16 100 dep.z r4 = 127, 0, 63 101 dep.z r4 = -128, 5, 50 102 dep.z r4 = 0x55, 10, 40 104 dep r4 = 0, r5, 0, 16 105 dep r4 = -1, r5, 0, 63 109 dep r4 = r5, r6, 10, 7
|
D | forward.s | 15 dep.z RA = one, two + 3, three + 4 25 dep.z RA = one, two + 3, three + 4
|
D | forward.d | 11 [[:space:]]*[[:xdigit:]]*:[[:space:][:xdigit:]]+[[:space:]]+dep.z r2=1,5,7 14 [[:space:]]*[[:xdigit:]]*:[[:space:][:xdigit:]]+[[:space:]]+dep.z r3=-1,1,1
|
D | opc-i.d | 114 22c: 50 f8 3d 53 dep\.z r4=r5,0,16 116 236: 40 28 fc fc 29 80 dep\.z r4=r5,0,63 117 23c: 50 a8 9d 53 dep\.z r4=r5,10,40 119 246: 40 00 fc 9f 29 80 dep\.z r4=0,0,16 120 24c: f0 ff fb 53 dep\.z r4=127,0,63 122 256: 40 00 e8 e3 2d 80 dep\.z r4=-128,5,50 123 25c: 50 ad 9f 53 dep\.z r4=85,10,40 125 266: 40 f0 17 9e 2b 80 dep r4=0,r5,0,16 126 26c: e0 2f f8 5f dep r4=-1,r5,0,63 129 27c: 50 30 58 4d dep r4=r5,r6,10,7
|
D | regval.s | 36 dep.z r1 = 1, 61, 3 43 dep.z r1 = -1, 0, 61
|
/toolchain/binutils/binutils-2.25/ |
D | Makefile.tpl | 1729 ;; dep-target builds a string like "maybe-all-MODULE_KIND-gcc", 1732 (define dep-target (lambda (module-kind var-name hard) 1735 (dep-subtarget var-name) 1737 (dep-module var-name) 1740 ;; make-dep builds a dependency from the MODULE and ON AutoGen vars. 1741 (define make-dep (lambda (module-kind on-kind) 1743 (dep-target module-kind "module" #t) ": " 1744 (dep-target on-kind "on" (exist? "hard"))))) 1746 ;; dep-subtarget extracts everything up to the first dash in the given 1748 (define dep-subtarget (lambda (var-name) [all …]
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-ia64.c | 8187 const struct ia64_opcode_dependency *dep = idesc->dependencies; in depends_on() local 8188 for (i = 0; i < dep->nchks; i++) in depends_on() 8190 if (depind == DEP (dep->chks[i])) in depends_on() 8249 specify_resource (const struct ia64_dependency *dep, in specify_resource() argument 8265 if (dep->mode == IA64_DV_WAW in specify_resource() 8266 || (dep->mode == IA64_DV_RAW && type == DV_REG) in specify_resource() 8267 || (dep->mode == IA64_DV_WAR && type == DV_CHK)) in specify_resource() 8271 tmpl.dependency = dep; in specify_resource() 8289 dep->name, idesc->name, (rsrc_write?"write":"read"), note) in specify_resource() 8293 if (dep->semantics == IA64_DVS_NONE) in specify_resource() [all …]
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-frv/ |
D | tls-shared-1-fail.d | 3 #ld: -shared tmpdir/tls-1-dep.so
|
D | tls-dynamic-3.d | 4 #ld: tmpdir/tls-1-dep.so
|
D | tls-relax-dynamic-3.d | 4 #ld: tmpdir/tls-1-dep.so --relax
|
D | tls-relax-pie-1.d | 4 #ld: -pie tmpdir/tls-1-dep.so --relax
|
D | tls-relax-static-1.d | 4 #ld: -static tmpdir/tls-1-dep.o --relax
|
D | tls-relax-dynamic-1.d | 4 #ld: tmpdir/tls-1-dep.so --relax
|
D | tls-pie-1.d | 4 #ld: -pie tmpdir/tls-1-dep.so
|
D | tls-relax-shared-1.d | 4 #ld: -shared tmpdir/tls-1-dep.so --version-script tls-1-shared.lds --relax
|
D | tls-static-1.d | 4 #ld: -static tmpdir/tls-1-dep.o
|
D | tls-dynamic-1.d | 4 #ld: tmpdir/tls-1-dep.so
|
D | tls-shared-1.d | 4 #ld: -shared tmpdir/tls-1-dep.so --version-script tls-1-shared.lds
|
/toolchain/binutils/binutils-2.25/config/ |
D | lib-link.m4 | 386 for dep in $dependency_libs; do 387 case "$dep" in 389 additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'` 439 dir=`echo "X$dep" | sed -e 's/^X-R//'` 469 names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'` 475 …names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,… 479 LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$dep" 480 LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }$dep"
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | ChangeLog-2009 | 553 (DEP, DEP1, dep.sed, dep, dep-in, dep-am): Remove. 661 * Makefile.am: Run "make dep-am". 784 * dep-in.sed: Don't use \n in replacement part of s command. 786 Run "make dep-am". 844 * dep-in.sed: Output one filename per line with all lines having 847 * Makefile.am (DEP): Don't use dep.sed here. 848 (DEP1): Run $MKDEP on single files, use dep.sed here on dependencies, 860 * Makefile.am: Run "make dep-am". 1030 * Makefile.am: Run "make dep-am". 1078 * Makefile.am: Run "make dep-am".
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | ChangeLog-0203 | 65 * Makefile.am: Run "make dep-am". 228 * dep-in.sed: Remove libintl.h. 230 Run "make dep-am". 514 * Makefile.am: Run "make dep-am". 739 * Makefile.am: Run "make dep-am". 749 * Makefile.am: Run "make dep-am". 1202 * Makefile.am: Run "make dep-am". 1435 * Makefile.am: Run "make dep-am". 1530 * Makefile.am: Run "make dep-am". 1684 * dep-in.sed: Cope with absolute paths. [all …]
|