Home | History | Annotate | Download | only in bfd

Lines Matching full:bfd

1 /* Core file generic interface routines for BFD.
5 This file is part of BFD, the Binary File Descriptor library.
34 #include "bfd.h"
42 const char *bfd_core_file_failing_command (bfd *abfd);
51 bfd_core_file_failing_command (bfd *abfd)
66 int bfd_core_file_failing_signal (bfd *abfd);
70 generated the file the BFD @var{abfd} is attached to.
74 bfd_core_file_failing_signal (bfd *abfd)
89 int bfd_core_file_pid (bfd *abfd);
93 Returns the PID of the process the core dump the BFD
98 bfd_core_file_pid (bfd *abfd)
115 (bfd *core_bfd, bfd *exec_bfd);
124 core_file_matches_executable_p (bfd *core_bfd, bfd *exec_bfd)
142 (bfd *core_bfd, bfd *exec_bfd);
158 generic_core_file_matches_executable_p (bfd *core_bfd, bfd *exec_bfd)