Home | History | Annotate | Download | only in bfd

Lines Matching refs:BFD

0 /* BFD backend for CRIS a.out binaries.
6 This file is part of BFD, the Binary File Descriptor library.
69 #include "bfd.h"
75 static bfd_boolean MY (write_object_contents) (bfd *);
81 static void MY (swap_ext_reloc_out) (bfd *, arelent *, struct reloc_ext_external *);
84 static void MY (swap_ext_reloc_in) (bfd *, struct reloc_ext_external *,
88 static bfd_boolean MY (set_sizes) (bfd *);
96 #define SET_ARCH_MACH(BFD, EXEC) \
97 MY_set_arch_mach (BFD, DEFAULT_ARCH, N_MACHTYPE (EXEC))
118 MY (write_object_contents) (bfd *abfd)
146 MY (swap_ext_reloc_out) (bfd *abfd,
219 MY (swap_ext_reloc_in) (bfd *abfd,
272 MY (set_sizes) (bfd *abfd)