Searched refs:irelfn (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils-2.17/bfd/ |
| D | coff-sh.c | 734 struct internal_reloc *irelfn, *irelscan, *irelcount; local 801 for (irelfn = internal_relocs; irelfn < irelend; irelfn++) 802 if (irelfn->r_vaddr == paddr 804 && (irelfn->r_type == R_SH_IMM32 805 || irelfn->r_type == R_SH_IMM32CE 806 || irelfn->r_type == R_SH_IMAGEBASE) 809 && irelfn->r_type == R_SH_IMM32 813 if (irelfn >= irelend) 826 + (irelfn->r_symndx 848 h = obj_coff_sym_hashes (abfd)[irelfn->r_symndx]; [all …]
|
| D | elf32-sh.c | 2148 Elf_Internal_Rela *irelfn, *irelscan, *irelcount; in sh_elf_relax_section() local 2213 for (irelfn = internal_relocs; irelfn < irelend; irelfn++) in sh_elf_relax_section() 2214 if (irelfn->r_offset == paddr in sh_elf_relax_section() 2215 && ELF32_R_TYPE (irelfn->r_info) == (int) R_SH_DIR32) in sh_elf_relax_section() 2217 if (irelfn >= irelend) in sh_elf_relax_section() 2238 if (ELF32_R_SYM (irelfn->r_info) < symtab_hdr->sh_info) in sh_elf_relax_section() 2243 isym = isymbuf + ELF32_R_SYM (irelfn->r_info); in sh_elf_relax_section() 2262 indx = ELF32_R_SYM (irelfn->r_info) - symtab_hdr->sh_info; in sh_elf_relax_section() 2311 irel->r_info = ELF32_R_INFO (ELF32_R_SYM (irelfn->r_info), R_SH_IND12W); in sh_elf_relax_section() 2383 if (! sh_elf_relax_delete_bytes (abfd, sec, irelfn->r_offset, 4)) in sh_elf_relax_section()
|
| /openbsd/src/gnu/usr.bin/binutils/bfd/ |
| D | coff-sh.c | 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]; [all …]
|
| D | elf32-sh.c | 2219 Elf_Internal_Rela *irelfn, *irelscan, *irelcount; in sh_elf_relax_section() local 2289 for (irelfn = internal_relocs; irelfn < irelend; irelfn++) in sh_elf_relax_section() 2290 if (irelfn->r_offset == paddr in sh_elf_relax_section() 2291 && ELF32_R_TYPE (irelfn->r_info) == (int) R_SH_DIR32) in sh_elf_relax_section() 2293 if (irelfn >= irelend) in sh_elf_relax_section() 2314 if (ELF32_R_SYM (irelfn->r_info) < symtab_hdr->sh_info) in sh_elf_relax_section() 2319 isym = isymbuf + ELF32_R_SYM (irelfn->r_info); in sh_elf_relax_section() 2338 indx = ELF32_R_SYM (irelfn->r_info) - symtab_hdr->sh_info; in sh_elf_relax_section() 2387 irel->r_info = ELF32_R_INFO (ELF32_R_SYM (irelfn->r_info), R_SH_IND12W); in sh_elf_relax_section() 2394 if (ELF32_R_SYM (irelfn->r_info) < symtab_hdr->sh_info) in sh_elf_relax_section() [all …]
|