Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/java/
Dverify.c439 int eh_count; local
448 eh_count = JCF_readu2 (jcf);
452 starts = xmalloc (eh_count * sizeof (struct pc_index));
453 for (i = 0; i < eh_count; ++i)
458 qsort (starts, eh_count, sizeof (struct pc_index), start_pc_cmp);
460 for (i = 0; i < eh_count; ++i)