Home | History | Annotate | Download | only in bfd

Lines Matching refs:rel

996 tilepro_elf_append_rela_32 (bfd *abfd, asection *s, Elf_Internal_Rela *rel)
1002 bfd_elf32_swap_reloca_out (abfd, rel, (bfd_byte *) loc32);
1246 ? ".rela.got" : ".rel.got"),
1478 const Elf_Internal_Rela *rel;
1500 for (rel = relocs; rel < rel_end; rel++)
1507 r_symndx = ELF32_R_SYM (rel->r_info);
1508 r_type = ELF32_R_TYPE (rel->r_info);
1848 if (!bfd_elf_gc_record_vtinherit (abfd, sec, h, rel->r_offset))
1853 if (!bfd_elf_gc_record_vtentry (abfd, sec, h, rel->r_addend))
1870 Elf_Internal_Rela *rel,
1876 switch (ELF32_R_TYPE (rel->r_info))
1888 switch (ELF32_R_TYPE (rel->r_info))
1906 return _bfd_elf_gc_mark_hook (sec, info, rel, h, sym);
1918 const Elf_Internal_Rela *rel, *relend;
1934 for (rel = relocs; rel < relend; rel++)
1940 r_symndx = ELF32_R_SYM (rel->r_info);
1961 r_type = ELF32_R_TYPE (rel->r_info);
2187 .rel.bss section we are going to use. */
2829 Elf_Internal_Rela *rel;
2846 rel = relocs;
2849 for (; rel < relend; rel++)
2867 r_type = ELF32_R_TYPE (rel->r_info);
2885 r_symndx = ELF32_R_SYM (rel->r_info);
2894 relocation = _bfd_elf_rela_local_sym (output_bfd, sym, &sec, rel);
2901 RELOC_FOR_GLOBAL_SYMBOL (info, input_bfd, input_section, rel,
2919 rel, 1, relend, howto, 0, contents);
2961 tilepro_replace_insn (contents + rel->r_offset,
2968 tilepro_replace_insn (contents + rel->r_offset,
2985 tilepro_replace_insn (contents + rel->r_offset, srca_mask_X0,
2992 tilepro_replace_insn (contents + rel->r_offset, srca_mask_X1,
3024 tilepro_replace_insn (contents + rel->r_offset, mask, add_insn);
3032 tilepro_replace_insn (contents + rel->r_offset,
3037 tilepro_replace_insn (contents + rel->r_offset,
3238 rel->r_offset);
3274 outrel.r_addend = rel->r_addend;
3281 outrel.r_addend = relocation + rel->r_addend;
3287 outrel.r_addend = relocation + rel->r_addend;
3360 rel->r_offset);
3373 + rel->r_addend;
3570 rel->r_offset) != (bfd_vma) -1)
3575 (long) rel->r_offset,
3606 contents, rel->r_offset,
3607 relocation, rel->r_addend);
3616 relocation -= rel->r_offset;
3622 relocation += rel->r_addend;
3641 for (data = contents + rel->r_offset; mask != 0; data++)
3659 (bfd_vma) 0, input_bfd, input_section, rel->r_offset);
3664 (info, name, input_bfd, input_section, rel->r_offset,
3687 (info, msg, name, input_bfd, input_section, rel->r_offset);
3966 /* Return address for Ith PLT stub in section PLT, for relocation REL
3971 const arelent *rel ATTRIBUTE_UNUSED)