Lines Matching refs:isymbuf

507   Elf_Internal_Sym *isymbuf = NULL;  in sh_elf_relax_section()  local
617 if (isymbuf == NULL && symtab_hdr->sh_info != 0) in sh_elf_relax_section()
619 isymbuf = (Elf_Internal_Sym *) symtab_hdr->contents; in sh_elf_relax_section()
620 if (isymbuf == NULL) in sh_elf_relax_section()
621 isymbuf = bfd_elf_get_elf_syms (abfd, symtab_hdr, in sh_elf_relax_section()
624 if (isymbuf == NULL) in sh_elf_relax_section()
634 isym = isymbuf + ELF32_R_SYM (irelfn->r_info); in sh_elf_relax_section()
703 symtab_hdr->contents = (unsigned char *) isymbuf; in sh_elf_relax_section()
824 symtab_hdr->contents = (unsigned char *) isymbuf; in sh_elf_relax_section()
828 if (isymbuf != NULL in sh_elf_relax_section()
829 && symtab_hdr->contents != (unsigned char *) isymbuf) in sh_elf_relax_section()
832 free (isymbuf); in sh_elf_relax_section()
836 symtab_hdr->contents = (unsigned char *) isymbuf; in sh_elf_relax_section()
859 if (isymbuf != NULL in sh_elf_relax_section()
860 && symtab_hdr->contents != (unsigned char *) isymbuf) in sh_elf_relax_section()
861 free (isymbuf); in sh_elf_relax_section()
886 Elf_Internal_Sym *isymbuf, *isym, *isymend; in sh_elf_relax_delete_bytes() local
893 isymbuf = (Elf_Internal_Sym *) symtab_hdr->contents; in sh_elf_relax_delete_bytes()
994 isym = isymbuf + ELF32_R_SYM (irel->r_info); in sh_elf_relax_delete_bytes()
1274 isym = isymbuf + ELF32_R_SYM (irelscan->r_info); in sh_elf_relax_delete_bytes()
1312 isymend = isymbuf + symtab_hdr->sh_info; in sh_elf_relax_delete_bytes()
1313 for (isym = isymbuf; isym < isymend; isym++) in sh_elf_relax_delete_bytes()
5534 Elf_Internal_Sym *isymbuf = NULL; in sh_elf_get_relocated_section_contents() local
5565 isymbuf = (Elf_Internal_Sym *) symtab_hdr->contents; in sh_elf_get_relocated_section_contents()
5566 if (isymbuf == NULL) in sh_elf_get_relocated_section_contents()
5567 isymbuf = bfd_elf_get_elf_syms (input_bfd, symtab_hdr, in sh_elf_get_relocated_section_contents()
5570 if (isymbuf == NULL) in sh_elf_get_relocated_section_contents()
5580 isymend = isymbuf + symtab_hdr->sh_info; in sh_elf_get_relocated_section_contents()
5581 for (isym = isymbuf, secpp = sections; isym < isymend; ++isym, ++secpp) in sh_elf_get_relocated_section_contents()
5599 isymbuf, sections)) in sh_elf_get_relocated_section_contents()
5604 if (isymbuf != NULL in sh_elf_get_relocated_section_contents()
5605 && symtab_hdr->contents != (unsigned char *) isymbuf) in sh_elf_get_relocated_section_contents()
5606 free (isymbuf); in sh_elf_get_relocated_section_contents()
5616 if (isymbuf != NULL in sh_elf_get_relocated_section_contents()
5617 && symtab_hdr->contents != (unsigned char *) isymbuf) in sh_elf_get_relocated_section_contents()
5618 free (isymbuf); in sh_elf_get_relocated_section_contents()