Lines Matching refs:rel
409 const Elf_Internal_Rela *rel, *relend;
426 for (rel = relocs; rel < relend; ++rel)
432 r_symndx = ELF32_R_SYM (rel->r_info);
447 switch (ELF32_R_TYPE (rel->r_info))
453 if (rel->r_addend != 0)
510 if (!bfd_elf_gc_record_vtinherit (abfd, sec, h, rel->r_offset))
519 && !bfd_elf_gc_record_vtentry (abfd, sec, h, rel->r_addend))
741 actually uses Rel structures, the r_addend field will always be
777 Elf_Internal_Rela * rel;
791 for (rel = relocs; rel < relend; rel ++)
803 r_type = ELF32_R_TYPE (rel->r_info);
809 r_symndx = ELF32_R_SYM (rel->r_info);
810 howto = xstormy16_elf_howto_table + ELF32_R_TYPE (rel->r_info);
819 relocation = _bfd_elf_rela_local_sym (output_bfd, sym, &sec, rel);
825 RELOC_FOR_GLOBAL_SYMBOL (info, input_bfd, input_section, rel,
833 rel, 1, relend, howto, 0, contents);
848 switch (ELF32_R_TYPE (rel->r_info))
852 bfd_vma reloc = relocation + rel->r_addend;
855 x = bfd_get_32 (input_bfd, contents + rel->r_offset);
859 bfd_put_32 (input_bfd, x, contents + rel->r_offset);
907 contents, rel->r_offset,
914 contents, rel->r_offset,
915 relocation, rel->r_addend);
928 (bfd_vma) 0, input_bfd, input_section, rel->r_offset);
933 (info, name, input_bfd, input_section, rel->r_offset,
956 (info, msg, name, input_bfd, input_section, rel->r_offset);
1002 Elf_Internal_Rela *rel,
1007 switch (ELF32_R_TYPE (rel->r_info))
1014 return _bfd_elf_gc_mark_hook (sec, info, rel, h, sym);