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

/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dpef.h60 struct bfd_pef_imported_library struct
71 typedef struct bfd_pef_imported_library bfd_pef_imported_library; typedef in typeref:struct:bfd_pef_imported_library
182 int bfd_pef_parse_imported_library PARAMS ((bfd *, unsigned char *, size_t, bfd_pef_imported_library *));
H A Dpef.c371 bfd_pef_imported_library *header;
802 bfd_pef_imported_library *libraries = NULL;
815 libraries = (bfd_pef_imported_library *) bfd_malloc
816 (header.imported_library_count * sizeof (bfd_pef_imported_library));
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dpef.h60 struct bfd_pef_imported_library struct
71 typedef struct bfd_pef_imported_library bfd_pef_imported_library; typedef in typeref:struct:bfd_pef_imported_library
182 int bfd_pef_parse_imported_library (bfd *, unsigned char *, size_t, bfd_pef_imported_library *);
H A Dpef.c338 bfd_pef_imported_library *header)
737 bfd_pef_imported_library *libraries = NULL;
751 (header.imported_library_count * sizeof (bfd_pef_imported_library));

Completed in 123 milliseconds