hash_idx 24 tools/makeexport.c int hash_idx = 0; hash_idx 29 tools/makeexport.c for (i=0; i<hash_idx; i++) hash_idx 39 tools/makeexport.c hash_vals[hash_idx].hash = val; hash_idx 40 tools/makeexport.c hash_vals[hash_idx].count = 1; hash_idx 41 tools/makeexport.c strcpy(hash_vals[hash_idx].symbol,sym); hash_idx 42 tools/makeexport.c hash_idx++; hash_idx 56 tools/makeexport.c qsort(hash_vals,hash_idx,sizeof(hash_val),cmp_hash); hash_idx 194 tools/makeexport.c for (n=0; n<hash_idx; n++) hash_idx 206 tools/makeexport.c for (n=0; n<hash_idx; n++) hash_idx 212 tools/makeexport.c if (hash_idx>=1) hash_idx 213 tools/makeexport.c fprintf(out_h,"#define EXPORTLIST_COUNT %d\n\n",hash_idx); hash_idx 215 tools/makeexport.c fprintf(out_h,"#error Malformed export list. Only %d valid records\n\n",hash_idx);