Home | History | Annotate | Download | only in bfd

Lines Matching full:relocs

447 /* Look through the relocs for a section during the first phase.
449 virtual table relocs for gc. */
455 const Elf_Internal_Rela *relocs)
469 rel_end = relocs + sec->reloc_count;
470 for (rel = relocs; rel < rel_end; rel++)
523 /* Note that we've changed relocs, otherwise if !info->keep_memory
524 we'll free the relocs and lose our changes. */
525 elf_section_data (sec)->relocs = (Elf_Internal_Rela *) relocs;
540 The relocs
545 necessary, and (if using Rela relocs and generating a relocatable
571 Elf_Internal_Rela * relocs,
582 relend = relocs + input_section->reloc_count;
584 for (rel = relocs; rel < relend; rel ++)