Searched defs:xcoff_backend_data_rec (Results 1 – 2 of 2) sorted by relevance
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
H A D | libxcoff.h | 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 *); [all …]
|
/openbsd-src/gnu/usr.bin/binutils/bfd/ |
H A D | libxcoff.h | 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) 44 void (* _xcoff_swap_ldhdr_out) 46 void (* _xcoff_swap_ldsym_in) 48 void (* _xcoff_swap_ldsym_out) 50 void (* _xcoff_swap_ldrel_in) [all …]
|