Home | History | Annotate | Download | only in bfd

Lines Matching full:relocs

626      output file.  Set the file positions for the relocs.  */
716 flaginfo.section_info[i].relocs = NULL;
721 /* We now know the size of the relocs, so we can determine the file
747 Because of this problem, we also keep the relocs in
754 flaginfo.section_info[o->target_index].relocs =
760 if (flaginfo.section_info[o->target_index].relocs == NULL
1038 the symbol indices to use for relocs against them, and we can
1039 finally write out the relocs. */
1055 irel = flaginfo.section_info[o->target_index].relocs;
1073 /* In PE COFF, write the count of relocs as the first
1104 if (flaginfo.section_info[i].relocs != NULL)
1105 free (flaginfo.section_info[i].relocs);
1166 if (flaginfo.section_info[i].relocs != NULL)
1167 free (flaginfo.section_info[i].relocs);
1346 /* Don't mark relocs in excluded sections. */
1350 /* Read in the relocs. */
1356 ? (flaginfo->section_info[ a->output_section->target_index ].relocs + a->output_section->reloc_count)
2335 (_("%B: relocs in section `%A', but it has no contents"),
2360 /* Read in the relocs. */
2366 ? (flaginfo->section_info[target_index].relocs
2373 /* Run through the relocs looking for relocs against symbols
2831 irel = (flaginfo->section_info[output_section->target_index].relocs
2895 simple relocs. */
2903 struct internal_reloc *relocs,
2910 rel = relocs;
2933 ("%B: illegal symbol index %ld in relocs", input_bfd, symndx);