Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/java/
Djcf-reader.c160 uint16 exception_table_length, attributes_count; variable
172 attributes_count = JCF_readu2 (jcf);
173 for (j = 0; j < attributes_count; j++)
450 uint16 attributes_count = (JCF_FILL (jcf, 2), JCF_readu2 (jcf)); variable
452 START_FINAL_ATTRIBUTES (attributes_count)
454 for (i = 0; i < attributes_count; i++)
Djcf-dump.c340 fprintf (out, "\nAttributes (count: %d):\n", attributes_count);