Home | History | Annotate | Download | only in bfd

Lines Matching defs:internal_relocs

1565   arelent *internal_relocs;
1582 internal_relocs = (arelent *) bfd_alloc (abfd, amt);
1587 if (internal_relocs == NULL || external_relocs == NULL)
1594 for (i = 0, rptr = internal_relocs; i < section->reloc_count; i++, rptr++)
1660 section->relocation = internal_relocs;