Lines Matching refs:irelfn
743 struct internal_reloc *irelfn, *irelscan, *irelcount; in sh_relax_section() local
810 for (irelfn = internal_relocs; irelfn < irelend; irelfn++) in sh_relax_section()
811 if (irelfn->r_vaddr == paddr in sh_relax_section()
813 && (irelfn->r_type == R_SH_IMM32 in sh_relax_section()
814 || irelfn->r_type == R_SH_IMM32CE in sh_relax_section()
815 || irelfn->r_type == R_SH_IMAGEBASE) in sh_relax_section()
818 && irelfn->r_type == R_SH_IMM32 in sh_relax_section()
822 if (irelfn >= irelend) in sh_relax_section()
835 + (irelfn->r_symndx in sh_relax_section()
857 h = obj_coff_sym_hashes (abfd)[irelfn->r_symndx]; in sh_relax_section()
911 irel->r_symndx = irelfn->r_symndx; in sh_relax_section()
988 irelfn->r_vaddr - sec->vma, 4)) in sh_relax_section()