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

  /toolchain/binutils/binutils-2.25/bfd/
pef.h 51 unsigned long total_imported_symbol_count; member in struct:bfd_pef_loader_header
pef.c 328 header->total_imported_symbol_count = bfd_getb32 (buf + 28);
416 fprintf (file, "total_imported_symbol_count: %lu\n",
417 header->total_imported_symbol_count);
748 (header.total_imported_symbol_count * sizeof (bfd_pef_imported_symbol));
761 + (header.total_imported_symbol_count * 4)))
763 for (i = 0; i < header.total_imported_symbol_count; i++)
805 if (sym_index >= header.total_imported_symbol_count)

Completed in 110 milliseconds