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

  /src/external/gpl3/binutils/dist/bfd/
vms-lib.c 87 unsigned int nbr_modules; member in struct:lib_tdata
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)
2130 unsigned int nbr_modules; local
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
vms-lib.c 87 unsigned int nbr_modules; member in struct:lib_tdata
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)
2126 unsigned int nbr_modules; local
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
vms-lib.c 87 unsigned int nbr_modules; member in struct:lib_tdata
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)
2126 unsigned int nbr_modules; local
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
vms-lib.c 87 unsigned int nbr_modules; member in struct:lib_tdata
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)
2126 unsigned int nbr_modules; local
    [all...]

Completed in 22 milliseconds