Searched refs:alloc1 (Results 1 – 4 of 4) sorted by relevance
1863 void *alloc1 = NULL; in _bfd_elf_link_read_relocs() local1895 alloc1 = bfd_malloc (size); in _bfd_elf_link_read_relocs()1896 if (alloc1 == NULL) in _bfd_elf_link_read_relocs()1898 external_relocs = alloc1; in _bfd_elf_link_read_relocs()1918 if (alloc1 != NULL) in _bfd_elf_link_read_relocs()1919 free (alloc1); in _bfd_elf_link_read_relocs()1927 if (alloc1 != NULL) in _bfd_elf_link_read_relocs()1928 free (alloc1); in _bfd_elf_link_read_relocs()
2838 PTR alloc1 = NULL; variable2870 alloc1 = (PTR) bfd_malloc (size);2871 if (alloc1 == NULL)2873 external_relocs = alloc1;2892 if (alloc1 != NULL)2893 free (alloc1);2901 if (alloc1 != NULL)2902 free (alloc1);
2042 void *alloc1 = NULL; in _bfd_elf_link_read_relocs() local2074 alloc1 = bfd_malloc (size); in _bfd_elf_link_read_relocs()2075 if (alloc1 == NULL) in _bfd_elf_link_read_relocs()2077 external_relocs = alloc1; in _bfd_elf_link_read_relocs()2097 if (alloc1 != NULL) in _bfd_elf_link_read_relocs()2098 free (alloc1); in _bfd_elf_link_read_relocs()2106 if (alloc1 != NULL) in _bfd_elf_link_read_relocs()2107 free (alloc1); in _bfd_elf_link_read_relocs()
4730 * g++.old-deja/g++.other/local-alloc1.C: Skip on cris-*-elf*5340 * g++.old-deja/g++.other/local-alloc1.C: New test.