import_counts      87 tools/elf2flt/myio.c static int import_counts=0;                 // # of symbols found
import_counts      95 tools/elf2flt/myio.c 	import_counts=0;
import_counts     134 tools/elf2flt/myio.c 			import_counts=0;
import_counts     142 tools/elf2flt/myio.c             import_syms[import_counts] = s+9;
import_counts     143 tools/elf2flt/myio.c             import_hash[import_counts] = h;
import_counts     144 tools/elf2flt/myio.c 			import_counts++;
import_counts     159 tools/elf2flt/myio.c 		printf("Import file has %d entries\n",import_counts);
import_counts     169 tools/elf2flt/myio.c 	if (import_counts<=0)
import_counts     180 tools/elf2flt/myio.c 	for(;idx<import_counts;idx++) {