Lines Matching defs:ecoff_backend_data
38 struct ecoff_backend_data struct
41 bfd_coff_backend_data coff;
43 enum bfd_architecture arch;
45 const char *armap_start;
48 bfd_vma round;
52 bfd_boolean rdata_in_text;
54 unsigned int constructor_bitsize;
56 reloc_howto_type *constructor_reloc;
58 struct ecoff_debug_swap debug_swap;
60 bfd_size_type external_reloc_size;
62 void (*swap_reloc_in) (bfd *, void *, struct internal_reloc *);
63 void (*swap_reloc_out) (bfd *, const struct internal_reloc *, void *);
65 void (*adjust_reloc_in)
67 void (*adjust_reloc_out)
70 bfd_boolean (*relocate_section)
73 bfd_boolean (*adjust_headers)
77 bfd *(*get_elt_at_filepos) (bfd *, file_ptr);