Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Djcf-reader.c160 uint16 exception_table_length, attributes_count; variable
165 exception_table_length = JCF_readu2 (jcf);
166 if (code_length + 8 * exception_table_length + 12 > attribute_length)
169 HANDLE_EXCEPTION_TABLE (jcf->read_ptr, exception_table_length);
171 JCF_SKIP (jcf, 2 * 4 * exception_table_length);