Searched refs:handler_pc (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/gcc/gcc/java/
H A Dverify-glue.c467 int start_pc, end_pc, handler_pc, catch_type; local
471 handler_pc = GET_u2 (p+4);
476 || handler_pc < 0 || handler_pc >= length)
483 exceptions[i].handler = handler_pc;
489 lookup_label (handler_pc),
492 instruction_bits[handler_pc] |= BCODE_EXCEPTION_TARGET;
H A Djcf-dump.c1119 int handler_pc = GET_u2 (ptr+4);
1122 start_pc, end_pc, handler_pc);
1117 int handler_pc = GET_u2 (ptr+4); local
/haiku-buildtools/legacy/gcc/gcc/java/
H A Dverify.c386 int start_pc, end_pc, handler_pc, catch_type; local
392 handler_pc = GET_u2 (p+4);
397 || handler_pc < 0 || handler_pc >= length
398 || (handler_pc >= start_pc && handler_pc < end_pc)
401 || ! (instruction_bits [handler_pc] & BCODE_INSTRUCTION_START))
409 lookup_label (handler_pc),
413 instruction_bits [handler_pc] |= BCODE_EXCEPTION_TARGET;
H A Djcf-dump.c645 int handler_pc = GET_u2 (ptr+4); variable
648 start_pc, end_pc, handler_pc, catch_type);
/haiku-buildtools/legacy/gcc/gcc/
H A Dlibgcc2.c3897 void *handler_pc = pc; local
3903 while (pc != handler_pc)

Completed in 83 milliseconds