Searched refs:bfd_get_format (Results 1 - 17 of 17) sorted by relevance

/freebsd-11-stable/contrib/binutils/bfd/
H A Daout-target.h178 && bfd_get_format(abfd) == bfd_object && abfd->my_archive == NULL)
H A Delf.c1674 && bfd_get_format (abfd) == bfd_object)
1683 && bfd_get_format (abfd) == bfd_object)
1694 && bfd_get_format (abfd) == bfd_object)
1730 && bfd_get_format (abfd) == bfd_object)
1753 || bfd_get_format (abfd) != bfd_object)
4544 || (p->p_type == PT_NOTE && bfd_get_format (abfd) == bfd_core))
4601 if (p->p_type == PT_NOTE && bfd_get_format (abfd) == bfd_core)
4673 if (p->p_type == PT_LOAD && bfd_get_format (abfd) != bfd_core)
4805 && (p->p_type != PT_NOTE || bfd_get_format (abfd) != bfd_core))
4896 && bfd_get_format (abf
[all...]
H A Dbfd-in.h540 #define bfd_get_format(abfd) ((abfd)->format)
534 #define bfd_get_format macro
H A Decoff.c2188 || bfd_get_format (abfd) != bfd_object)
2204 || bfd_get_format (abfd) != bfd_object)
2227 || bfd_get_format (abfd) != bfd_object)
3876 switch (bfd_get_format (abfd))
H A Daoutx.h1213 if (bfd_get_format (abfd) == bfd_object)
2436 if (bfd_get_format (abfd) != bfd_object)
2830 if (bfd_get_format (abfd) != bfd_object
3409 switch (bfd_get_format (abfd))
5200 BFD_ASSERT (bfd_get_format (input_bfd) == bfd_object);
H A Dbout.c923 if (bfd_get_format (abfd) != bfd_object)
H A Darchive.c575 if ((bfd_get_format (archive) != bfd_archive) ||
H A Dcoffgen.c1727 if (bfd_get_format (abfd) != bfd_object)
H A Dcofflink.c163 switch (bfd_get_format (abfd))
H A Dlinker.c809 switch (bfd_get_format (abfd))
H A Dbfd-in2.h547 #define bfd_get_format(abfd) ((abfd)->format)
541 #define bfd_get_format macro
H A Dxcofflink.c2160 switch (bfd_get_format (abfd))
H A Delflink.c5043 switch (bfd_get_format (abfd))
/freebsd-11-stable/contrib/binutils/binutils/
H A Dobjcopy.c1335 if (!bfd_set_format (obfd, bfd_get_format (ibfd)))
1359 if (bfd_get_format (obfd) != bfd_core)
1393 if (!bfd_set_format (obfd, bfd_get_format (ibfd)))
1833 if (!bfd_set_format (obfd, bfd_get_format (ibfd)))
2350 if (bfd_get_format (obfd) == bfd_core)
/freebsd-11-stable/contrib/binutils/ld/
H A Dpe-dll.c2861 return (bfd_get_format (abfd) == bfd_object
H A Dldlang.c2482 switch (bfd_get_format (entry->the_bfd))
/freebsd-11-stable/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h553 #define bfd_get_format(abfd) ((abfd)->format)
547 #define bfd_get_format macro

Completed in 286 milliseconds