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

/openbsd-current/gnu/usr.bin/binutils/bfd/
H A Dpef.h49 unsigned long imported_library_count; member in struct:bfd_pef_loader_header
H A Dpef.c355 header->imported_library_count = bfd_getb32 (buf + 24);
444 fprintf (file, "imported_library_count: %lu\n",
445 header->imported_library_count);
816 (header.imported_library_count * sizeof (bfd_pef_imported_library));
820 if (loaderlen < (56 + (header.imported_library_count * 24)))
822 for (i = 0; i < header.imported_library_count; i++)
830 if (loaderlen < (56 + (header.imported_library_count * 24)
837 loaderbuf + 56 + (header.imported_library_count * 24) + (i * 4),
/openbsd-current/gnu/usr.bin/binutils-2.17/bfd/
H A Dpef.h49 unsigned long imported_library_count; member in struct:bfd_pef_loader_header
H A Dpef.c322 header->imported_library_count = bfd_getb32 (buf + 24);
409 fprintf (file, "imported_library_count: %lu\n",
410 header->imported_library_count);
751 (header.imported_library_count * sizeof (bfd_pef_imported_library));
755 if (loaderlen < (56 + (header.imported_library_count * 24)))
757 for (i = 0; i < header.imported_library_count; i++)
765 if (loaderlen < (56 + (header.imported_library_count * 24)
772 loaderbuf + 56 + (header.imported_library_count * 24) + (i * 4),

Completed in 115 milliseconds