Home | History | Annotate | Download | only in bfd

Lines Matching full:bfd

0 /* BFD back-end for AIX on PS/2 core files.
8 This file is part of BFD, the Binary File Descriptor library.
26 #include "bfd.h"
50 #define core_hdr(bfd) \
51 (((bfd->tdata.trad_core_data))->hdr)
52 #define core_section(bfd,n) \
53 (((bfd)->tdata.trad_core_data)->sections[n])
54 #define core_regsec(bfd) \
55 (((bfd)->tdata.trad_core_data)->reg_section)
56 #define core_reg2sec(bfd) \
57 (((bfd)->tdata.trad_core_data)->reg2_section)
59 /* These are stored in the bfd's tdata. */
69 aix386_core_file_p (bfd *abfd)
196 aix386_core_file_failing_command (bfd *abfd)
202 aix386_core_file_failing_signal (bfd *abfd)