Home | History | Annotate | Download | only in bfd

Lines Matching defs:new_entry

6328   property_table_entry *the_entry, *new_entry;
6369 new_entry = &ebb->ptbl[ebb->end_ptbl_idx + 1];
6370 if (((new_entry->flags & XTENSA_PROP_INSN) == 0)
6371 || ((new_entry->flags & XTENSA_PROP_NO_TRANSFORM) != 0)
6375 if (the_entry->address + the_entry->size != new_entry->address)
6378 the_entry = new_entry;
6390 new_entry = &ebb->ptbl[ebb->end_ptbl_idx + 1];
6391 if ((new_entry->flags & XTENSA_PROP_UNREACHABLE) != 0
6392 && the_entry->address + the_entry->size == new_entry->address)
6393 ebb->ends_unreachable = new_entry;
6404 property_table_entry *the_entry, *new_entry;
6442 new_entry = &ebb->ptbl[ebb->start_ptbl_idx - 1];
6443 if ((new_entry->flags & XTENSA_PROP_INSN) == 0
6444 || ((new_entry->flags & XTENSA_PROP_NO_TRANSFORM) != 0)
6445 || ((new_entry->flags & XTENSA_PROP_ALIGN) != 0))
6447 if (new_entry->address + new_entry->size != the_entry->address)
6450 the_entry = new_entry;