Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Delf-eh-frame.c454 unsigned int ecie_count = 0, ecie_alloced = 0; in _bfd_elf_discard_section_eh_frame() local
588 if (ecie_count == ecie_alloced) in _bfd_elf_discard_section_eh_frame()
597 cie = &ecies[ecie_count].cie; in _bfd_elf_discard_section_eh_frame()
598 ecies[ecie_count].offset = this_inf->offset; in _bfd_elf_discard_section_eh_frame()
599 ecies[ecie_count++].entry = sec_info->count; in _bfd_elf_discard_section_eh_frame()
761 for (ecie = ecies; ecie < ecies + ecie_count; ++ecie) in _bfd_elf_discard_section_eh_frame()
767 REQUIRE (ecie != ecies + ecie_count); in _bfd_elf_discard_section_eh_frame()
877 for (ecie = ecies; ecie < ecies + ecie_count; ++ecie) in _bfd_elf_discard_section_eh_frame()