Lines Matching defs:ecoff_backend_data
36 struct ecoff_backend_data struct
39 bfd_coff_backend_data coff;
41 enum bfd_architecture arch;
43 const char *armap_start;
46 bfd_vma round;
50 bfd_boolean rdata_in_text;
52 unsigned int constructor_bitsize;
54 reloc_howto_type *constructor_reloc;
56 struct ecoff_debug_swap debug_swap;
58 bfd_size_type external_reloc_size;
60 void (*swap_reloc_in) (bfd *, void *, struct internal_reloc *);
61 void (*swap_reloc_out) (bfd *, const struct internal_reloc *, void *);
63 void (*adjust_reloc_in)
65 void (*adjust_reloc_out)
68 bfd_boolean (*relocate_section)
71 bfd_boolean (*adjust_headers)
75 bfd *(*get_elt_at_filepos) (bfd *, file_ptr);