Lines Matching defs:nbr_modules
87 unsigned int nbr_modules;
577 tdata->nbr_modules = bfd_getl32 (lhd.modcnt);
578 tdata->artdata.symdef_count = bfd_getl32 (lhd.idxcnt) - tdata->nbr_modules;
579 nbr_ent = tdata->nbr_modules;
581 if (tdata->modules == NULL || nbr_ent != tdata->nbr_modules)
596 tdata->cache = bfd_zalloc (abfd, sizeof (bfd *) * tdata->nbr_modules);
764 tdata->nbr_modules = 0;
1376 if (modidx >= tdata->nbr_modules)
1487 for (modidx = 0; modidx < tdata->nbr_modules; modidx++)
1492 if (modidx >= tdata->nbr_modules)
1554 if (idx >= bfd_libdata (archive)->nbr_modules)
2028 _bfd_vms_lib_build_map (unsigned int nbr_modules,
2045 for (i = 0; i < nbr_modules; i++)
2126 unsigned int nbr_modules;
2142 nbr_modules = 0;
2158 nbr_modules++;
2163 modules = bfd_alloc (arch, nbr_modules * sizeof (struct lib_index));
2184 if (!vms_write_index (NULL, modules, nbr_modules, &vbn, NULL, is_elfidx))
2189 if (!_bfd_vms_lib_build_map (nbr_modules, modules, &nbr_symbols, &symbols))
2203 for (i = 0; i < nbr_modules; i++)
2319 if (!vms_write_index (arch, modules, nbr_modules, &vbn, &mod_idx_vbn,
2366 bfd_putl32 (nbr_modules + nbr_symbols, lhd->idxcnt);
2367 bfd_putl32 (nbr_modules, lhd->modcnt);
2368 bfd_putl32 (nbr_modules, lhd->modhdrs);