Searched refs:bfd_get_target (Results 1 – 25 of 25) sorted by relevance
/toolchain/binutils/binutils-2.25/ld/ |
D | ldctor.c | 98 && strcmp (bfd_get_target (section->owner), in ldctor_add_set_entry() 99 bfd_get_target (p->elements->section->owner)) != 0) in ldctor_add_set_entry() 280 bfd_get_target (link_info.output_bfd), in ldctor_build_sets() 294 bfd_get_target (p->elements->section->owner), in ldctor_build_sets()
|
D | pe-dll.c | 3003 pe_dll_id_target (bfd_get_target (output_bfd)); in pe_process_import_defs() 3368 pe_dll_id_target (bfd_get_target (abfd)); in pe_dll_build_sections() 3383 pe_dll_id_target (bfd_get_target (abfd)); in pe_exe_build_sections() 3392 pe_dll_id_target (bfd_get_target (abfd)); in pe_dll_fill_sections() 3424 pe_dll_id_target (bfd_get_target (abfd)); in pe_exe_fill_sections()
|
D | ldlang.c | 3059 target = bfd_get_target (s->the_bfd); in get_first_input_target() 5851 bfd_get_target (input_bfd), input_bfd, in lang_check() 5852 bfd_get_target (link_info.output_bfd), link_info.output_bfd); in lang_check()
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
D | scoreelf.em | 47 if (strstr (bfd_get_target (link_info.output_bfd), "score") == NULL)
|
D | armcoff.em | 137 if (strstr (bfd_get_target (link_info.output_bfd), "arm") == NULL)
|
D | nds32elf.em | 52 if (strstr (bfd_get_target (link_info.output_bfd), "nds32") == NULL)
|
D | aarch64elf.em | 294 if (strstr (bfd_get_target (link_info.output_bfd), "aarch64") == NULL)
|
D | sunos.em | 409 abfd = bfd_openr (lname, bfd_get_target (link_info.output_bfd)); 559 abfd = bfd_openr (alc, bfd_get_target (link_info.output_bfd));
|
D | armelf.em | 458 if (strstr (bfd_get_target (link_info.output_bfd), "arm") == NULL)
|
D | aix.em | 694 if (strstr (bfd_get_target (link_info.output_bfd), "xcoff") != NULL)
|
D | pe.em | 1538 if (strstr (bfd_get_target (link_info.output_bfd), "arm") == NULL)
|
D | elf32.em | 319 abfd = bfd_openr (name, bfd_get_target (link_info.output_bfd));
|
/toolchain/binutils/binutils-2.25/binutils/ |
D | objcopy.c | 1628 bfd_get_archive_filename (ibfd), bfd_get_target (ibfd), in copy_object() 1629 bfd_get_filename (obfd), bfd_get_target (obfd)); in copy_object() 2358 output_bfd = bfd_openw (output_name, bfd_get_target (this_element)); in copy_archive() 2514 output_target = bfd_get_target (ibfd); in copy_file() 2540 output_target = bfd_get_target (ibfd); in copy_file() 3233 bfd_get_target (obfd)); in write_debugging_info()
|
D | ar.c | 904 target = bfd_get_target (obj); in open_inarch() 1143 obfd = bfd_openw (new_name, bfd_get_target (iarch)); in write_archive()
|
D | nm.c | 1129 if (strstr (bfd_get_target (file), "64") != NULL in set_print_width() 1130 || strcmp (bfd_get_target (file), "mmo") == 0) in set_print_width()
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | archures.c | 858 || strcmp (bfd_get_target (ubfd), "binary") == 0) in bfd_arch_get_compatible()
|
D | bfd.c | 1125 name = bfd_get_target (abfd); in bfd_get_sign_extend_vma()
|
D | bfd-in.h | 487 #define bfd_get_target(abfd) ((abfd)->xvec->name) macro
|
D | linker.c | 2623 bfd_get_target (input_bfd), bfd_get_target (output_bfd)); in default_indirect_link_order()
|
D | elf32-m68hc1x.c | 1443 if (strcmp (bfd_get_target (abfd), "elf32-m68hc11") == 0) in _bfd_m68hc11_elf_print_private_bfd_data()
|
D | elfxx-tilegx.c | 4427 const char *targ1 = bfd_get_target (ibfd); in _bfd_tilegx_elf_merge_private_bfd_data() 4428 const char *targ2 = bfd_get_target (obfd); in _bfd_tilegx_elf_merge_private_bfd_data()
|
D | elf64-hppa.c | 326 if (strcmp (bfd_get_target (abfd), "elf64-hppa-linux") == 0) in elf64_hppa_object_p()
|
D | bfd-in2.h | 494 #define bfd_get_target(abfd) ((abfd)->xvec->name) macro
|
D | elfxx-mips.c | 15066 if (strcmp (bfd_get_target (ibfd), bfd_get_target (obfd)) != 0) in _bfd_mips_elf_merge_private_bfd_data()
|
D | elf.c | 6529 bfd_emul_set_maxpagesize (bfd_get_target (obfd), maxpagesize); in copy_private_bfd_data()
|