Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/bfd/
Delflink.c1863 void *alloc1 = NULL; in _bfd_elf_link_read_relocs() local
1895 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()
Delflink.h2838 PTR alloc1 = NULL; variable
2870 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);
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Delflink.c2042 void *alloc1 = NULL; in _bfd_elf_link_read_relocs() local
2074 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()
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/
DChangeLog4730 * g++.old-deja/g++.other/local-alloc1.C: Skip on cris-*-elf*
5340 * g++.old-deja/g++.other/local-alloc1.C: New test.