HomeSort by relevance Sort by last modified time
    Searched refs:imported_library_count (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.27/bfd/
pef.h 50 unsigned long imported_library_count; member in struct:bfd_pef_loader_header
pef.c 330 header->imported_library_count = bfd_getb32 (buf + 24);
417 fprintf (file, "imported_library_count: %lu\n",
418 header->imported_library_count);
749 (header.imported_library_count * sizeof (bfd_pef_imported_library));
753 if (loaderlen < (56 + (header.imported_library_count * 24)))
755 for (i = 0; i < header.imported_library_count; i++)
763 if (loaderlen < (56 + (header.imported_library_count * 24)
770 loaderbuf + 56 + (header.imported_library_count * 24) + (i * 4),

Completed in 75 milliseconds