/toolchain/binutils/binutils-2.25/ |
D | Makefile.def | 55 // different from host for target. 56 target="none-${host_vendor}-${host_os}"; }; 530 dependencies = { module=all-target-libstdc++-v3; on=configure-target-libgomp; }; 532 dependencies = { module=install-target-libgo; on=install-target-libatomic; }; 533 dependencies = { module=install-target-libgfortran; on=install-target-libquadmath; }; 534 dependencies = { module=install-target-libgfortran; on=install-target-libgcc; }; 535 dependencies = { module=install-target-libsanitizer; on=install-target-libstdc++-v3; }; 536 dependencies = { module=install-target-libsanitizer; on=install-target-libgcc; }; 537 dependencies = { module=install-target-libvtv; on=install-target-libstdc++-v3; }; 538 dependencies = { module=install-target-libvtv; on=install-target-libgcc; }; [all …]
|
D | Makefile.in | 48 target=@target@ 235 @if target-libstdc++-v3-bootstrap 249 @endif target-libstdc++-v3-bootstrap 267 TARGET_CONFIGARGS = @target_configargs@ --with-target-subdir="$(TARGET_SUBDIR)" 428 @if target-libstdc++-v3-bootstrap 431 @endif target-libstdc++-v3-bootstrap 438 @if target-libstdc++-v3-bootstrap 441 @endif target-libstdc++-v3-bootstrap 448 @if target-libstdc++-v3-bootstrap 451 @endif target-libstdc++-v3-bootstrap [all …]
|
D | Makefile.tpl | 51 target=@target@ 238 @if target-libstdc++-v3-bootstrap 252 @endif target-libstdc++-v3-bootstrap 270 TARGET_CONFIGARGS = @target_configargs@ --with-target-subdir="$(TARGET_SUBDIR)" 431 @if target-libstdc++-v3-bootstrap 434 @endif target-libstdc++-v3-bootstrap 537 @if target-[+module+] 539 @endif target-[+module+] 564 @if target-libstdc++-v3 580 @endif target-libstdc++-v3 [all …]
|
D | configure.ac | 66 # Find the build, host, and target systems. 72 dnl --target was used, even if it was the same as --host. Disable 112 ### To add a new directory to the tree, first choose whether it is a target 114 ### (library or tools, host or target), doing a dependency sort. 147 libgcj="target-libffi \ 148 target-zlib \ 149 target-libjava" 151 # these libraries are built for the target environment, and are built after 153 # Note that libiberty is not a target library. 154 target_libraries="target-libgcc \ [all …]
|
D | ylwrap | 173 [\\/]* | ?:[\\/]*) target=$to;; 174 *) target=../$to;; 183 realtarget=$target 184 target=tmp-`printf '%s\n' "$target" | sed 's|.*[\\/]||g'` 195 "$from" >"$target" || ret=$? 199 if test -f "$realtarget" && cmp -s "$realtarget" "$target"; then 201 rm -f "$target" 204 mv -f "$target" "$realtarget"
|
/toolchain/binutils/binutils-2.25/gold/ |
D | parameters.cc | 115 Parameters::set_target(Target* target) in set_target() argument 117 this->set_parameters_target_once_->run_once(static_cast<void*>(target)); in set_target() 118 gold_assert(target == this->target_); in set_target() 124 Parameters::set_target_once(Target* target) in set_target_once() argument 127 this->target_ = target; in set_target_once() 128 target->select_as_default_target(); in set_target_once() 150 Parameters::is_compatible_target(const Target* target) const in is_compatible_target() 154 return target == this->target_; in is_compatible_target() 160 if (this->target().get_size() == 32) in size_and_endianness() 162 if (!this->target().is_big_endian()) in size_and_endianness() [all …]
|
D | i386.cc | 558 local(Symbol_table* symtab, Layout* layout, Target_i386* target, 567 global(Symbol_table* symtab, Layout* layout, Target_i386* target, 576 Target_i386* target, 586 Target_i386* target, 647 relocate_tls(const Relocate_info<32, false>*, Target_i386* target, 1764 Target_i386* target, in local() argument 1781 target->make_local_ifunc_plt_entry(symtab, layout, object, r_sym); in local() 1800 Reloc_section* rel_dyn = target->rel_dyn_section(layout); in local() 1817 Reloc_section* rel_dyn = target->rel_dyn_section(layout); in local() 1853 target->got_section(symtab, layout); in local() [all …]
|
D | target-select.cc | 89 Target_selector::do_target_bfd_name(const Target* target) in do_target_bfd_name() argument 91 if (!this->is_our_target(target)) in do_target_bfd_name() 194 Target* target = select_target_by_bfd_name(bfd_name); in print_output_format() local 195 if (target != NULL) in print_output_format() 205 const Target* target = ¶meters->target(); in print_output_format() local 208 const char* bfd_name = p->target_bfd_name(target); in print_output_format()
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/d30v/ |
D | warn_oddreg.l | 2 .*:5: Warning: Odd numbered register used as target of multi-register instruction 3 .*:6: Warning: Odd numbered register used as target of multi-register instruction 4 .*:7: Warning: Odd numbered register used as target of multi-register instruction 5 .*:8: Warning: Odd numbered register used as target of multi-register instruction 6 .*:9: Warning: Odd numbered register used as target of multi-register instruction 7 .*:10: Warning: Odd numbered register used as target of multi-register instruction 8 .*:11: Warning: Odd numbered register used as target of multi-register instruction 9 .*:12: Warning: Odd numbered register used as target of multi-register instruction 13 1 # GAS should print a warning when an odd register is used as a target 18 .* Warning: Odd numbered register used as target of multi-register instruction [all …]
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | PORTING | 5 The 'target' is the system a tool runs *for*, i.e. 6 a tool can read/write the binaries of the target. 14 Porting to a new target 16 Pick a name for your target. Call that <target>. 18 You need to create <target>.c and config/<target>.mt, 22 table in bfd/configure.ac which associates each target vector with 25 config/<target>.mt is a Makefile fragment. 27 DEFAULT_VECTOR=<target>_vec 36 The file <target>.c is the hard part. It implements the 37 bfd_target <target>_vec, which includes pointers to [all …]
|
D | targets.c | 1518 const bfd_target * const *target; in find_target() local 1521 for (target = &bfd_target_vector[0]; *target != NULL; target++) in find_target() 1522 if (strcmp (name, (*target)->name) == 0) in find_target() 1523 return *target; in find_target() 1558 const bfd_target *target; in bfd_set_default_target() local 1564 target = find_target (name); in bfd_set_default_target() 1565 if (target == NULL) in bfd_set_default_target() 1568 bfd_default_vector[0] = target; in bfd_set_default_target() 1596 const bfd_target *target; in bfd_find_target() local 1607 target = bfd_default_vector[0]; in bfd_find_target() [all …]
|
D | bfd.c | 1726 const bfd_target *target; in bfd_emul_get_maxpagesize() local 1728 target = bfd_find_target (emul, NULL); in bfd_emul_get_maxpagesize() 1729 if (target != NULL in bfd_emul_get_maxpagesize() 1730 && target->flavour == bfd_target_elf_flavour) in bfd_emul_get_maxpagesize() 1731 return xvec_get_elf_backend_data (target)->maxpagesize; in bfd_emul_get_maxpagesize() 1737 bfd_elf_set_pagesize (const bfd_target *target, bfd_vma size, in bfd_elf_set_pagesize() argument 1740 if (target->flavour == bfd_target_elf_flavour) in bfd_elf_set_pagesize() 1744 bed = xvec_get_elf_backend_data (target); in bfd_elf_set_pagesize() 1748 if (target->alternative_target in bfd_elf_set_pagesize() 1749 && target->alternative_target != orig_target) in bfd_elf_set_pagesize() [all …]
|
D | format.c | 206 const bfd_target * const *target; in bfd_check_format_matches() local 278 for (target = bfd_target_vector; *target != NULL; target++) in bfd_check_format_matches() 283 if (*target == &binary_vec in bfd_check_format_matches() 284 || (!abfd->target_defaulted && *target == save_targ) in bfd_check_format_matches() 285 || (*target)->match_priority > best_match) in bfd_check_format_matches() 294 abfd->xvec = *target; in bfd_check_format_matches() 342 ar_right_targ = *target; in bfd_check_format_matches() 344 matching_vector[ar_match_index] = *target; in bfd_check_format_matches()
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-aarch64/ |
D | emit-relocs-279.d | 2 #ld: -T relocs.ld --defsym target=0xc000 --defsym target2=0x12340 -e0 --emit-relocs 9 +10010: 363dff84 tbz w4, #7, c000 <target> 10 +10010: R_AARCH64_TSTBR14 target 11 +10014: b745ffe7 tbnz x7, #40, c010 <target\+0x10> 12 +10014: R_AARCH64_TSTBR14 target\+0x10 15 +1001c: b7c118d1 tbnz x17, #56, 12334 <target.* 16 +1001c: R_AARCH64_TSTBR14 target.*
|
D | emit-relocs-283.d | 2 #ld: -T relocs.ld --defsym target=0xc000 -e0 --emit-relocs 9 +10010: 97ffeffc bl c000 <target> 10 +10010: R_AARCH64_CALL26 target 11 +10014: 97ffefff bl c010 <target\+0x10> 12 +10014: R_AARCH64_CALL26 target\+0x10
|
D | emit-relocs-282.d | 2 #ld: -T relocs.ld --defsym target=0xc000 -e0 --emit-relocs 9 +10010: 17ffeffc b c000 <target> 10 +10010: R_AARCH64_JUMP26 target 11 +10014: 17ffefff b c010 <target\+0x10> 12 +10014: R_AARCH64_JUMP26 target\+0x10
|
D | emit-relocs-280.d | 2 #ld: -T relocs.ld --defsym target=0xc000 -e0 --emit-relocs 9 +10010: 54fdff80 b.eq c000 <target> 10 +10010: R_AARCH64_CONDBR19 target 11 +10014: 54fdffe0 b.eq c010 <target\+0x10> 12 +10014: R_AARCH64_CONDBR19 target\+0x10
|
D | emit-relocs-279-bad.d | 2 #ld: -T relocs.ld --defsym target=0xc000 --defsym target2=0x45678 -e0 --emit-relocs 10 +10010: 17ffeffc b c000 <target> 11 +10010: R_AARCH64_TSTBR14 target 12 +10014: 17ffefff b c010 <target\+0x10> 13 +10014: R_AARCH64_TSTBR14 target\+0x10
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mach-o/ |
D | err-syms-6.s | 1 # { dg-do assemble { target x86_64-*-darwin* } } 15 # { dg-error "unknown or invalid section type .symbol_stubs." "" { target x86_64-*-darwin* } 3 } 16 # { dg-error "an .indirect_symbol must be in a symbol pointer or stub section" "" { target x86_64-*… 17 # { dg-error "unknown or invalid section type .lazy_symbol_pointers." "" { target x86_64-*-darwin* … 18 # { dg-error "an .indirect_symbol must be in a symbol pointer or stub section" "" { target x86_64-*… 19 # { dg-error "unknown or invalid section type .non_lazy_symbol_pointers." "" { target x86_64-*-darw… 20 # { dg-error "an .indirect_symbol must be in a symbol pointer or stub section" "" { target x86_64-*…
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | binemul.c | 42 ar_emul_append (bfd **after_bfd, char *file_name, const char *target, in ar_emul_append() argument 46 return bin_dummy_emulation.ar_append (after_bfd, file_name, target, in ar_emul_append() 97 const char *target, bfd_boolean verbose, in ar_emul_default_append() argument 102 new_bfd = bfd_openr (file_name, target); in ar_emul_default_append() 108 ar_emul_replace (bfd **after_bfd, char *file_name, const char *target, in ar_emul_replace() argument 113 target, verbose); in ar_emul_replace() 120 const char *target, bfd_boolean verbose) in ar_emul_default_replace() argument 124 new_bfd = bfd_openr (file_name, target); in ar_emul_default_replace()
|
/toolchain/binutils/binutils-2.25/ld/testsuite/config/ |
D | default.exp | 165 proc ld_start { ld target } { argument 173 proc ld_relocate { ld target objects } { 174 default_ld_relocate $ld $target $objects 181 proc ld_link { ld target objects } { 182 default_ld_link $ld $target $objects 189 proc ld_simple_link { ld target objects } { 190 default_ld_simple_link $ld $target $objects 229 proc ld_exec { target output } { 230 default_ld_exec $target $output
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/ |
D | emit-relocs1-vxworks.d | 2 #ld: -Ttext 0x10000 --defsym target=0xc000 -e0 --emit-relocs 9 +10010: eaffeffa b c000 <target> 10 +10010: R_ARM_PC24 target-0x8 11 +10014: eaffeffd b c010 <target\+0x10> 12 +10014: R_ARM_PC24 target\+0x8
|
D | emit-relocs1.d | 2 #ld: -Ttext 0x10000 --defsym target=0xc000 -e0 --emit-relocs 9 +10010: eaffeffa b c000 <target> 10 +10010: R_ARM_(JUMP|PC)24 target 11 +10014: eaffeffd b c010 <target\+0x10> 12 +10014: R_ARM_(JUMP|PC)24 target
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/m32r/ |
D | interfere.s | 3 ; { dg-do assemble { target m32r-*-* } } 8 ; { dg-warning "same" "out->in" { target *-*-* } { 7 } } 10 ; { dg-warning "same" "out->in" { target *-*-* } { 9 } } 12 ; { dg-warning "same" "out->in" { target *-*-* } { 11 } } 14 ; { dg-warning "same" "out->in" { target *-*-* } { 13 } }
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | score-dis.c | 705 int target; in print_insn_score32() local 709 target = (pc & 0xfe000000) | (given & 0x01fffffe); in print_insn_score32() 710 (*info->print_address_func) (target, info); in print_insn_score32() 718 int target = (pc + SEXT20 (disp)); in print_insn_score32() local 720 (*info->print_address_func) (target, info); in print_insn_score32() 731 int target = (pc + SEXT10 (disp)); in print_insn_score32() local 732 (*info->print_address_func) (target, info); in print_insn_score32() 743 int target = (pc + SEXT10 (disp)); in print_insn_score32() local 745 (*info->print_address_func) (target, info); in print_insn_score32() 905 int target; in print_insn_score16() local [all …]
|