Searched refs:total_syms (Results 1 – 1 of 1) sorted by relevance
1774 const size_t total_syms = stripped_nsym - 1 + unstripped_nsym - 1; in copy_elided_sections() local1775 struct symbol symbols[total_syms]; in copy_elided_sections()1776 size_t symndx_map[total_syms]; in copy_elided_sections()1793 qsort (symbols, total_syms, sizeof symbols[0], compare_symbols); in copy_elided_sections()1798 for (struct symbol *s = symbols; s < &symbols[total_syms]; ++s) in copy_elided_sections()1811 while (n + 1 < &symbols[total_syms] && !compare_symbols (s, n + 1)) in copy_elided_sections()1827 qsort (symbols, total_syms, sizeof symbols[0], compare_symbols_output); in copy_elided_sections()1829 if (nsym < total_syms) in copy_elided_sections()1846 for (size_t i = nsym; i < total_syms; ++i) in copy_elided_sections()