Searched refs:seccount (Results 1 – 2 of 2) sorted by relevance
912 static unsigned int seccount; in print_symbol() local920 for (i = 0; i < seccount; i++) in print_symbol()935 seccount = bfd_count_sections (abfd); in print_symbol()937 secs = (asection **) xmalloc (seccount * sizeof *secs); in print_symbol()938 relocs = (arelent ***) xmalloc (seccount * sizeof *relocs); in print_symbol()939 relcount = (long *) xmalloc (seccount * sizeof *relcount); in print_symbol()950 for (i = 0; i < seccount; i++) in print_symbol()971 i = seccount; in print_symbol()
118 instead of cache_bfd and cache_rel_bfd. Make seccount static, and