Lines Matching refs:irelfn
735 struct internal_reloc *irelfn, *irelscan, *irelcount; local
810 for (irelfn = internal_relocs; irelfn < irelend; irelfn++)
811 if (irelfn->r_vaddr == paddr
813 && (irelfn->r_type == R_SH_IMM32
814 || irelfn->r_type == R_SH_IMM32CE
815 || irelfn->r_type == R_SH_IMAGEBASE))
818 && irelfn->r_type == R_SH_IMM32)
821 if (irelfn >= irelend)
834 + (irelfn->r_symndx
856 h = obj_coff_sym_hashes (abfd)[irelfn->r_symndx];
920 irel->r_symndx = irelfn->r_symndx;
998 irelfn->r_vaddr - sec->vma, 4))