Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/binutils/bfd/
H A Delflink.c2147 void *alloc1 = NULL; in _bfd_elf_link_read_relocs() local
2179 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()