Home | History | Annotate | Download | only in bfd

Lines Matching refs:BFD

0 /* BFD back-end for raw ARM a.out binaries.
5 This file is part of BFD, the Binary File Descriptor library.
22 #include "bfd.h"
60 MY (fix_pcrel_26) (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **);
62 MY (fix_pcrel_26_done) (bfd *, arelent *, asymbol *, void *, asection *, bfd *, char **);
96 MY (reloc_howto) (bfd *abfd,
137 #define MY_reloc_howto(BFD, REL, IN, EX, PC) \
138 MY (reloc_howto) (BFD, REL, &IN, &EX, &PC)
141 MY (put_reloc) (bfd *abfd,
187 #define MY_put_reloc(BFD, EXT, IDX, VAL, HOWTO, RELOC) \
188 MY (put_reloc) (BFD, EXT, IDX, VAL, HOWTO, RELOC)
192 bfd *abfd,
219 #define MY_relocatable_reloc(HOW, BFD, REL, AMOUNT, ADDR) \
220 MY (relocatable_reloc) (HOW, BFD, REL, &(AMOUNT), ADDR)
223 MY (fix_pcrel_26_done) (bfd *abfd ATTRIBUTE_UNUSED,
228 bfd *output_bfd ATTRIBUTE_UNUSED,
236 MY (fix_pcrel_26) (bfd *abfd,
241 bfd *output_bfd,
293 MY (bfd_reloc_type_lookup) (bfd *abfd,
322 MY (bfd_reloc_name_lookup) (bfd *abfd ATTRIBUTE_UNUSED,
341 void MY_swap_std_reloc_in (bfd *, struct reloc_std_external *, arelent *, asymbol **, bfd_size_type);
342 void MY_swap_std_reloc_out (bfd *, arelent *, struct reloc_std_external *);
347 MY_swap_std_reloc_in (bfd *abfd,
366 MY_swap_std_reloc_out (bfd *abfd,