Home
last modified time | relevance | path

Searched refs:bfd_name (Results 1 – 24 of 24) sorted by relevance

/toolchain/binutils/binutils-2.25/gold/
Dtarget-select.cc58 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 …]
Dfreebsd.h40 const char* bfd_name, in Target_selector_freebsd() argument
44 bfd_name_(bfd_name), freebsd_bfd_name_(freebsd_bfd_name) in Target_selector_freebsd()
Dparameters.cc330 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()
Dtarget-select.h72 const char* bfd_name, const char* emulation);
135 bfd_name() const in bfd_name() function
Dnacl.h98 const char* bfd_name, const char* emulation) in Target_selector_nacl() argument
100 bfd_name_(bfd_name), emulation_(emulation) in Target_selector_nacl()
DChangeLog16550 (Target_selector::Target_selector): Add bfd_name parameter.
16556 (Target_selector::bfd_name): New function.
/toolchain/binutils/binutils-2.25/gas/
Demul.h29 const char *(* bfd_name) (void); member
/toolchain/binutils/binutils-2.25/bfd/
Dmach-o.h711 const char *bfd_name; member
Dmach-o.c330 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()
DChangeLog-94954069 * 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/
Dobj-macho.c188 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/
Dip2k-desc.c861 if (strcmp (name, table->bfd_name) == 0) in lookup_mach_via_bfd_name()
Dlm32-desc.c848 if (strcmp (name, table->bfd_name) == 0) in lookup_mach_via_bfd_name()
Dxstormy16-desc.c1163 if (strcmp (name, table->bfd_name) == 0) in lookup_mach_via_bfd_name()
Dmt-desc.c992 if (strcmp (name, table->bfd_name) == 0) in lookup_mach_via_bfd_name()
Dm32r-desc.c1211 if (strcmp (name, table->bfd_name) == 0) in lookup_mach_via_bfd_name()
Dfr30-desc.c1432 if (strcmp (name, table->bfd_name) == 0) in lookup_mach_via_bfd_name()
Depiphany-desc.c1955 if (strcmp (name, table->bfd_name) == 0) in lookup_mach_via_bfd_name()
Dxc16x-desc.c3195 if (strcmp (name, table->bfd_name) == 0) in lookup_mach_via_bfd_name()
Diq2000-desc.c1866 if (strcmp (name, table->bfd_name) == 0) in lookup_mach_via_bfd_name()
Dor1k-desc.c1794 if (strcmp (name, table->bfd_name) == 0) in lookup_mach_via_bfd_name()
Dfrv-desc.c6172 if (strcmp (name, table->bfd_name) == 0) in lookup_mach_via_bfd_name()
Dmep-desc.c6072 if (strcmp (name, table->bfd_name) == 0) in lookup_mach_via_bfd_name()
/toolchain/binutils/binutils-2.25/include/opcode/
Dcgen.h216 const char *bfd_name; member