Home | History | Annotate | Download | only in bfd

Lines Matching refs:relocs

276    The relocs are always passed as Rela structures; if the section
281 necessary, and (if using Rela relocs and generating a relocatable
308 Elf_Internal_Rela * relocs,
319 relend = relocs + input_section->reloc_count;
321 for (rel = relocs; rel < relend; rel ++)
425 /* Look through the relocs for a section during the first phase.
427 virtual table relocs for gc. */
433 const Elf_Internal_Rela *relocs)
446 rel_end = relocs + sec->reloc_count;
447 for (rel = relocs; rel < rel_end; rel++)