Lines Matching refs:isymbuf
1671 Elf_Internal_Sym *isymbuf, *isymend; in microblaze_elf_relax_section() local
1697 isymbuf = (Elf_Internal_Sym *) symtab_hdr->contents; in microblaze_elf_relax_section()
1699 if (isymbuf == NULL) in microblaze_elf_relax_section()
1700 isymbuf = bfd_elf_get_elf_syms (abfd, symtab_hdr, symcount, in microblaze_elf_relax_section()
1702 BFD_ASSERT (isymbuf != NULL); in microblaze_elf_relax_section()
1750 isym = isymbuf + ELF32_R_SYM (irel->r_info); in microblaze_elf_relax_section()
1847 isym = isymbuf + ELF32_R_SYM (irel->r_info); in microblaze_elf_relax_section()
1912 isym = isymbuf + ELF32_R_SYM (irelscan->r_info); in microblaze_elf_relax_section()
1944 isym = isymbuf + ELF32_R_SYM (irelscan->r_info); in microblaze_elf_relax_section()
1978 isym = isymbuf + ELF32_R_SYM (irelscan->r_info); in microblaze_elf_relax_section()
2022 isym = isymbuf + ELF32_R_SYM (irelscan->r_info); in microblaze_elf_relax_section()
2066 isym = isymbuf + ELF32_R_SYM (irelscan->r_info); in microblaze_elf_relax_section()
2115 isymend = isymbuf + symtab_hdr->sh_info; in microblaze_elf_relax_section()
2116 for (isym = isymbuf; isym < isymend; isym++) in microblaze_elf_relax_section()
2127 isym = isymbuf + symtab_hdr->sh_info; in microblaze_elf_relax_section()
2163 symtab_hdr->contents = (bfd_byte *) isymbuf; in microblaze_elf_relax_section()