Home
last modified time | relevance | path

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

/freebsd-12-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()
604 cie = &ecies[ecie_count].cie; in _bfd_elf_discard_section_eh_frame()
605 ecies[ecie_count].offset = this_inf->offset; in _bfd_elf_discard_section_eh_frame()
606 ecies[ecie_count++].entry = sec_info->count; in _bfd_elf_discard_section_eh_frame()
793 for (ecie = ecies; ecie < ecies + ecie_count; ++ecie) in _bfd_elf_discard_section_eh_frame()
799 REQUIRE (ecie != ecies + ecie_count); in _bfd_elf_discard_section_eh_frame()
912 for (ecie = ecies; ecie < ecies + ecie_count; ++ecie) in _bfd_elf_discard_section_eh_frame()