Lines Matching defs:rel

312 			      Elf_Internal_Rela *rel,
320 insn = bfd_get_32 (input_bfd, contents + rel->r_offset);
322 value += rel->r_addend;
334 bfd_put_32 (input_bfd, insn, contents + rel->r_offset);
412 Elf_Internal_Rela * rel,
416 contents, rel->r_offset,
417 relocation, rel->r_addend);
465 const Elf_Internal_Rela *rel;
476 for (rel = relocs; rel < rel_end; rel++)
481 r_symndx = ELF32_R_SYM (rel->r_info);
496 switch (ELF32_R_TYPE (rel->r_info))
501 if (!bfd_elf_gc_record_vtinherit (abfd, sec, h, rel->r_offset))
510 && !bfd_elf_gc_record_vtentry (abfd, sec, h, rel->r_addend))
520 ((Elf_Internal_Rela *) rel)->r_info
521 = ELF32_R_INFO (ELF32_R_SYM (rel->r_info), R_IQ2000_32_DEBUG);
583 Elf_Internal_Rela * rel;
590 for (rel = relocs; rel < relend; rel ++)
602 r_type = ELF32_R_TYPE (rel->r_info);
608 r_symndx = ELF32_R_SYM (rel->r_info);
610 howto = iq2000_elf_howto_table + ELF32_R_TYPE (rel->r_info);
626 rel->r_addend = _bfd_elf_rel_local_sym (output_bfd, sym, &sec,
627 rel->r_addend);
642 RELOC_FOR_GLOBAL_SYMBOL (info, input_bfd, input_section, rel,
652 rel, 1, relend, howto, 0, contents);
660 r = iq2000_elf_relocate_hi16 (input_bfd, rel, contents, relocation);
664 r = iq2000_elf_relocate_offset16 (input_bfd, rel, contents, relocation,
667 + rel->r_offset);
671 rel->r_addend -= 4;
676 contents, rel, relocation);
689 (bfd_vma) 0, input_bfd, input_section, rel->r_offset);
694 (info, name, input_bfd, input_section, rel->r_offset, TRUE);
716 input_section, rel->r_offset);
731 Elf_Internal_Rela *rel,
736 switch (ELF32_R_TYPE (rel->r_info))
743 return _bfd_elf_gc_mark_hook (sec, info, rel, h, sym);