Lines Matching full:relocs
472 /* Read in and swap the relocs. This returns a buffer holding the
473 relocs for section SEC in file ABFD. If CACHE is TRUE and
474 INTERNAL_RELOCS is NULL, the relocs read in will be saved in case
476 is a buffer large enough to hold the unswapped relocs. If
478 the swapped relocs. If REQUIRE_INTERNAL is TRUE, then the return
501 && coff_section_data (abfd, sec)->relocs != NULL)
504 return coff_section_data (abfd, sec)->relocs;
505 memcpy (internal_relocs, coff_section_data (abfd, sec)->relocs,
535 /* Swap in the relocs. */
558 coff_section_data (abfd, sec)->relocs = free_internal;
979 the relocs we can get the index for a symbol. This method is a
1058 /* Store the index for use when we write out the relocs. */