Home | History | Annotate | Download | only in bfd

Lines Matching refs:external_relocs

5240   unsigned char *external_relocs;
5256 external_relocs = bfd_malloc (amt);
5257 if (external_relocs == NULL)
5265 if (bfd_bread (external_relocs, amt, abfd) != amt)
5271 section->reloc_count = som_set_reloc_info (external_relocs,
5275 som_section_data (section)->reloc_stream = external_relocs;
5283 external_relocs = som_section_data (section)->reloc_stream;
5295 som_set_reloc_info (external_relocs, fixup_stream_size,
5299 free (external_relocs);