Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delf-eh-frame.c474 struct cie *cie, *local_cies = NULL; in _bfd_elf_parse_eh_frame() local
554 local_cies = (struct cie *) bfd_zmalloc (num_cies * sizeof (*local_cies)); in _bfd_elf_parse_eh_frame()
555 REQUIRE (local_cies); in _bfd_elf_parse_eh_frame()
627 cie = local_cies + cie_count++; in _bfd_elf_parse_eh_frame()
781 for (cie = local_cies; cie < local_cies + cie_count; cie++) in _bfd_elf_parse_eh_frame()
787 REQUIRE (cie != local_cies + cie_count); in _bfd_elf_parse_eh_frame()
919 sec_info->cies = local_cies; in _bfd_elf_parse_eh_frame()
920 local_cies = NULL; in _bfd_elf_parse_eh_frame()
934 if (local_cies) in _bfd_elf_parse_eh_frame()
935 free (local_cies); in _bfd_elf_parse_eh_frame()