Lines Matching full:relocs
316 The relocs are always passed as Rela structures; if the section
321 necessary, and (if using Rela relocs and generating a relocatable
348 Elf_Internal_Rela * relocs,
361 relend = relocs + input_section->reloc_count;
368 for (rel = relocs; rel < relend; rel ++)
596 const Elf_Internal_Rela * relocs)
615 rel_end = relocs + sec->reloc_count;
616 for (rel = relocs; rel < rel_end; rel++)
1286 /* Mask for the number of relocs associated with this insn. */
1403 this section does not have relocs, or if this is not a
1457 /* The RL_ relocs must be just before the operand relocs they go
1493 /* Ok, we only have three relocs we care about, and they're all
1495 of following relocs (hence the qsort above) that are assigned
1499 above). The three relocs are:
1825 /* Note that we've changed the relocs, section contents, etc. */
1826 elf_section_data (sec)->relocs = internal_relocs;
1924 irel = elf_section_data (sec)->relocs;
1931 /* Adjust all the relocs. */
1932 for (irel = elf_section_data (sec)->relocs; irel < irelend; irel ++)
1939 && irel->r_addend == 0x10 /* one byte insn, no relocs */