Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Delflink.c2361 void *alloc1 = NULL; in _bfd_elf_link_read_relocs() local
2396 alloc1 = bfd_malloc (size); in _bfd_elf_link_read_relocs()
2397 if (alloc1 == NULL) in _bfd_elf_link_read_relocs()
2399 external_relocs = alloc1; in _bfd_elf_link_read_relocs()
2425 if (alloc1 != NULL) in _bfd_elf_link_read_relocs()
2426 free (alloc1); in _bfd_elf_link_read_relocs()
2434 if (alloc1 != NULL) in _bfd_elf_link_read_relocs()
2435 free (alloc1); in _bfd_elf_link_read_relocs()