Lines Matching full:relocs
188 /* Special handling for H8/300 relocs.
422 /* Only examine the relocs which might be relaxable. */
616 /* Handle relocations for the H8/300, including relocs for relaxed
1220 relocs on the h8300. It's responsible for generating a vectors
1283 /* Now scan the relocs for all the sections in this bfd; create
1289 arelent **relocs;
1291 /* Suck in the relocs, symbols & canonicalize them. */
1296 relocs = (arelent **) bfd_malloc ((bfd_size_type) reloc_size);
1297 if (!relocs)
1304 reloc_count = bfd_canonicalize_reloc (abfd, sec, relocs, symbols);
1307 free (relocs);
1314 arelent *reloc = relocs[i];
1354 free (relocs);
1379 free (relocs);