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

/macosx-10.10.1/cxxfilt-11/cxxfilt/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 60 milliseconds