Home | History | Annotate | Download | only in src

Lines Matching refs:nlocalsymbols

176   if (symidx < file->nlocalsymbols)
1109 size_t nlocalsymbols = 0;
1182 fileinfo->nlocalsymbols = shdr->sh_info;
1201 nlocalsymbols = shdr->sh_info;
1404 for (cnt = 0; cnt < nlocalsymbols; ++cnt)
1466 obstack_calloc (&ld_state.smem, ((nsymbols - nlocalsymbols)
1468 - nlocalsymbols;
1472 for (cnt = nlocalsymbols; cnt < nsymbols; ++cnt)
1661 ld_state.nlocalsymbols += fileinfo->nlocalsymbols;
4416 - ld_state.nlocalsymbols + ld_state.nlscript_syms);
5223 for (cnt = ld_state.need_symtab ? 1 : file->nlocalsymbols; cnt < maxcnt;
5277 assert (cnt >= file->nlocalsymbols);
5321 assert (cnt >= file->nlocalsymbols);
5385 if (defp == NULL && cnt >= file->nlocalsymbols)
5418 if (cnt >= file->nlocalsymbols)