Lines Matching full:relocs
126 /* Relocs generated by ".reloc" pseudo. */
131 /* We generally attach relocs to frag chains. However, after we have
132 chained these all together into a segment, any relocs we add after
133 that must be attached to a segment. This will include relocs added
624 fprintf (stream, "sec %s relocs:\n", sec->name);
716 /* Convert relocs against local symbols to refer to the
718 PC-relative relocs of the REL variety intact though to
847 /* Don't try to reduce relocs which refer to non-local symbols
988 we do later on all pc-relative relocs. */
1198 arelent **relocs;
1216 /* Extract relocs for this section from reloc_list. */
1232 relocs = (arelent **) xcalloc (n, sizeof (arelent *));
1274 relocs[n++] = &r->u.b.r;
1279 relocs[n++] = *reloc;
1296 relocs[n++] = &r->u.b.r;
1309 if (((*relocs[k]->sym_ptr_ptr)->flags & BSF_SECTION_SYM) == 0)
1312 if (sympp[j] == *relocs[k]->sym_ptr_ptr)
1325 bfd_set_reloc (stdoutput, sec, relocs, n);
1329 SET_SECTION_RELOCS (sec, relocs, n);
1336 fprintf (stderr, "relocs for sec %s\n", sec->name);
1339 arelent *rel = relocs[k];
2103 but we keep such symbols if they are used in relocs. */