Searched refs:irelcall (Results 1 – 1 of 1) sorted by relevance
3514 Elf_Internal_Rela *irelcall; in v850_elf_relax_section() local3631 for (irelcall = internal_relocs; irelcall < irelend; irelcall ++) in v850_elf_relax_section()3633 r_type = ELF32_R_TYPE (irelcall->r_info); in v850_elf_relax_section()3635 if (irelcall->r_offset == laddr + 8 in v850_elf_relax_section()3642 || irelcall == irelend) in v850_elf_relax_section()3651 if (ELF32_R_SYM (irelcall->r_info) < symtab_hdr->sh_info) in v850_elf_relax_section()3656 isym = isymbuf + ELF32_R_SYM (irelcall->r_info); in v850_elf_relax_section()3666 indx = ELF32_R_SYM (irelcall->r_info) - symtab_hdr->sh_info; in v850_elf_relax_section()3680 if (symval + irelcall->r_addend != irelcall->r_offset + 4) in v850_elf_relax_section()3684 bfd_get_filename (abfd), (unsigned long) irel->r_offset, irelcall->r_offset )); in v850_elf_relax_section()[all …]