Lines Matching defs:total_syms
1823 const size_t total_syms = stripped_nsym - 1 + unstripped_nsym - 1;
1824 struct symbol *symbols = xmalloc (total_syms * sizeof (struct symbol));
1825 size_t *symndx_map = xmalloc (total_syms * sizeof (size_t));
1842 qsort (symbols, total_syms, sizeof symbols[0], compare_symbols);
1847 for (struct symbol *s = symbols; s < &symbols[total_syms]; ++s)
1860 while (n + 1 < &symbols[total_syms] && !compare_symbols (s, n + 1))
1876 qsort (symbols, total_syms, sizeof symbols[0], compare_symbols_output);
1878 if (nsym < total_syms)
1895 for (size_t i = nsym; i < total_syms; ++i)
2006 symndx_map, total_syms, shdr);
2012 total_syms - (stripped_nsym - 1));