Home | History | Annotate | Download | only in bfd

Lines Matching full:free_internal

491   struct internal_reloc *free_internal = NULL;
529 free_internal = (struct internal_reloc *) bfd_malloc (amt);
530 if (free_internal == NULL)
532 internal_relocs = free_internal;
548 if (cache && free_internal
558 coff_section_data (abfd, sec)->relocs = free_internal;
566 if (free_internal != NULL)
567 free (free_internal);