Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/binutils/
Dnlmconv.c1266 bfd_size_type total_count; in copy_sections() local
1269 total_count = reloc_count + outsec->reloc_count; in copy_sections()
1270 combined = (arelent **) xmalloc (total_count * sizeof (arelent *)); in copy_sections()
1276 reloc_count = total_count; in copy_sections()