Searched refs:bfd_arch (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/config/ |
D | tc-sh.c | 3242 bfd_arch_info_type const *bfd_arch = &bfd_sh_arch; in md_parse_option() local 3245 for (; bfd_arch; bfd_arch=bfd_arch->next) in md_parse_option() 3247 int len = strlen(bfd_arch->printable_name); in md_parse_option() 3249 if (bfd_arch->mach == bfd_mach_sh5) in md_parse_option() 3252 if (strncasecmp (bfd_arch->printable_name, arg, len) != 0) in md_parse_option() 3257 sh_get_arch_from_bfd_mach (bfd_arch->mach); in md_parse_option() 3260 sh_get_arch_up_from_bfd_mach (bfd_arch->mach); in md_parse_option() 3343 bfd_arch_info_type const *bfd_arch = &bfd_sh_arch; in md_show_usage() local 3345 for (; bfd_arch; bfd_arch=bfd_arch->next) in md_show_usage() 3346 if (bfd_arch->mach != bfd_mach_sh5) in md_show_usage() [all …]
|
/toolchain/binutils/binutils-2.25/ld/ |
D | pe-dll.c | 186 int bfd_arch; member 1892 bfd_set_arch_mach (abfd, pe_details->bfd_arch, 0); in make_head() 1981 bfd_set_arch_mach (abfd, pe_details->bfd_arch, 0); in make_tail() 2133 bfd_set_arch_mach (abfd, pe_details->bfd_arch, 0); in make_one() 2313 bfd_set_arch_mach (abfd, pe_details->bfd_arch, 0); in make_singleton_name_imp() 2354 bfd_set_arch_mach (abfd, pe_details->bfd_arch, 0); in make_singleton_name_thunk() 2446 bfd_set_arch_mach (abfd, pe_details->bfd_arch, 0); in make_import_fixup_entry() 2503 bfd_set_arch_mach (abfd, pe_details->bfd_arch, 0); in make_runtime_pseudo_reloc() 2584 bfd_set_arch_mach (abfd, pe_details->bfd_arch, 0); in pe_create_runtime_relocator_reference()
|
/toolchain/binutils/binutils-2.25/gas/ |
D | ChangeLog-2004 | 1595 Make bfd_arch variable const. 1596 (md_show_usage): Make bfd_arch variable const.
|