Lines Matching refs:rel
29 #define USE_REL 1 /* CR16C uses REL relocations instead of RELA. */
684 Elf_Internal_Rela *rel, *relend;
689 rel = relocs;
691 for (; rel < relend; rel++)
702 r_symndx = ELF32_R_SYM (rel->r_info);
703 r_type = ELF32_R_TYPE (rel->r_info);
713 relocation = _bfd_elf_rela_local_sym (output_bfd, sym, &sec, rel);
719 RELOC_FOR_GLOBAL_SYMBOL (info, input_bfd, input_section, rel,
727 rel, 1, relend, howto, 0, contents);
736 rel->r_addend += sec->output_offset;
742 contents, rel->r_offset,
743 relocation, rel->r_addend,
767 rel->r_offset)))
774 rel->r_offset, TRUE)))
797 rel->r_offset)))