Home | History | Annotate | Download | only in bfd

Lines Matching full:relocs

92   /* Number of dynamic relocs.  */
94 /* Read in dynamic relocs. This may be reloc_std_external or
97 /* arelent structures for dynamic relocs. */
219 /* Similarly, the relocs end at the hash table. */
402 /* Return the amount of memory required for the dynamic relocs. */
422 /* Read in the dynamic relocs. */
760 /* The .dynrel section holds the dynamic relocs. The address is
1232 /* Scan the relocs for an input section using standard relocs. We
1239 reloc. FIXME: We should also handle the PIC relocs here by
1246 const struct reloc_std_external *relocs,
1266 relend = relocs + rel_size / RELOC_STD_SIZE;
1267 for (rel = relocs; rel < relend; rel++)
1272 /* We only want relocs against external symbols. */
1352 copied into the dynamic relocs. We mark the symbol as
1364 to the .plt section; this will cause relocs against it to
1390 /* Scan the relocs for an input section using extended relocs. We
1400 const struct reloc_ext_external *relocs,
1422 relend = relocs + rel_size / RELOC_EXT_SIZE;
1423 for (rel = relocs; rel < relend; rel++)
1526 /* Otherwise, we are only interested in relocs against symbols
1528 only need to consider relocs against external symbols. */
1625 copied into the dynamic relocs. We mark the symbol as
1640 to the .plt section; this will cause relocs against it to
1675 /* Scan the relocs for an input section. */
1683 void * relocs;
1690 relocs = free_relocs = bfd_malloc (rel_size);
1698 relocs = NULL;
1702 relocs = bfd_malloc (rel_size);
1703 aout_section_data (sec)->relocs = relocs;
1706 if (relocs == NULL)
1710 || bfd_bread (relocs, rel_size, abfd) != rel_size)
1716 (struct reloc_std_external *) relocs,
1723 (struct reloc_ext_external *) relocs,
1763 scanning the relocs. */
1859 sections. This unfortunately requires reading all the relocs so
1860 that we can work out which ones need to become dynamic relocs. If
1861 info->keep_memory is TRUE, we keep the relocs in memory; otherwise,
1890 /* Look through all the input BFD's and read their relocs. It would
1892 to determine the number of dynamic relocs we need, and, more
2028 table and the dynamic relocs, allocate storage for them. */
2061 relocs we have output so far. */