Searched refs:irelfn (Results 1 – 3 of 3) sorted by relevance
/toolchain/binutils/binutils-2.25/bfd/ |
D | coff-sh.c | 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() [all …]
|
D | elf32-sh.c | 539 Elf_Internal_Rela *irelfn, *irelscan, *irelcount; in sh_elf_relax_section() local 604 for (irelfn = internal_relocs; irelfn < irelend; irelfn++) in sh_elf_relax_section() 605 if (irelfn->r_offset == paddr in sh_elf_relax_section() 606 && ELF32_R_TYPE (irelfn->r_info) == (int) R_SH_DIR32) in sh_elf_relax_section() 608 if (irelfn >= irelend) in sh_elf_relax_section() 629 if (ELF32_R_SYM (irelfn->r_info) < symtab_hdr->sh_info) in sh_elf_relax_section() 634 isym = isymbuf + ELF32_R_SYM (irelfn->r_info); in sh_elf_relax_section() 653 indx = ELF32_R_SYM (irelfn->r_info) - symtab_hdr->sh_info; in sh_elf_relax_section() 673 symval += irelfn->r_addend; in sh_elf_relax_section() 709 irel->r_info = ELF32_R_INFO (ELF32_R_SYM (irelfn->r_info), R_SH_IND12W); in sh_elf_relax_section() [all …]
|
D | elf32-nds32.c | 10942 Elf_Internal_Rela *irelfn = NULL, *irelend; in nds32_elf_relax_lo12() local 11026 irelfn = find_relocs_at_address (irel, internal_relocs, irelend, in nds32_elf_relax_lo12() 11029 if (irelfn != irelend && reloc != R_NDS32_SDA17S2_RELA) in nds32_elf_relax_lo12() 11030 irelfn->r_info = in nds32_elf_relax_lo12() 11031 ELF32_R_INFO (ELF32_R_SYM (irelfn->r_info), R_NDS32_NONE); in nds32_elf_relax_lo12()
|