Lines Matching refs:total_syms
1821 const size_t total_syms = stripped_nsym - 1 + unstripped_nsym - 1; in copy_elided_sections() local
1822 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()
2010 total_syms - (stripped_nsym - 1)); in copy_elided_sections()