Lines Matching defs:xcoff_backend_data_rec
29 struct xcoff_backend_data_rec struct
32 bfd_coff_backend_data coff;
35 unsigned short _xcoff_magic_number;
38 enum bfd_architecture _xcoff_architecture;
39 long _xcoff_machine;
42 void (* _xcoff_swap_ldhdr_in) (bfd *, const void *, struct internal_ldhdr *);
43 void (* _xcoff_swap_ldhdr_out)(bfd *, const struct internal_ldhdr *, void *);
44 void (* _xcoff_swap_ldsym_in) (bfd *, const void *, struct internal_ldsym *);
45 void (* _xcoff_swap_ldsym_out)(bfd *, const struct internal_ldsym *, void *);
46 void (* _xcoff_swap_ldrel_in) (bfd *, const void *, struct internal_ldrel *);
47 void (* _xcoff_swap_ldrel_out)(bfd *, const struct internal_ldrel *, void *);
50 unsigned int _xcoff_ldhdrsz;
51 unsigned int _xcoff_ldsymsz;
52 unsigned int _xcoff_ldrelsz;
55 unsigned int _xcoff_function_descriptor_size;
58 unsigned int _xcoff_small_aout_header_size;
63 unsigned long _xcoff_ldhdr_version;
65 bfd_boolean (* _xcoff_put_symbol_name)
69 bfd_boolean (* _xcoff_put_ldsymbol_name)
73 reloc_howto_type *_xcoff_dynamic_reloc;
75 asection * (* _xcoff_create_csect_from_smclas)
81 bfd_boolean (*_xcoff_is_lineno_count_overflow) (bfd *, bfd_vma);
82 bfd_boolean (*_xcoff_is_reloc_count_overflow) (bfd *, bfd_vma);
87 bfd_vma (*_xcoff_loader_symbol_offset) (bfd *, struct internal_ldhdr *);
88 bfd_vma (*_xcoff_loader_reloc_offset) (bfd *, struct internal_ldhdr *);
92 unsigned long *_xcoff_glink_code;
95 unsigned long _xcoff_glink_size;
98 unsigned int _xcoff_rtinit_size;
122 ((struct xcoff_backend_data_rec *) (abfd)->xvec->backend_data) argument