Lines Matching refs: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);
459 const Elf_Internal_Rela *rel;
470 for (rel = relocs; rel < rel_end; rel++)
475 r_symndx = ELF32_R_SYM (rel->r_info);
490 switch (ELF32_R_TYPE (rel->r_info))
495 if (!bfd_elf_gc_record_vtinherit (abfd, sec, h, rel->r_offset))
504 && !bfd_elf_gc_record_vtentry (abfd, sec, h, rel->r_addend))
514 ((Elf_Internal_Rela *) rel)->r_info
515 = ELF32_R_INFO (ELF32_R_SYM (rel->r_info), R_IQ2000_32_DEBUG);
541 actually uses Rel structures, the r_addend field will always be
577 Elf_Internal_Rela * rel;
584 for (rel = relocs; rel < relend; rel ++)
596 r_type = ELF32_R_TYPE (rel->r_info);
602 r_symndx = ELF32_R_SYM (rel->r_info);
604 howto = iq2000_elf_howto_table + ELF32_R_TYPE (rel->r_info);
620 rel->r_addend = _bfd_elf_rel_local_sym (output_bfd, sym, &sec,
621 rel->r_addend);
636 RELOC_FOR_GLOBAL_SYMBOL (info, input_bfd, input_section, rel,
646 rel, 1, relend, howto, 0, contents);
654 r = iq2000_elf_relocate_hi16 (input_bfd, rel, contents, relocation);
658 r = iq2000_elf_relocate_offset16 (input_bfd, rel, contents, relocation,
661 + rel->r_offset);
665 rel->r_addend -= 4;
670 contents, rel, relocation);
683 (bfd_vma) 0, input_bfd, input_section, rel->r_offset);
688 (info, name, input_bfd, input_section, rel->r_offset, TRUE);
710 (info, msg, name, input_bfd, input_section, rel->r_offset);
728 Elf_Internal_Rela *rel,
733 switch (ELF32_R_TYPE (rel->r_info))
740 return _bfd_elf_gc_mark_hook (sec, info, rel, h, sym);