Lines Matching full:bfd
1 /* IBM RS/6000 "XCOFF" back-end for BFD.
6 This file is part of BFD, the Binary File Descriptor library.
24 #include "bfd.h"
26 const bfd_target *xcoff64_core_p (bfd *);
27 bfd_boolean xcoff64_core_file_matches_executable_p (bfd *, bfd *);
28 char *xcoff64_core_file_failing_command (bfd *);
29 int xcoff64_core_file_failing_signal (bfd *);
52 xcoff64_core_p (bfd *abfd)
243 xcoff64_core_file_matches_executable_p (bfd *core_bfd, bfd *exec_bfd)
307 xcoff64_core_file_failing_command (bfd *abfd)
319 xcoff64_core_file_failing_signal (bfd *abfd)
333 xcoff64_core_p (bfd *abfd ATTRIBUTE_UNUSED)
340 xcoff64_core_file_matches_executable_p (bfd *core_bfd, bfd *exec_bfd)
346 xcoff64_core_file_failing_command (bfd *abfd ATTRIBUTE_UNUSED)
352 xcoff64_core_file_failing_signal (bfd *abfd ATTRIBUTE_UNUSED)