Searched refs:start_pc (Results 1 - 15 of 15) sorted by relevance

/haiku-buildtools/legacy/gcc/gcc/java/
H A Dexcept.c73 if (pc < child->start_pc)
81 cache_range_end = child == NULL ? range->end_pc : child->start_pc;
119 if (range->start_pc == outer->start_pc && range->end_pc == outer->end_pc)
127 if (range->start_pc <= outer->start_pc && range->end_pc >= outer->end_pc)
143 if (range->start_pc < outer->start_pc || range->end_pc > outer->end_pc)
147 if (range->start_pc < outer->start_pc)
[all...]
H A Djava-except.h29 int start_pc; member in struct:eh_range
41 (i.e. this.start_pc <= first_child.end_pc
44 by increasing start_pc and end_pc (we do not support non-nested
H A Dverify.c306 int start_pc; member in struct:pc_index
318 return x->start_pc - y->start_pc;
379 starts[i].start_pc = GET_u2 (jcf->read_ptr + 8 * i);
386 int start_pc, end_pc, handler_pc, catch_type; local
390 start_pc = GET_u2 (p);
395 if (start_pc < 0 || start_pc >= length
396 || end_pc < 0 || end_pc > length || start_pc >= end_pc
398 || (handler_pc >= start_pc
[all...]
H A Djcf-dump.c265 int start_pc = JCF_readu2 (jcf); \
274 fprintf (out, " (pc: %d length: %d)\n", start_pc, length); }}
282 int start_pc = JCF_readu2 (jcf); \
284 fprintf (out, " line: %d at pc: %d\n", line_number, start_pc); }\
643 int start_pc = GET_u2 (ptr); variable
648 start_pc, end_pc, handler_pc, catch_type);
H A Ddecl.c685 PUSH_FIELD (jexception_type, field, "start_pc", ptr_type_node);
695 PUSH_FIELD (lineNumberEntry_type, field, "start_pc", ptr_type_node);
1423 int start_pc = JCF_readu2 (jcf); local
1431 && start_pc == 0
1443 int end_pc = start_pc + length;
1454 DECL_LOCAL_START_PC (decl) = start_pc;
1463 && (DECL_LOCAL_START_PC (*ptr) > start_pc
1464 || (DECL_LOCAL_START_PC (*ptr) == start_pc
H A Djava-tree.h426 (((struct lang_decl_var*)DECL_LANG_SPECIFIC(NODE))->start_pc)
455 int start_pc; member in struct:lang_decl_var
/haiku-buildtools/gcc/gcc/java/
H A Dexcept.c82 && ptr->end_pc > ptr->start_pc);
84 gcc_assert (ptr->next_sibling->start_pc >= ptr->end_pc);
85 gcc_assert (ptr->start_pc >= ptr->outer->start_pc
106 fprintf (stderr, "handler pc %d --> %d ", range->start_pc, range->end_pc);
137 if (pc < child->start_pc)
145 cache_range_end = child == NULL ? range->end_pc : child->start_pc;
193 whole_range.start_pc = 0;
215 if (pc > ptr->start_pc
225 h->start_pc
276 add_handler(int start_pc, int end_pc, tree handler, tree type) argument
606 maybe_start_try(int start_pc, int end_pc) argument
[all...]
H A Djava-except.h28 int start_pc; member in struct:eh_range
40 (i.e. this.start_pc <= first_child.end_pc
43 by increasing start_pc and end_pc (we do not support non-nested
H A Dverify-glue.c467 int start_pc, end_pc, handler_pc, catch_type; local
469 start_pc = GET_u2 (p);
474 if (start_pc < 0 || start_pc >= length
475 || end_pc < 0 || end_pc > length || start_pc >= end_pc
484 exceptions[i].start = start_pc;
488 add_handler (start_pc, end_pc,
H A Ddecl.c428 int start_pc; variable
477 0, /* start_pc */
943 jexception_type, field, "start_pc", ptr_type_node);
958 lineNumberEntry_type, field, "start_pc", ptr_type_node);
1593 current_binding_level->start_pc = pc;
1632 start_pc. This tidies up improperly nested local variable ranges
1637 force_poplevels (int start_pc) argument
1639 while (current_binding_level->start_pc > start_pc)
1641 if (pedantic && current_binding_level->start_pc > start_p
1679 int start_pc = JCF_readu2 (jcf); local
[all...]
H A Djcf-dump.c292 int start_pc = JCF_readu2 (jcf); \
305 fprintf (out, " (pc: %d length: %d)\n", start_pc, length); }}
312 int start_pc = JCF_readu2 (jcf); \
325 fprintf (out, " (pc: %d length: %d)\n", start_pc, length); }}
333 int start_pc = JCF_readu2 (jcf); \
335 fprintf (out, " line: %d at pc: %d\n", line_number, start_pc); }\
1117 int start_pc = GET_u2 (ptr);
1122 start_pc, end_pc, handler_pc);
1115 int start_pc = GET_u2 (ptr); local
H A Djava-tree.h677 #define DECL_LOCAL_START_PC(NODE) (DECL_LANG_SPECIFIC (NODE)->u.v.start_pc)
815 int start_pc; variable
H A Dexpr.c3618 int start_pc, int slot)
3624 if (!start_pc)
3625 return start_pc;
3630 for (pc = start_pc-1; pc; pc--)
3697 start_pc = insn_pc;
3699 return start_pc;
3613 maybe_adjust_start_pc(struct JCF *jcf, int code_offset, int start_pc, int slot) argument
/haiku-buildtools/legacy/binutils/opcodes/
H A Di386-dis.c2013 static bfd_vma start_pc; variable
2182 start_pc = pc;
2455 (*info->print_address_func) ((bfd_vma) (start_pc + codep - start_codep
4022 disp = (start_pc + codep - start_codep + disp) & mask;
/haiku-buildtools/binutils/opcodes/
H A Di386-dis.c12436 static bfd_vma start_pc; variable
13132 start_pc = pc;
13384 (*info->print_address_func) ((bfd_vma) (start_pc + (codep - start_codep)
15930 segment = ((start_pc + (codep - start_codep))
15941 disp = ((start_pc + (codep - start_codep) + disp) & mask) | segment;

Completed in 385 milliseconds