Searched defs:bin_emulation_xfer_struct (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/binutils.old/dist/binutils/ |
H A D | binemul.h | 56 typedef struct bin_emulation_xfer_struct struct 59 void (*ar_usage) (FILE *fp); 60 bool (*ar_append) (bfd **, bfd *, bool, bool); 61 bool (*ar_replace) (bfd **, bfd *, bool); 62 bool (*ar_parse_arg) (char *);
|
/netbsd-src/external/gpl3/binutils/dist/binutils/ |
H A D | binemul.h | 56 typedef struct bin_emulation_xfer_struct struct 59 void (*ar_usage) (FILE *fp); 60 bool (*ar_append) (bfd **, bfd *, bool, bool); 61 bool (*ar_replace) (bfd **, bfd *, bool); 62 bool (*ar_parse_arg) (char *);
|