Searched refs:total_syms (Results 1 – 2 of 2) sorted by relevance
1821 const size_t total_syms = stripped_nsym - 1 + unstripped_nsym - 1; in copy_elided_sections() local1822 struct symbol *symbols = xmalloc (total_syms * sizeof (struct symbol)); in copy_elided_sections()1823 size_t *symndx_map = xmalloc (total_syms * sizeof (size_t)); in copy_elided_sections()1840 qsort (symbols, total_syms, sizeof symbols[0], compare_symbols); in copy_elided_sections()1845 for (struct symbol *s = symbols; s < &symbols[total_syms]; ++s) in copy_elided_sections()1858 while (n + 1 < &symbols[total_syms] && !compare_symbols (s, n + 1)) in copy_elided_sections()1874 qsort (symbols, total_syms, sizeof symbols[0], compare_symbols_output); in copy_elided_sections()1876 if (nsym < total_syms) in copy_elided_sections()1893 for (size_t i = nsym; i < total_syms; ++i) in copy_elided_sections()2004 symndx_map, total_syms, shdr); in copy_elided_sections()[all …]
2700 total_syms[16]; in tinfl_decompress() local2702 MZ_CLEAR_OBJ(total_syms); in tinfl_decompress()2706 total_syms[pTable->m_code_size[i]]++; in tinfl_decompress()2710 used_syms += total_syms[i]; in tinfl_decompress()2711 next_code[i + 1] = (total = ((total + total_syms[i]) << 1)); in tinfl_decompress()