HomeSort by: relevance | last modified time | path
    Searched defs:file_table_count (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/bfd/
vms-alpha.c 260 unsigned int file_table_count;
4377 module->file_table_count = 16; /* Arbitrary. */
4379 = bfd_zmalloc (module->file_table_count * sizeof (struct fileinfo));
4562 if (fileid >= module->file_table_count)
4564 unsigned int old_count = module->file_table_count;
4565 module->file_table_count += fileid;
4568 module->file_table_count
4619 if ((unsigned int) data < module->file_table_count)
259 unsigned int file_table_count; member in struct:module
  /src/external/gpl3/binutils.old/dist/bfd/
vms-alpha.c 260 unsigned int file_table_count;
4364 module->file_table_count = 16; /* Arbitrary. */
4366 = bfd_zmalloc (module->file_table_count * sizeof (struct fileinfo));
4549 if (fileid >= module->file_table_count)
4551 unsigned int old_count = module->file_table_count;
4552 module->file_table_count += fileid;
4555 module->file_table_count
4606 if ((unsigned int) data < module->file_table_count)
259 unsigned int file_table_count; member in struct:module
  /src/external/gpl3/gdb/dist/bfd/
vms-alpha.c 260 unsigned int file_table_count;
4364 module->file_table_count = 16; /* Arbitrary. */
4366 = bfd_zmalloc (module->file_table_count * sizeof (struct fileinfo));
4549 if (fileid >= module->file_table_count)
4551 unsigned int old_count = module->file_table_count;
4552 module->file_table_count += fileid;
4555 module->file_table_count
4606 if ((unsigned int) data < module->file_table_count)
259 unsigned int file_table_count; member in struct:module
  /src/external/gpl3/gdb.old/dist/bfd/
vms-alpha.c 260 unsigned int file_table_count;
4370 module->file_table_count = 16; /* Arbitrary. */
4372 = bfd_zmalloc (module->file_table_count * sizeof (struct fileinfo));
4555 if (fileid >= module->file_table_count)
4557 unsigned int old_count = module->file_table_count;
4558 module->file_table_count += fileid;
4561 module->file_table_count
4612 if ((unsigned int) data < module->file_table_count)
259 unsigned int file_table_count; member in struct:module

Completed in 47 milliseconds