Searched refs:bfd_pef_imported_symbol (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dpef.h79 struct bfd_pef_imported_symbol struct
84 typedef struct bfd_pef_imported_symbol bfd_pef_imported_symbol; typedef in typeref:struct:bfd_pef_imported_symbol
183 int bfd_pef_parse_imported_symbol PARAMS ((bfd *, unsigned char *, size_t, bfd_pef_imported_symbol *));
H A Dpef.c391 bfd_pef_imported_symbol *symbol;
803 bfd_pef_imported_symbol *imports = NULL;
817 imports = (bfd_pef_imported_symbol *) bfd_malloc
818 (header.total_imported_symbol_count * sizeof (bfd_pef_imported_symbol));
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dpef.h79 struct bfd_pef_imported_symbol struct
84 typedef struct bfd_pef_imported_symbol bfd_pef_imported_symbol; typedef in typeref:struct:bfd_pef_imported_symbol
183 int bfd_pef_parse_imported_symbol (bfd *, unsigned char *, size_t, bfd_pef_imported_symbol *);
H A Dpef.c358 bfd_pef_imported_symbol *symbol)
738 bfd_pef_imported_symbol *imports = NULL;
753 (header.total_imported_symbol_count * sizeof (bfd_pef_imported_symbol));

Completed in 117 milliseconds