Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/binutils/bfd/
Dbfd-in.h547 #define bfd_applicable_file_flags(abfd) ((abfd)->xvec->object_flags) macro
Dbfd.c817 if ((flags & bfd_applicable_file_flags (abfd)) != flags) in bfd_set_file_flags()
Dbfd-in2.h554 #define bfd_applicable_file_flags(abfd) ((abfd)->xvec->object_flags) macro
/freebsd-12-stable/contrib/binutils/binutils/
Dobjcopy.c1364 flags &= bfd_applicable_file_flags (obfd); in copy_object()
/freebsd-12-stable/gnu/usr.bin/binutils/libbfd/
Dbfd.h560 #define bfd_applicable_file_flags(abfd) ((abfd)->xvec->object_flags) macro