Home | History | Annotate | Download | only in bfd

Lines Matching defs:relocs

387 /* The VAX linker needs to keep track of the number of relocs that it
389 can discard PC relative relocs if it doesn't need them when linking
393 /* This structure keeps track of the number of PC relative relocs we have
402 /* Number of relocs copied in this section. */
412 /* Number of PC relative relocs copied for this symbol. */
568 /* Look through the relocs for a section during the first phase, and
574 const Elf_Internal_Rela *relocs)
592 rel_end = relocs + sec->reloc_count;
593 for (rel = relocs; rel < rel_end; rel++)
1055 bool relocs;
1075 relative relocs against symbols defined in a regular object. We
1093 relocs = false;
1115 relocs = true;
1118 to copy relocs into the output file. */
1154 return _bfd_elf_add_dynamic_tags (output_bfd, info, relocs);
1159 allocated to copy PC relative relocs against symbols which are defined
1169 /* We only discard relocs for symbols defined in a regular object. */
1238 Elf_Internal_Rela *relocs,
1261 rel = relocs;
1262 relend = relocs + input_section->reloc_count;
1518 but ld.so expects buggy relocs. */