Home | History | Annotate | Download | only in bfd

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;
1380 if (modidx >= tdata->nbr_modules)
1491 for (modidx = 0; modidx < tdata->nbr_modules; modidx++)
1496 if (modidx >= tdata->nbr_modules)
1558 if (idx >= bfd_libdata (archive)->nbr_modules)
2032 _bfd_vms_lib_build_map (unsigned int nbr_modules,
2049 for (i = 0; i < nbr_modules; i++)
2130 unsigned int nbr_modules;
2146 nbr_modules = 0;
2162 nbr_modules++;
2167 modules = bfd_alloc (arch, nbr_modules * sizeof (struct lib_index));
2188 if (!vms_write_index (NULL, modules, nbr_modules, &vbn, NULL, is_elfidx))
2193 if (!_bfd_vms_lib_build_map (nbr_modules, modules, &nbr_symbols, &symbols))
2207 for (i = 0; i < nbr_modules; i++)
2323 if (!vms_write_index (arch, modules, nbr_modules, &vbn, &mod_idx_vbn,
2370 bfd_putl32 (nbr_modules + nbr_symbols, lhd->idxcnt);
2371 bfd_putl32 (nbr_modules, lhd->modcnt);
2372 bfd_putl32 (nbr_modules, lhd->modhdrs);