Lines Matching refs:rel
239 Elf_Internal_Rela * rel,
262 + rel->r_offset);
264 s = relocation + rel->r_addend;
266 byte = (unsigned char *)contents + rel->r_offset;
345 s -= mep_sdaoff_base(rel->r_offset);
351 s -= mep_tpoff_base(rel->r_offset);
357 u -= mep_tpoff_base(rel->r_offset);
362 u -= mep_tpoff_base(rel->r_offset);
367 u -= mep_tpoff_base(rel->r_offset);
420 actually uses Rel structures, the r_addend field will always be
457 Elf_Internal_Rela * rel;
466 for (rel = relocs; rel < relend; rel ++)
478 r_type = ELF32_R_TYPE (rel->r_info);
479 r_symndx = ELF32_R_SYM (rel->r_info);
480 howto = mep_elf_howto_table + ELF32_R_TYPE (rel->r_info);
489 relocation = _bfd_elf_rela_local_sym (output_bfd, sym, &sec, rel);
499 RELOC_FOR_GLOBAL_SYMBOL(info, input_bfd, input_section, rel,
509 rel, 1, relend, howto, 0, contents);
516 contents, rel, relocation);
519 contents, rel, relocation);
530 input_bfd, input_section, rel->r_offset);
535 (info, name, input_bfd, input_section, rel->r_offset, TRUE);
557 (info, msg, name, input_bfd, input_section, rel->r_offset);