Searched refs:bfd_get_file_flags (Results 1 - 23 of 23) sorted by relevance

/freebsd-11-stable/contrib/binutils/binutils/
H A Daddr2line.c106 if ((bfd_get_file_flags (abfd) & HAS_SYMS) == 0)
H A Dsrconv.c315 if (bfd_get_file_flags (abfd) & EXEC_P)
354 if (bfd_get_file_flags (abfd) & EXEC_P)
414 if (! bfd_get_file_flags(abfd) & EXEC_P)
468 if (bfd_get_file_flags (abfd) & EXEC_P)
1214 du.format = bfd_get_file_flags (abfd) & EXEC_P ? 0 : 1;
1519 sc.format = !(bfd_get_file_flags (abfd) & EXEC_P);
1526 if (bfd_get_file_flags (abfd) & EXEC_P)
H A Dobjdump.c418 if (!(bfd_get_file_flags (abfd) & HAS_SYMS))
447 if (!(bfd_get_file_flags (abfd) & DYNAMIC))
1441 && (bfd_get_file_flags (aux->abfd) & EXEC_P) == 0
1442 && (bfd_get_file_flags (aux->abfd) & DYNAMIC) == 0
H A Dnm.c989 if (!(bfd_get_file_flags (abfd) & HAS_SYMS))
H A Ddlltool.c1472 if (! (bfd_get_file_flags (abfd) & HAS_SYMS))
H A Dobjcopy.c1363 flags = bfd_get_file_flags (ibfd);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgcore.c355 && !(bfd_get_file_flags (abfd) & BFD_IN_MEMORY))
H A Dsolib-osf.c315 || ((bfd_get_file_flags (symfile_objfile->obfd) & DYNAMIC) == 0))
H A Dsolib-sunos.c698 && (bfd_get_file_flags (exec_bfd) & DYNAMIC) != 0
H A Dobjfiles.c242 if (bfd_get_file_flags (objfile->obfd) & EXEC_P)
H A Dsolib-svr4.c1233 && (bfd_get_file_flags (exec_bfd) & DYNAMIC) != 0
H A Ddbxread.c546 symfile_relocatable = bfd_get_file_flags (sym_bfd) & HAS_RELOC;
1012 || (bfd_get_file_flags (abfd) & DYNAMIC) == 0
H A Ddwarf2read.c2491 if (low == 0 && (bfd_get_file_flags (obfd) & HAS_RELOC) == 0)
4510 || (bfd_get_file_flags (abfd) & HAS_RELOC)))
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dtrace.c106 if (!(bfd_get_file_flags(abfd) & HAS_SYMS)) {
/freebsd-11-stable/contrib/binutils/bfd/
H A Darchive.c1257 && (bfd_get_file_flags (abfd) & BFD_TRADITIONAL_FORMAT) != 0)
1517 if ((bfd_get_file_flags (abfd) & BFD_TRADITIONAL_FORMAT) != 0)
1829 && (bfd_get_file_flags (current) & HAS_SYMS) != 0)
H A Daoutf1.h234 N_SET_DYNAMIC (*execp, (long)(bfd_get_file_flags (abfd) & DYNAMIC));
H A Dbfd-in.h552 #define bfd_get_file_flags(abfd) ((abfd)->flags)
546 #define bfd_get_file_flags macro
H A Dbfd.c819 bfd_get_file_flags (abfd) = flags;
H A Dcofflink.c1299 if ((bfd_get_file_flags (input_bfd) & HAS_SYMS) == 0)
H A DpeXXigen.c979 || (bfd_get_file_flags (abfd) & WP_TEXT))
H A Dbfd-in2.h559 #define bfd_get_file_flags(abfd) ((abfd)->flags)
553 #define bfd_get_file_flags macro
/freebsd-11-stable/gnu/usr.bin/binutils/libbfd/
H A Dbfd.h565 #define bfd_get_file_flags(abfd) ((abfd)->flags)
559 #define bfd_get_file_flags macro
/freebsd-11-stable/contrib/binutils/ld/
H A Dldlang.c5151 && (bfd_get_file_flags (input_bfd) & HAS_RELOC) != 0)

Completed in 351 milliseconds