Lines Matching full:relocs
683 struct relocation_info *relocs;
708 relocs = bfd_malloc (reloc_size);
709 if (!relocs && reloc_size != 0)
716 if (relocs != NULL)
717 free (relocs);
721 if (bfd_bread ((void *) relocs, reloc_size, abfd) != reloc_size)
724 if (relocs != NULL)
725 free (relocs);
750 for (rptr = relocs, cache_ptr = reloc_cache, counter = 0;
874 if (relocs != NULL)
875 free (relocs);
1164 /* Get the relocs and think about them. */