Searched refs:ecie_alloced (Results 1 – 1 of 1) sorted by relevance
461 unsigned int ecie_count = 0, ecie_alloced = 0; in _bfd_elf_discard_section_eh_frame() local595 if (ecie_count == ecie_alloced) in _bfd_elf_discard_section_eh_frame()598 (ecie_alloced + 20) * sizeof (*ecies)); in _bfd_elf_discard_section_eh_frame()600 memset (&ecies[ecie_alloced], 0, 20 * sizeof (*ecies)); in _bfd_elf_discard_section_eh_frame()601 ecie_alloced += 20; in _bfd_elf_discard_section_eh_frame()