Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Delf-eh-frame.c579 struct cie *cie, *local_cies = NULL; in _bfd_elf_parse_eh_frame() local
659 local_cies = (struct cie *) bfd_zmalloc (num_cies * sizeof (*local_cies)); in _bfd_elf_parse_eh_frame()
660 REQUIRE (local_cies); in _bfd_elf_parse_eh_frame()
732 cie = local_cies + cie_count++; in _bfd_elf_parse_eh_frame()
885 for (cie = local_cies; cie < local_cies + cie_count; cie++) in _bfd_elf_parse_eh_frame()
891 REQUIRE (cie != local_cies + cie_count); in _bfd_elf_parse_eh_frame()
1024 sec_info->cies = local_cies; in _bfd_elf_parse_eh_frame()
1025 local_cies = NULL; in _bfd_elf_parse_eh_frame()
1039 if (local_cies) in _bfd_elf_parse_eh_frame()
1040 free (local_cies); in _bfd_elf_parse_eh_frame()