Lines Matching refs:BFD
0 /* BFD back-end for ns32k a.out-ish binaries.
5 This file is part of BFD, the Binary File Descriptor library.
23 #include "bfd.h"
33 reloc_howto_type * MYNS (bfd_reloc_type_lookup) (bfd *, bfd_reloc_code_real_type);
34 reloc_howto_type * MYNS (bfd_reloc_name_lookup) (bfd *, const char *);
35 bool MYNS (write_object_contents) (bfd *);
137 #define CTOR_TABLE_RELOC_HOWTO(BFD) (MY (howto_table) + 14)
145 MY (reloc_howto) (bfd *abfd ATTRIBUTE_UNUSED,
168 #define MY_reloc_howto(BFD, REL, IN, EX, PC) \
169 MY (reloc_howto) (BFD, REL, &IN, &EX, &PC)
172 MY (put_reloc) (bfd *abfd,
198 #define MY_put_reloc(BFD, EXT, IDX, VAL, HOWTO, RELOC) \
199 MY (put_reloc) (BFD, EXT, IDX, VAL, HOWTO, RELOC)
206 static void MY_swap_std_reloc_in (bfd *, struct reloc_std_external *, arelent *, asymbol **, bfd_size_type);
207 static void MY_swap_std_reloc_out (bfd *, arelent *, struct reloc_std_external *);
212 MY (bfd_reloc_type_lookup) (bfd *abfd, bfd_reloc_code_real_type code)
255 MY (bfd_reloc_name_lookup) (bfd *abfd ATTRIBUTE_UNUSED,
271 MY_swap_std_reloc_in (bfd *abfd,
291 MY_swap_std_reloc_out (bfd *abfd,
341 bfd *input_bfd,