Lines Matching refs:rel
554 const Elf_Internal_Rela *rel;
572 for (rel = relocs; rel < rel_end; rel++)
577 r_symndx = ELF32_R_SYM (rel->r_info);
593 switch (ELF32_R_TYPE (rel->r_info))
648 eh->got_addend = rel->r_addend;
653 if (eh->got_addend != (bfd_vma) rel->r_addend)
657 bfd_get_filename (abfd), rel->r_addend,
768 if ((ELF32_R_TYPE (rel->r_info) == R_VAX_PC8
769 || ELF32_R_TYPE (rel->r_info) == R_VAX_PC16
770 || ELF32_R_TYPE (rel->r_info) == R_VAX_PC32)
803 if (!bfd_elf_gc_record_vtinherit (abfd, sec, h, rel->r_offset))
812 && !bfd_elf_gc_record_vtentry (abfd, sec, h, rel->r_addend))
830 Elf_Internal_Rela *rel,
835 switch (ELF32_R_TYPE (rel->r_info))
842 return _bfd_elf_gc_mark_hook (sec, info, rel, h, sym);
853 const Elf_Internal_Rela *rel, *relend;
867 for (rel = relocs; rel < relend; rel++)
872 r_symndx = ELF32_R_SYM (rel->r_info);
881 switch (ELF32_R_TYPE (rel->r_info))
1364 Elf_Internal_Rela *rel;
1376 rel = relocs;
1378 for (; rel < relend; rel++)
1389 r_type = ELF32_R_TYPE (rel->r_info);
1397 r_symndx = ELF32_R_SYM (rel->r_info);
1405 relocation = _bfd_elf_rela_local_sym (output_bfd, sym, &sec, rel);
1412 RELOC_FOR_GLOBAL_SYMBOL (info, input_bfd, input_section, rel,
1452 rel, 1, relend, howto, 0, contents);
1481 bfd_put_32 (output_bfd, rel->r_addend, sgot->contents + off);
1485 rel->r_addend = 0;
1488 contents[rel->r_offset - 1] |= 0x10;
1535 contents[rel->r_offset-1] |= 0x10; /* make indirect */
1536 if (rel->r_addend == 2)
1540 else if (rel->r_addend != 0)
1543 bfd_get_filename (input_bfd), rel->r_addend,
1546 rel->r_addend = 0;
1591 rel->r_offset);
1609 outrel.r_addend = relocation + rel->r_addend;
1618 &contents[rel->r_offset]) == 0);
1619 outrel.r_addend = relocation + rel->r_addend;
1654 outrel.r_addend = relocation + rel->r_addend;
1708 contents, rel->r_offset,
1709 relocation, rel->r_addend);
1737 rel->r_offset)))
2017 const arelent *rel ATTRIBUTE_UNUSED)