Lines Matching refs:rel
384 Elf_Internal_Rela * rel,
391 relocation += rel->r_addend;
396 relocation += rel->r_addend;
401 if (rel->r_offset > bfd_get_section_limit (input_bfd, input_section))
405 contents + rel->r_offset);
408 relocation += rel->r_addend;
415 relocation += rel->r_addend;
422 contents + rel->r_offset);
431 contents, rel->r_offset,
432 relocation, rel->r_addend);
441 actually uses Rel structures, the r_addend field will always be
477 Elf_Internal_Rela *rel;
484 for (rel = relocs; rel < relend; rel ++)
496 r_type = ELF32_R_TYPE (rel->r_info);
497 r_symndx = ELF32_R_SYM (rel->r_info);
498 howto = epiphany_elf_howto_table + ELF32_R_TYPE (rel->r_info);
519 RELOC_FOR_GLOBAL_SYMBOL (info, input_bfd, input_section, rel,
529 rel, 1, relend, howto, 0, contents);
536 contents, rel, relocation);
547 (bfd_vma) 0, input_bfd, input_section, rel->r_offset);
552 (info, name, input_bfd, input_section, rel->r_offset, TRUE);
577 (info, msg, name, input_bfd, input_section, rel->r_offset);