Home | History | Annotate | Download | only in bfd

Lines Matching full:bfd

0 /* BFD backend for MIPS BSD (a.out) binaries.
5 This file is part of BFD, the Binary File Descriptor library.
44 #include "bfd.h"
51 static void MY(set_arch_mach) (bfd *, unsigned long);
52 static void MY(choose_reloc_size) (bfd *);
55 static bfd_boolean MY(write_object_contents) (bfd *);
74 (bfd *, arelent *, struct bfd_symbol *, void *, asection *,
75 bfd *, char **);
77 long MY(canonicalize_reloc) (bfd *, sec_ptr, arelent **, asymbol **);
80 MY(set_arch_mach) (bfd *abfd, unsigned long machtype)
109 MY (choose_reloc_size) (bfd *abfd)
128 MY (write_object_contents) (bfd *abfd)
193 mips_fix_jmp_addr (bfd *abfd ATTRIBUTE_UNUSED,
198 bfd *output_bfd,
204 if (output_bfd != (bfd *) NULL)
238 mips_fix_hi16_s (bfd *abfd ATTRIBUTE_UNUSED,
243 bfd *output_bfd,
249 if (output_bfd != (bfd *)NULL)
293 MY(reloc_type_lookup) (bfd *abfd, bfd_reloc_code_real_type code)
319 MY(reloc_name_lookup) (bfd *abfd ATTRIBUTE_UNUSED,
337 MY(canonicalize_reloc) (bfd *abfd,