Home | History | Annotate | Download | only in bfd

Lines Matching defs:srel

1445   Elf_Internal_Rela *irel, *irelend, *srel;
1553 srel = irel;
1602 srel = irel + (relax_relocs ? 1 : 0);
1603 symval = OFFSET_FOR_RELOC (srel);
1609 new_type = ELF32_R_TYPE(srel->r_info);
1612 + srel->r_offset;
1613 pcrel = symval - pc + srel->r_addend;
1689 if (srel->r_offset == irel->r_offset + posn
1701 srel ++;
1726 /* srel, posn, and enc must be set here. */
1728 symval = OFFSET_FOR_RELOC (srel);
1732 if (srel->r_offset == irel->r_offset + posn
1828 if (srel->r_offset == irel->r_offset + posn
1842 srel ++;
1862 /* srel, posn, and enc must be set here. */
1864 symval = OFFSET_FOR_RELOC (srel);
1868 if (srel->r_offset == irel->r_offset + posn
1892 srel->r_info = ELF32_R_INFO (ELF32_R_SYM (srel->r_info), new_type);