Lines Matching defs:nlocalsymbols
146 if (symidx < file->nlocalsymbols)
1017 size_t nlocalsymbols = 0;
1085 fileinfo->nlocalsymbols = shdr->sh_info;
1104 nlocalsymbols = shdr->sh_info;
1243 for (cnt = 0; cnt < nlocalsymbols; ++cnt)
1303 obstack_calloc (&ld_state.smem, ((nsymbols - nlocalsymbols)
1305 - nlocalsymbols;
1309 for (cnt = nlocalsymbols; cnt < nsymbols; ++cnt)
1490 ld_state.nlocalsymbols += fileinfo->nlocalsymbols;
3758 - ld_state.nlocalsymbols + ld_state.nlscript_syms);
4534 for (cnt = ld_state.need_symtab ? 1 : file->nlocalsymbols; cnt < maxcnt;
4588 assert (cnt >= file->nlocalsymbols);
4632 assert (cnt >= file->nlocalsymbols);
4695 if (defp == NULL && cnt >= file->nlocalsymbols)
4707 if (cnt >= file->nlocalsymbols)