Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/gcc/gcc/java/
H A Dverify.c462 int start_pc, end_pc, handler_pc, catch_type; local
468 handler_pc = GET_u2 (p+4);
473 || handler_pc < 0 || handler_pc >= length
477 || ! (instruction_bits [handler_pc] & BCODE_INSTRUCTION_START))
484 if (handler_pc >= start_pc && handler_pc < end_pc)
488 lookup_label (handler_pc),
492 instruction_bits [handler_pc] |= BCODE_EXCEPTION_TARGET;
H A Djcf-dump.c778 int handler_pc = GET_u2 (ptr+4); variable
781 start_pc, end_pc, handler_pc, catch_type);