Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Delf-eh-frame.c453 } *ecies = NULL, *ecie; in _bfd_elf_discard_section_eh_frame() local
590 ecies = bfd_realloc (ecies, in _bfd_elf_discard_section_eh_frame()
592 REQUIRE (ecies); in _bfd_elf_discard_section_eh_frame()
593 memset (&ecies[ecie_alloced], 0, 20 * sizeof (*ecies)); in _bfd_elf_discard_section_eh_frame()
597 cie = &ecies[ecie_count].cie; in _bfd_elf_discard_section_eh_frame()
761 for (ecie = ecies; ecie < ecies + ecie_count; ++ecie) in _bfd_elf_discard_section_eh_frame()
877 for (ecie = ecies; ecie < ecies + ecie_count; ++ecie) in _bfd_elf_discard_section_eh_frame()
934 if (ecies) in _bfd_elf_discard_section_eh_frame()
935 free (ecies); in _bfd_elf_discard_section_eh_frame()
943 if (ecies) in _bfd_elf_discard_section_eh_frame()
[all …]