Home | History | Annotate | Download | only in bfd

Lines Matching refs:rel

854   Elf_Internal_Rela rel;
856 rel.r_info = ELF32_R_INFO (indx, r_type);
857 rel.r_offset = offset;
858 rel.r_addend = addend;
860 bfd_elf32_swap_reloca_out (output_bfd, &rel,
873 actually uses Rel structures, the r_addend field will always be
911 Elf_Internal_Rela *rel, *relend;
930 rel = relocs;
932 for (; rel < relend; rel++)
937 bfd_vma addend = rel->r_addend;
938 rel->r_offset;
948 r_type = ELF32_R_TYPE (rel->r_info);
961 r_symndx = ELF32_R_SYM (rel->r_info);
987 /* rel->r_addend = addend; */
1020 relocation = _bfd_elf_rela_local_sym (output_bfd, sym, &sec, rel);
1023 addend = rel->r_addend;
1031 RELOC_FOR_GLOBAL_SYMBOL (info, input_bfd, input_section, rel,
1456 rel->r_offset);
2216 Elf_Internal_Rela * rel,
2221 switch (ELF32_R_TYPE (rel->r_info))
2228 return _bfd_elf_gc_mark_hook (sec, info, rel, h, sym);
2323 const Elf_Internal_Rela * rel;
2343 for (rel = relocs; rel < rel_end; rel++)
2350 r_symndx = ELF32_R_SYM (rel->r_info);
2351 r_type = ELF32_R_TYPE (rel->r_info);
2369 if (!bfd_elf_gc_record_vtinherit (abfd, sec, h, rel->r_offset))
2376 if (!bfd_elf_gc_record_vtentry (abfd, sec, h, rel->r_addend))
2428 if (ELF32_R_TYPE (rel->r_info) != R_MICROBLAZE_64_PCREL)
2822 /* We also need to make an entry in the .rel.plt section. */