Searched defs:xcoff_backend_data_rec (Results 1 – 1 of 1) sorted by relevance
/toolchain/binutils/binutils-2.27/bfd/ |
D | libxcoff.h | 30 struct xcoff_backend_data_rec struct 33 bfd_coff_backend_data coff; 36 unsigned short _xcoff_magic_number; 39 enum bfd_architecture _xcoff_architecture; 40 long _xcoff_machine; 43 void (* _xcoff_swap_ldhdr_in) (bfd *, const void *, struct internal_ldhdr *); 44 void (* _xcoff_swap_ldhdr_out)(bfd *, const struct internal_ldhdr *, void *); 45 void (* _xcoff_swap_ldsym_in) (bfd *, const void *, struct internal_ldsym *); 46 void (* _xcoff_swap_ldsym_out)(bfd *, const struct internal_ldsym *, void *); 47 void (* _xcoff_swap_ldrel_in) (bfd *, const void *, struct internal_ldrel *); [all …]
|