Searched refs:bfd_get_target (Results 1 - 25 of 106) sorted by relevance

12345

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Di386bsd-tdep.c97 if (strcmp (bfd_get_target (abfd), "a.out-i386-netbsd") == 0)
100 if (strcmp (bfd_get_target (abfd), "a.out-i386-freebsd") == 0)
109 if (strcmp (bfd_get_target (abfd), "netbsd-core") == 0)
H A Di386-dicos-tdep.c56 char *target_name = bfd_get_target (abfd);
H A Damd64-dicos-tdep.c59 char *target_name = bfd_get_target (abfd);
H A Dm68kbsd-tdep.c245 if (strcmp (bfd_get_target (abfd), "a.out-m68k-netbsd") == 0
246 || strcmp (bfd_get_target (abfd), "a.out-m68k4k-netbsd") == 0)
255 if (strcmp (bfd_get_target (abfd), "netbsd-core") == 0)
H A Dhppaobsd-tdep.c143 if (strcmp (bfd_get_target (abfd), "netbsd-core") == 0)
H A Darmnbsd-tdep.c104 if (strcmp (bfd_get_target (abfd), "a.out-arm-netbsd") == 0)
H A Darmobsd-tdep.c127 if (strcmp (bfd_get_target (abfd), "netbsd-core") == 0)
H A Dshnbsd-tdep.c225 if (strcmp (bfd_get_target (abfd), "netbsd-core") == 0)
H A Darm-wince-tdep.c151 const char *target_name = bfd_get_target (abfd);
H A Dvaxobsd-tdep.c164 if (strcmp (bfd_get_target (abfd), "a.out-vax-netbsd") == 0)
H A Dsparcnbsd-tdep.c328 if (strcmp (bfd_get_target (abfd), "a.out-sparc-netbsd") == 0)
350 if (strcmp (bfd_get_target (abfd), "netbsd-core") == 0)
H A Di386-cygwin-tdep.c266 char *target_name = bfd_get_target (abfd);
H A Dalphanbsd-tdep.c320 if (strcmp (bfd_get_target (abfd), "netbsd-core") == 0)
H A Dppcobsd-tdep.c282 if (strcmp (bfd_get_target (abfd), "netbsd-core") == 0)
H A Dcoff-pe-read.c214 char const *target = bfd_get_target (objfile->obfd);
H A Dmaint.c373 printf_filtered (_("file type %s.\n"), bfd_get_target (exec_bfd));
405 printf_filtered (_("file type %s.\n"), bfd_get_target (core_bfd));
H A Ddbxread.c555 ((0 == strncmp (bfd_get_target (sym_bfd), "elf", 3))
556 || (0 == strncmp (bfd_get_target (sym_bfd), "som", 3))
557 || (0 == strncmp (bfd_get_target (sym_bfd), "coff", 4))
558 || (0 == strncmp (bfd_get_target (sym_bfd), "pe", 2))
559 || (0 == strncmp (bfd_get_target (sym_bfd), "epoc-pe", 7))
560 || (0 == strncmp (bfd_get_target (sym_bfd), "nlm", 3)));
H A Dgcore.c202 return bfd_get_target (exec_bfd);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/ld/
H A Dldctor.c100 && strcmp (bfd_get_target (section->owner),
101 bfd_get_target (p->elements->section->owner)) != 0)
282 bfd_get_target (link_info.output_bfd),
296 bfd_get_target (p->elements->section->owner),
H A Dpe-dll.c2843 pe_dll_id_target (bfd_get_target (output_bfd));
3188 pe_dll_id_target (bfd_get_target (abfd));
3203 pe_dll_id_target (bfd_get_target (abfd));
3212 pe_dll_id_target (bfd_get_target (abfd));
3244 pe_dll_id_target (bfd_get_target (abfd));
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/rx/
H A Dload.c139 if (strcmp (bfd_get_target (prog), "srec") == 0
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/m32c/
H A Dload.c110 if (strcmp (bfd_get_target (prog), "srec") == 0)
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Dobjcopy.c1442 bfd_get_archive_filename (ibfd), bfd_get_target (ibfd),
1443 bfd_get_filename (obfd), bfd_get_target (obfd));
2078 output_bfd = bfd_openw (output_name, bfd_get_target (this_element));
2231 /* bfd_get_target does not return the correct value until
2235 output_target = bfd_get_target (ibfd);
2258 /* bfd_get_target does not return the correct value until
2261 output_target = bfd_get_target (ibfd);
2909 bfd_get_target (obfd));
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Darchures.c753 || strcmp (bfd_get_target (ubfd), "binary") == 0)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Darchures.c763 || strcmp (bfd_get_target (ubfd), "binary") == 0)

Completed in 375 milliseconds

12345