/toolchain/binutils/binutils-2.25/gas/ |
D | makefile.vms | 40 OBJS:=targ-cpu.obj,obj-format.obj,atof-targ.obj,app.obj,as.obj,\ 63 targ-cpu.obj: targ-cpu.c targ-cpu.h 74 $(RM) atof-targ.c; 77 $(RM) targ-env.h; 78 $(RM) targ-cpu.h; 79 $(RM) targ-cpu.c;
|
D | .gitignore | 5 /targ-cpu.h 6 /targ-env.h
|
D | configure.com | 44 $ open/write outfile targ-cpu.h 48 $ open/write outfile targ-cpu.c 54 $ open/write outfile targ-env.h 70 $ create atof-targ.c
|
D | dep-in.sed | 28 s! targ-cpu\.h!!g 29 s! targ-env\.h!!g
|
D | configure.ac | 128 targ=${this_target} 853 [rm -f targ-cpu.c targ-cpu.h obj-format.h obj-format.c targ-env.h atof-targ.c itbl-cpu.h 854 echo '#include "tc-'"${target_cpu_type}"'.h"' > targ-cpu.h 856 echo '#include "te-'"${te_file}"'.h"' > targ-env.h
|
D | configure.tgt | 25 # targ a configuration target name, such as i686-pc-linux-gnu. 43 eval `echo $targ | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/cpu=\1 vendor=\2 os=\3/'`
|
D | Makefile.am | 371 DISTCLEANFILES = targ-cpu.h obj-format.h targ-env.h itbl-cpu.h cgen-desc.h
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-d10v/ |
D | d10v.exp | 161 foreach targ $opts(target) { 162 if [istarget $targ] { 171 foreach targ $opts(notarget) { 172 if [istarget $targ] { 195 foreach targ $opts(xfail) { 196 setup_xfail $targ
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | pe-mips.c | 623 bfd_vma val, tmp, targ, src, low; in coff_pe_mips_relocate_section() local 741 targ = val + (tmp & 0x03ffffff) * 4; in coff_pe_mips_relocate_section() 742 if ((src & 0xf0000000) != (targ & 0xf0000000)) in coff_pe_mips_relocate_section() 749 tmp |= (targ / 4) & 0x3ffffff; in coff_pe_mips_relocate_section() 759 targ = val + rel[1].r_offset + ((tmp & 0xffff) << 16); in coff_pe_mips_relocate_section() 767 targ = val + low + ((tmp & 0xffff) << 16); in coff_pe_mips_relocate_section() 776 tmp |= (targ >> 16) & 0xffff; in coff_pe_mips_relocate_section() 782 targ = val + (tmp & 0xffff); in coff_pe_mips_relocate_section() 785 tmp |= targ & 0xffff; in coff_pe_mips_relocate_section()
|
D | aout-adobe.c | 198 char *targ; in aout_adobe_object_p() local 218 targ = getenv ("GNUTARGET"); in aout_adobe_object_p() 219 if (targ && !strcmp (targ, aout_adobe_vec.name)) in aout_adobe_object_p()
|
D | config.bfd | 20 # Set shell variable targ to canonical target name, and run 50 case $targ in 52 echo "*** Configuration $targ is obsolete." >&2 58 echo "*** Configuration $targ is obsolete." >&2 66 case $targ in 85 echo "*** Configuration $targ is obsolete." >&2 91 targ_cpu=`echo $targ | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\1/'` 147 case "${targ}" in 195 case "${targ}" in 598 case "${targ}" in [all …]
|
D | configure.ac | 602 for targ in `echo $enable_targets | sed 's/,/ /g'` 604 result=`$ac_config_sub $targ 2>/dev/null` 609 canon_targets="$canon_targets $targ" 620 for targ in $target $canon_targets 622 if test "x$targ" = "xall"; then 627 if test "x$targ" = "x$target"; then
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | configure.ac | 212 for targ in `echo $enable_targets | sed 's/,/ /g'` 214 result=`$ac_config_sub $targ 2>/dev/null` 219 canon_targets="$canon_targets $targ" 244 for targ in $target $canon_targets 246 if test "x$targ" = "xall"; then 262 case $targ in 283 case $targ in 287 case $targ in 413 case $targ in 483 targ=$target [all …]
|
D | configure.tgt | 22 # This file switches on the shell variable ${targ}, and sets the 27 case "${targ}" in
|
D | configure | 1118 -target | --target | --targe | --targ | --tar | --ta | --t) 1120 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) 13329 for targ in `echo $enable_targets | sed 's/,/ /g'` 13331 result=`$ac_config_sub $targ 2>/dev/null` 13336 canon_targets="$canon_targets $targ" 14061 for targ in $target $canon_targets 14063 if test "x$targ" = "xall"; then 14079 case $targ in 14098 case $targ in 14102 case $targ in [all …]
|
/toolchain/binutils/binutils-2.25/gold/ |
D | configure.tgt | 28 # This file switches on the shell variable ${targ}, which is a 50 case "$targ" in 56 case "$targ" in 69 case "$targ" in
|
D | configure.ac | 136 for targ in `echo $enable_targets | sed -e 's/,/ /g'`; do 137 result=`$ac_config_sub $targ 2>/dev/null` 142 canon_targets="$canon_targets $targ" 175 for targ in $target $canon_targets; do 176 if test "$targ" = "all"; then 186 AC_MSG_ERROR("unsupported target $targ") 213 if test "$target" = "$targ"; then
|
D | configure | 1141 -target | --target | --targe | --targ | --tar | --ta | --t) 1143 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) 3376 for targ in `echo $enable_targets | sed -e 's/,/ /g'`; do 3377 result=`$ac_config_sub $targ 2>/dev/null` 3382 canon_targets="$canon_targets $targ" 3418 for targ in $target $canon_targets; do 3419 if test "$targ" = "all"; then 3429 as_fn_error "\"unsupported target $targ\"" "$LINENO" 5 3456 if test "$target" = "$targ"; then
|
/toolchain/binutils/binutils-2.25/ld/testsuite/lib/ |
D | ld-lib.exp | 694 foreach targ $opts(target) { 695 if [istarget $targ] { 704 foreach targ $opts(notarget) { 705 if [istarget $targ] { 779 foreach targ $opts(xfail) { 780 setup_xfail $targ
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | configure.ac | 215 for targ in `echo $enable_targets | sed 's/,/ /g'` 217 result=`$ac_config_sub $targ 2>/dev/null` 222 canon_targets="$canon_targets $targ" 229 for targ in $target $canon_targets 231 if test "x$targ" = "xall" ; then
|
/toolchain/binutils/binutils-2.25/ld/ |
D | configure.tgt | 24 # This file switches on the shell variable ${targ}, and sets the 47 case "${targ}" in 322 test "$targ" != "$host" && LIB_PATH='${tooldir}/lib/w32api' ;; 331 test "$targ" != "$host" && LIB_PATH='${tooldir}/lib/w32api' ;; 565 case "${targ}" in 570 case "${targ}" in 590 case "${targ}" in 781 echo 2>&1 "*** ld does not support target ${targ}"
|
D | configure.ac | 303 targ=$result 305 targ=$targ_alias 310 if test "$targ" = "$target"; then
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-xtensa.c | 3040 xg_is_single_relaxable_insn (TInsn *insn, TInsn *targ, bfd_boolean narrow_only) in xg_is_single_relaxable_insn() argument 3066 if (targ) in xg_is_single_relaxable_insn() 3067 xg_build_to_insn (targ, insn, match->to_instr); in xg_is_single_relaxable_insn() 3390 xg_build_to_insn (TInsn *targ, TInsn *insn, BuildInstr *bi) in xg_build_to_insn() argument 3395 tinsn_init (targ); in xg_build_to_insn() 3396 targ->debug_line = insn->debug_line; in xg_build_to_insn() 3397 targ->loc_directive_seen = insn->loc_directive_seen; in xg_build_to_insn() 3402 targ->opcode = bi->opcode; in xg_build_to_insn() 3403 targ->insn_type = ITYPE_INSN; in xg_build_to_insn() 3404 targ->is_specific_opcode = FALSE; in xg_build_to_insn() [all …]
|
D | obj-macho.c | 1982 symbolS *targ = fix->fx_addsy; in obj_mach_o_force_reloc() local 1988 if (S_GET_SEGMENT (targ) == absolute_section) in obj_mach_o_force_reloc() 1991 return obj_mach_o_in_different_subsection (targ, subsec); in obj_mach_o_force_reloc()
|
/toolchain/binutils/binutils-2.25/cpu/ |
D | frv.cpu | 3642 (define-pmacro (scan-semantics arg1 arg2 targ) 3646 (set targ (c-call WI "@cpu@_scan_result" (xor tmp1 tmp2)))) 3849 (define-pmacro (multiply-cc-semantics signop arg1 arg2 targ icc) 3855 (set targ tmp) 4394 (define-pmacro (ne-load-semantics base dispix targ idisp size is_float action) 4398 (index-of base) dispix (index-of targ) 7047 name op ope conv mode src targ attr comment) 7051 (.str name "$pack $" src ",$" targ) 7052 (+ pack targ op (rs-null) ope src) 7053 (set targ (conv mode FPCONV-DEFAULT src)) [all …]
|