Lines Matching refs:rel
305 struct internal_reloc * rel,
312 if (rel->r_type >= NUM_ELEM (mcore_coff_howto_table))
315 howto = mcore_coff_howto_table + rel->r_type;
317 if (rel->r_type == IMAGE_REL_MCORE_RVA)
360 struct internal_reloc * rel;
383 rel = relocs;
384 relend = rel + input_section->reloc_count;
386 for (; rel < relend; rel++)
394 unsigned short r_type = rel->r_type;
399 symndx = rel->r_symndx;
400 loc = contents + rel->r_vaddr - input_section->vma;
416 howto = bfd_coff_rtype_to_howto (input_bfd, input_section, rel, h,
465 rel->r_vaddr - input_section->vma, TRUE)))
488 rel->r_symndx, my_name, (long) rel->r_vaddr,
489 (unsigned long) rel->r_vaddr);
505 input_section, contents, rel->r_vaddr - input_section->vma,
515 rel->r_vaddr))
530 input_section, rel->r_vaddr - input_section->vma)))