Home | History | Annotate | Download | only in bfd

Lines Matching full:relocs

590   irelbase = elf_section_data (sec)->relocs;
631 irelbase = elf_section_data (stab)->relocs;
810 /* Note that we've changed the relocs, section contents, etc. */
811 elf_section_data (sec)->relocs = misc->irelbase;
1097 if this section does not have relocs, or if this is
1214 && elf_section_data (sec)->relocs != internal_relocs)
1227 && elf_section_data (sec)->relocs != internal_relocs)
1352 The relocs are always passed as Rela structures; if the section
1357 necessary, and (if using Rela relocs and generating a relocatable
1383 Elf_Internal_Rela *relocs,
1394 relend = relocs + input_section->reloc_count;
1396 for (rel = relocs; rel < relend; rel ++)