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.
66 #include "bfd.h"
72 static bool MY (write_object_contents) (bfd *);
78 static void MY (swap_ext_reloc_out) (bfd *, arelent *, struct reloc_ext_external *);
81 static void MY (swap_ext_reloc_in) (bfd *, struct reloc_ext_external *,
85 static bool MY (set_sizes) (bfd *);
92 #define SET_ARCH_MACH(BFD, EXECP) \
93 bfd_set_arch_mach (BFD, bfd_arch_cris, N_MACHTYPE (EXECP))
114 MY (write_object_contents) (bfd *abfd)
142 MY (swap_ext_reloc_out) (bfd *abfd,
216 MY (swap_ext_reloc_in) (bfd *abfd,
273 MY (set_sizes) (bfd *abfd)