Home | History | Annotate | Download | only in bfd

Lines Matching full:relocs

1035      to read relocs for this target.  */
1128 /* Get the relocs for an NLM file. There are two types of relocs.
1129 Imports are relocs against symbols defined in other NLM files. We
1130 treat these as relocs against global symbols. Relocation fixups
1131 are internal relocs.
1133 The actual format used to store the relocs is machine specific. */
1138 section pointers are needed because the relocs are not sorted by
1186 /* Get the number of relocs. This really just returns an upper bound,
1197 /* If we don't know how to read relocs, just return 0. */
1224 /* Get the relocs themselves. */
1273 if (nlm_sym->relocs[j].section == sec)
1275 *relptr = &nlm_sym->relocs[j].reloc;
1525 /* i386 NetWare has a very restricted set of relocs. In order for
1527 the section contents so that its set of relocs will work. If all
1528 the relocs are already acceptable, this will not do anything. */
1550 /* We need to sort a list of relocs associated with sections when we
1551 write out the external relocs. */
1595 imports are both obtained from the list of relocs attached to each
1640 /* Advance to the relocs. */
1651 over the relocs, we also count the external relocs, which is
1662 /* We can only represent relocs within a code or data
1696 /* Write out the imports (relocs against external symbols). These
1697 are output as a symbol name followed by all the relocs for that
1698 symbol, so we must first gather together all the relocs against
1733 /* Sort the external relocs by name. */
1737 /* Write out the external relocs. */