Home | History | Annotate | Download | only in bfd

Lines Matching refs:relocs

33 /* RELA relocs are used here...  */
86 /* Don't pretend we can deal with unsupported relocs. */
370 The relocs are always passed as Rela structures; if the section
375 necessary, and (if using Rela relocs and generating a
402 Elf_Internal_Rela * relocs,
408 Elf_Internal_Rela * rel = relocs;
409 Elf_Internal_Rela * relend = relocs + input_section->reloc_count;
584 /* Look through the relocs for a section during the first phase.
586 virtual table relocs for gc. */
592 const Elf_Internal_Rela * relocs)
605 rel_end = relocs + sec->reloc_count;
607 for (rel = relocs; rel < rel_end; rel++)