/toolchain/binutils/binutils-2.25/gold/ |
D | target-select.cc | 58 const char* bfd_name, const char* emulation) in Target_selector() argument 60 bfd_name_(bfd_name), emulation_(emulation), instantiated_target_(NULL), in Target_selector() 93 const char* my_bfd_name = this->bfd_name(); in do_target_bfd_name() 129 const char* pname = p->bfd_name(); in select_target_by_bfd_name() 193 const char* bfd_name = parameters->options().oformat(); in print_output_format() local 194 Target* target = select_target_by_bfd_name(bfd_name); in print_output_format() 196 printf("%s\n", bfd_name); in print_output_format() 198 gold_error(_("unrecognized output format %s"), bfd_name); in print_output_format() 208 const char* bfd_name = p->target_bfd_name(target); in print_output_format() local 209 if (bfd_name != NULL) in print_output_format() [all …]
|
D | freebsd.h | 40 const char* bfd_name, in Target_selector_freebsd() argument 44 bfd_name_(bfd_name), freebsd_bfd_name_(freebsd_bfd_name) in Target_selector_freebsd()
|
D | parameters.cc | 330 const char* bfd_name = parameters->options().oformat(); in parameters_force_valid_target() local 331 Target* target = select_target_by_bfd_name(bfd_name); in parameters_force_valid_target() 338 gold_error(_("unrecognized output format %s"), bfd_name); in parameters_force_valid_target()
|
D | target-select.h | 72 const char* bfd_name, const char* emulation); 135 bfd_name() const in bfd_name() function
|
D | nacl.h | 98 const char* bfd_name, const char* emulation) in Target_selector_nacl() argument 100 bfd_name_(bfd_name), emulation_(emulation) in Target_selector_nacl()
|
D | ChangeLog | 16550 (Target_selector::Target_selector): Add bfd_name parameter. 16556 (Target_selector::bfd_name): New function.
|
/toolchain/binutils/binutils-2.25/gas/ |
D | emul.h | 29 const char *(* bfd_name) (void); member
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | mach-o.h | 711 const char *bfd_name; member
|
D | mach-o.c | 330 bfd_mach_o_section_data_for_bfd_name (bfd *abfd, const char *bfd_name, in bfd_mach_o_section_data_for_bfd_name() argument 338 if (bfd_name[0] != '.') in bfd_mach_o_section_data_for_bfd_name() 344 for (sec = seg->sections; sec->bfd_name; sec++) in bfd_mach_o_section_data_for_bfd_name() 345 if (strcmp (bfd_name, sec->bfd_name) == 0) in bfd_mach_o_section_data_for_bfd_name() 353 for (sec = seg->sections; sec->bfd_name; sec++) in bfd_mach_o_section_data_for_bfd_name() 354 if (strcmp (bfd_name, sec->bfd_name) == 0) in bfd_mach_o_section_data_for_bfd_name() 392 len = strlen (xlat->bfd_name); in bfd_mach_o_convert_section_name_to_bfd() 396 memcpy (res, xlat->bfd_name, len+1); in bfd_mach_o_convert_section_name_to_bfd()
|
D | ChangeLog-9495 | 4069 * config.bfd (i[345]86-*-gnu*): Set bfd_name to i386-gnu. 4286 * config.bfd (i[345]86-*-freebsd*): Use i386-bsd as bfd_name. 4479 * config.bfd (m68*-*-netbsd*): Use m68k-nbsd as bfd_name. 5882 * config.bfd (ns32k-*-netbsd*): Use ns32k-nbsd as bfd_name. 9276 * config.bfd (hppa*-*-osf*): Use bfd_name hppaosf for this
|
/toolchain/binutils/binutils-2.25/gas/config/ |
D | obj-macho.c | 188 name = xstrdup (xlat->bfd_name); in obj_mach_o_make_or_get_sect() 626 sec = subseg_force_new (xlat->bfd_name, 0); in obj_mach_o_segT_from_bfd_name()
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | ip2k-desc.c | 861 if (strcmp (name, table->bfd_name) == 0) in lookup_mach_via_bfd_name()
|
D | lm32-desc.c | 848 if (strcmp (name, table->bfd_name) == 0) in lookup_mach_via_bfd_name()
|
D | xstormy16-desc.c | 1163 if (strcmp (name, table->bfd_name) == 0) in lookup_mach_via_bfd_name()
|
D | mt-desc.c | 992 if (strcmp (name, table->bfd_name) == 0) in lookup_mach_via_bfd_name()
|
D | m32r-desc.c | 1211 if (strcmp (name, table->bfd_name) == 0) in lookup_mach_via_bfd_name()
|
D | fr30-desc.c | 1432 if (strcmp (name, table->bfd_name) == 0) in lookup_mach_via_bfd_name()
|
D | epiphany-desc.c | 1955 if (strcmp (name, table->bfd_name) == 0) in lookup_mach_via_bfd_name()
|
D | xc16x-desc.c | 3195 if (strcmp (name, table->bfd_name) == 0) in lookup_mach_via_bfd_name()
|
D | iq2000-desc.c | 1866 if (strcmp (name, table->bfd_name) == 0) in lookup_mach_via_bfd_name()
|
D | or1k-desc.c | 1794 if (strcmp (name, table->bfd_name) == 0) in lookup_mach_via_bfd_name()
|
D | frv-desc.c | 6172 if (strcmp (name, table->bfd_name) == 0) in lookup_mach_via_bfd_name()
|
D | mep-desc.c | 6072 if (strcmp (name, table->bfd_name) == 0) in lookup_mach_via_bfd_name()
|
/toolchain/binutils/binutils-2.25/include/opcode/ |
D | cgen.h | 216 const char *bfd_name; member
|