Searched refs:BFD_TRADITIONAL_FORMAT (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/
H A Doutput-file.c50 stdoutput->flags |= BFD_TRADITIONAL_FORMAT;
/freebsd-11-stable/contrib/binutils/bfd/
H A Dbfd-in.h254 #define BFD_TRADITIONAL_FORMAT 0x400
253 #define BFD_TRADITIONAL_FORMAT macro
H A Dcofflink.c1381 if ((output_bfd->flags & BFD_TRADITIONAL_FORMAT) != 0)
1557 && (finfo->output_bfd->flags & BFD_TRADITIONAL_FORMAT) == 0
2534 if ((output_bfd->flags & BFD_TRADITIONAL_FORMAT) != 0)
H A Darchive.c1257 && (bfd_get_file_flags (abfd) & BFD_TRADITIONAL_FORMAT) != 0)
1517 if ((bfd_get_file_flags (abfd) & BFD_TRADITIONAL_FORMAT) != 0)
H A Dcoff64-rs6000.c541 if ((abfd->flags & BFD_TRADITIONAL_FORMAT) != 0)
H A Dbfd-in2.h261 #define BFD_TRADITIONAL_FORMAT 0x400
260 #define BFD_TRADITIONAL_FORMAT macro
H A Dcoff-rs6000.c3592 if ((abfd->flags & BFD_TRADITIONAL_FORMAT) != 0)
H A Daoutx.h1791 if BFD_TRADITIONAL_FORMAT is set. */
1809 /* Don't hash if BFD_TRADITIONAL_FORMAT is set, because SunOS dbx
1812 if ((abfd->flags & BFD_TRADITIONAL_FORMAT) != 0)
H A Dxcofflink.c3452 if ((output_bfd->flags & BFD_TRADITIONAL_FORMAT) != 0)
/freebsd-11-stable/contrib/binutils/binutils/
H A Dar.c957 obfd->flags |= BFD_TRADITIONAL_FORMAT;
/freebsd-11-stable/contrib/binutils/ld/
H A Dldlang.c2858 output_bfd->flags |= BFD_TRADITIONAL_FORMAT;
2860 output_bfd->flags &= ~BFD_TRADITIONAL_FORMAT;
/freebsd-11-stable/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h267 #define BFD_TRADITIONAL_FORMAT 0x400
266 #define BFD_TRADITIONAL_FORMAT macro

Completed in 318 milliseconds