Searched refs:alloc1 (Results 1 – 1 of 1) sorted by relevance
2147 void *alloc1 = NULL; in _bfd_elf_link_read_relocs() local2179 alloc1 = bfd_malloc (size); in _bfd_elf_link_read_relocs()2180 if (alloc1 == NULL) in _bfd_elf_link_read_relocs()2182 external_relocs = alloc1; in _bfd_elf_link_read_relocs()2202 if (alloc1 != NULL) in _bfd_elf_link_read_relocs()2203 free (alloc1); in _bfd_elf_link_read_relocs()2211 if (alloc1 != NULL) in _bfd_elf_link_read_relocs()2212 free (alloc1); in _bfd_elf_link_read_relocs()