Home | History | Annotate | Download | only in bfd

Lines Matching defs:srel

1446   Elf_Internal_Rela *irel, *irelend, *srel;
1554 srel = irel;
1603 srel = irel + (relax_relocs ? 1 : 0);
1604 symval = OFFSET_FOR_RELOC (srel);
1610 new_type = ELF32_R_TYPE(srel->r_info);
1613 + srel->r_offset;
1614 pcrel = symval - pc + srel->r_addend;
1690 if (srel->r_offset == irel->r_offset + posn
1702 srel ++;
1727 /* srel, posn, and enc must be set here. */
1729 symval = OFFSET_FOR_RELOC (srel);
1733 if (srel->r_offset == irel->r_offset + posn
1829 if (srel->r_offset == irel->r_offset + posn
1843 srel ++;
1863 /* srel, posn, and enc must be set here. */
1865 symval = OFFSET_FOR_RELOC (srel);
1869 if (srel->r_offset == irel->r_offset + posn
1893 srel->r_info = ELF32_R_INFO (ELF32_R_SYM (srel->r_info), new_type);