Searched refs:end_pc (Results 1 - 11 of 11) sorted by relevance

/openbsd-current/gnu/usr.bin/gcc/gcc/java/
H A Dexcept.c74 previous children have end_pc values that are too low. */
86 if (pc < child->end_pc)
92 cache_range_end = child == NULL ? range->end_pc : child->start_pc;
108 while (pc >= h->end_pc)
130 if (range->start_pc == outer->start_pc && range->end_pc == outer->end_pc)
138 if (range->start_pc <= outer->start_pc && range->end_pc >= outer->end_pc)
154 if (range->start_pc < outer->start_pc || range->end_pc > outer->end_pc)
[all...]
H A Djava-except.h30 int end_pc; member in struct:eh_range
41 (i.e. this.start_pc <= first_child.end_pc
42 && this.end_pc >= first_child.end_pc).
44 by increasing start_pc and end_pc (we do not support non-nested
H A Ddecl.c288 int end_pc; member in struct:binding_level
748 PUSH_FIELD (jexception_type, field, "end_pc", ptr_type_node);
1279 if (current_binding_level->end_pc != LARGEST_PC)
1282 current_binding_level->end_pc);
1481 int end_pc = DECL_LOCAL_END_PC (decl); local
1485 && DECL_LOCAL_END_PC (*ptr) == end_pc)
1491 if (end_pc > current_binding_level->end_pc)
1492 end_pc = current_binding_level->end_pc;
1627 int end_pc = start_pc + length; local
[all...]
H A Dverify.c462 int start_pc, end_pc, handler_pc, catch_type; local
467 end_pc = GET_u2 (p+2);
472 || end_pc < 0 || end_pc > length || start_pc >= end_pc
475 || (end_pc < length &&
476 ! (instruction_bits [end_pc] & BCODE_INSTRUCTION_START))
484 if (handler_pc >= start_pc && handler_pc < end_pc)
487 add_handler (start_pc, end_pc,
1442 || return_pc > ranges->end_pc)
[all...]
H A Djava-tree.h902 (DECL_LANG_SPECIFIC(NODE)->u.v.end_pc)
1016 int end_pc; local
H A Djcf-dump.c777 int end_pc = GET_u2 (ptr+2); variable
781 start_pc, end_pc, handler_pc, catch_type);
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Ddisasm.c44 CORE_ADDR end_pc; member in struct:dis_line_entry
174 structure, creating end_pc's and setting out_of_order as
196 mle[newlines].end_pc = le[i + 1].pc;
208 mle[newlines].end_pc = sal.end;
278 num_displayed += dump_insns (uiout, di, mle[i].start_pc, mle[i].end_pc,
H A Dhppa-tdep.c1625 CORE_ADDR pc, end_pc;
1642 end_pc = frame_pc_unwind (next_frame);
1644 if (prologue_end != 0 && end_pc > prologue_end)
1645 end_pc = prologue_end;
1653 && pc < end_pc);
1946 CORE_ADDR pc, start_pc, end_pc, cur_pc;
1961 find_pc_partial_function (pc, NULL, &start_pc, &end_pc);
1963 if (start_pc == 0 || end_pc == 0)
1970 if (end_pc > cur_pc)
1971 end_pc
1624 CORE_ADDR pc, end_pc; local
1945 CORE_ADDR pc, start_pc, end_pc, cur_pc; local
[all...]
H A Dsource.c1316 CORE_ADDR start_pc, end_pc;
1360 && find_line_pc_range (sal, &start_pc, &end_pc))
1362 if (start_pc == end_pc)
1381 print_address (end_pc, gdb_stdout);
1308 CORE_ADDR start_pc, end_pc; local
H A Dtracepoint.c2091 static CORE_ADDR start_pc, end_pc; local
2134 && find_line_pc_range (sal, &start_pc, &end_pc))
2136 if (start_pc == end_pc)
2147 find_line_pc_range (sal, &start_pc, &end_pc) &&
2148 start_pc != end_pc)
2163 sprintf_vma (endpc_str, end_pc - 1);
H A Dsymtab.c4030 CORE_ADDR end_pc;
4033 find_pc_partial_function (func_addr, NULL, &start_pc, &end_pc);
4039 while (prologue_sal.end < end_pc)
4021 CORE_ADDR end_pc; local

Completed in 126 milliseconds