Home
last modified time | relevance | path

Searched refs:bfd_applicable_file_flags (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/usr.bin/binutils/bfd/
H A Dbfd.c677 if ((flags & bfd_applicable_file_flags (abfd)) != flags) in bfd_set_file_flags()
H A Dbfd-in.h487 #define bfd_applicable_file_flags(abfd) ((abfd)->xvec->object_flags) macro
H A Dbfd-in2.h494 #define bfd_applicable_file_flags(abfd) ((abfd)->xvec->object_flags) macro
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dbfd.c764 if ((flags & bfd_applicable_file_flags (abfd)) != flags) in bfd_set_file_flags()
H A Dbfd-in.h518 #define bfd_applicable_file_flags(abfd) ((abfd)->xvec->object_flags) macro
H A Dbfd-in2.h525 #define bfd_applicable_file_flags(abfd) ((abfd)->xvec->object_flags) macro
/openbsd/gnu/usr.bin/binutils/binutils/
H A Dobjcopy.c1136 flags &= bfd_applicable_file_flags (obfd); in copy_object()
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Dobjcopy.c1276 flags &= bfd_applicable_file_flags (obfd); in copy_object()