Home
last modified time | relevance | path

Searched refs:old_count (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.25/ld/
Dldcref.c114 static unsigned int old_count; variable
247 old_count = cref_table.root.count; in handle_asneeded_cref()
288 cref_table.root.count = old_count; in handle_asneeded_cref()
DChangeLog-2006671 (old_table, old_count, old_tab, alloc_mark): New variables.
/toolchain/binutils/binutils-2.25/ld/emultempl/
Dxtensaelf.em1517 size_t old_count, new_count;
1532 old_count = ld_count_children ((lang_statement_union_type*) w);
1563 ASSERT (old_count == (ct1 + ct2));
1608 ASSERT (new_count == old_count);
/toolchain/binutils/binutils-2.25/bfd/
Delf32-spu.c4281 unsigned int old_count; in spu_elf_auto_overlay() local
4286 old_count = count; in spu_elf_auto_overlay()
4299 if (count != old_count) in spu_elf_auto_overlay()
Delflink.c3333 unsigned int old_count = 0; in elf_link_add_object_symbols() local
3779 old_count = htab->root.table.count; in elf_link_add_object_symbols()
4480 htab->root.table.count = old_count; in elf_link_add_object_symbols()
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-xtensa.c10786 int old_count = 0; in xtensa_reorder_segments() local
10792 old_count++; in xtensa_reorder_segments()
10802 gas_assert (new_count == old_count); in xtensa_reorder_segments()