Home | History | Annotate | Download | only in bfd

Lines Matching refs:MY

65 #define MY(OP) CONCAT2 (cris_aout_,OP)
74 #define MY_write_object_contents MY (write_object_contents)
75 static bfd_boolean MY (write_object_contents) (bfd *);
80 #define MY_swap_ext_reloc_out MY (swap_ext_reloc_out)
81 static void MY (swap_ext_reloc_out) (bfd *, arelent *, struct reloc_ext_external *);
83 #define MY_swap_ext_reloc_in MY (swap_ext_reloc_in)
84 static void MY (swap_ext_reloc_in) (bfd *, struct reloc_ext_external *,
87 #define MY_set_sizes MY (set_sizes)
88 static bfd_boolean MY (set_sizes) (bfd *);
90 /* To set back reloc_size to ext, we make MY (set_sizes) be called
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)