Searched defs:bin_emulation_xfer_struct (Results 1 – 2 of 2) sorted by relevance
/openbsd-src/gnu/usr.bin/binutils/binutils/ |
H A D | binemul.h | 53 typedef struct bin_emulation_xfer_struct struct 56 void (* ar_usage) (FILE *fp); 57 bfd_boolean (* ar_append) (bfd **, char *, bfd_boolean); 58 bfd_boolean (* ar_replace) (bfd **, char *, bfd_boolean); 59 bfd_boolean (* ar_create) (bfd **, char *, char *); 60 bfd_boolean (* ar_parse_arg) (char *);
|
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/ |
H A D | binemul.h | 51 typedef struct bin_emulation_xfer_struct struct 54 void (* ar_usage) (FILE *fp); 55 bfd_boolean (* ar_append) (bfd **, char *, bfd_boolean); 56 bfd_boolean (* ar_replace) (bfd **, char *, bfd_boolean); 57 bfd_boolean (* ar_parse_arg) (char *);
|