Home
last modified time | relevance | path

Searched refs:seccount (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/binutils/
Dnm.c912 static unsigned int seccount; in print_symbol() local
920 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()
DChangeLog-9197118 instead of cache_bfd and cache_rel_bfd. Make seccount static, and