Searched refs:nsymbols (Results 1 – 3 of 3) sorted by relevance
156 int nsymbols, len; in add_huff_table() local168 nsymbols = 0; in add_huff_table()170 nsymbols += bits[len]; in add_huff_table()171 if (nsymbols < 1 || nsymbols > 256) in add_huff_table()174 MEMCOPY((*htblptr)->huffval, val, nsymbols * SIZEOF(UINT8)); in add_huff_table()
1108 size_t nsymbols = 0; in add_relocatable_file() local1200 nsymbols = shdr->sh_size / shdr->sh_entsize; in add_relocatable_file()1401 nsymbols * sizeof (struct symbol *)); in add_relocatable_file()1466 obstack_calloc (&ld_state.smem, ((nsymbols - nlocalsymbols) in add_relocatable_file()1472 for (cnt = nlocalsymbols; cnt < nsymbols; ++cnt) in add_relocatable_file()