Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/binutils/bfd/
Delf-eh-frame.c461 unsigned int ecie_count = 0, ecie_alloced = 0; in _bfd_elf_discard_section_eh_frame() local
595 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()