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

/haiku-fatelf/src/bin/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 Dobjfiles.c242 if (bfd_get_file_flags (objfile->obfd) & EXEC_P)
H A Dsolib-svr4.c1096 && (bfd_get_file_flags (exec_bfd) & DYNAMIC) != 0
H A Ddbxread.c545 symfile_relocatable = bfd_get_file_flags (sym_bfd) & HAS_RELOC;
1011 || (bfd_get_file_flags (abfd) & DYNAMIC) == 0
H A Ddwarf2read.c3167 if (low == 0 && (bfd_get_file_flags (obfd) & HAS_RELOC) == 0)
5429 || (bfd_get_file_flags (abfd) & HAS_RELOC)))
/haiku-fatelf/src/bin/gdb/bfd/
H A Darchive.c1226 && (bfd_get_file_flags (abfd) & BFD_TRADITIONAL_FORMAT) != 0)
1503 if ((bfd_get_file_flags (abfd) & BFD_TRADITIONAL_FORMAT) != 0)
1666 && ((bfd_get_file_flags (current) & HAS_SYMS))
1819 && (bfd_get_file_flags (current) & HAS_SYMS) != 0)
H A Daoutf1.h272 N_SET_DYNAMIC (*execp, (long)(bfd_get_file_flags (abfd) & DYNAMIC));
H A Dbfd-in.h513 #define bfd_get_file_flags(abfd) ((abfd)->flags)
507 #define bfd_get_file_flags macro
H A Dbfd.c758 bfd_get_file_flags (abfd) = flags;
H A Dbfd-in2.h520 #define bfd_get_file_flags(abfd) ((abfd)->flags)
514 #define bfd_get_file_flags macro
H A Dcofflink.c1301 if ((bfd_get_file_flags (input_bfd) & HAS_SYMS) == 0)
H A DpeXXigen.c1003 || (bfd_get_file_flags (abfd) & WP_TEXT))
/haiku-fatelf/src/bin/gdb/bfd/config-x86/
H A Dbfd-in3.h520 #define bfd_get_file_flags(abfd) ((abfd)->flags)
514 #define bfd_get_file_flags macro
H A Dbfd.h520 #define bfd_get_file_flags(abfd) ((abfd)->flags)
514 #define bfd_get_file_flags macro
/haiku-fatelf/src/bin/gdb/bfd/config-x86_64/
H A Dbfd-in3.h518 #define bfd_get_file_flags(abfd) ((abfd)->flags)
512 #define bfd_get_file_flags macro
H A Dbfd.h518 #define bfd_get_file_flags(abfd) ((abfd)->flags)
512 #define bfd_get_file_flags macro

Completed in 362 milliseconds