Lines Matching refs:isymbuf
731 Elf_Internal_Sym *isymbuf = NULL; in elf32_crx_get_relocated_section_contents() local
763 isymbuf = (Elf_Internal_Sym *) symtab_hdr->contents; in elf32_crx_get_relocated_section_contents()
764 if (isymbuf == NULL) in elf32_crx_get_relocated_section_contents()
765 isymbuf = bfd_elf_get_elf_syms (input_bfd, symtab_hdr, in elf32_crx_get_relocated_section_contents()
768 if (isymbuf == NULL) in elf32_crx_get_relocated_section_contents()
778 isymend = isymbuf + symtab_hdr->sh_info; in elf32_crx_get_relocated_section_contents()
779 for (isym = isymbuf, secpp = sections; isym < isymend; ++isym, ++secpp) in elf32_crx_get_relocated_section_contents()
797 isymbuf, sections)) in elf32_crx_get_relocated_section_contents()
802 if (isymbuf != NULL in elf32_crx_get_relocated_section_contents()
803 && symtab_hdr->contents != (unsigned char *) isymbuf) in elf32_crx_get_relocated_section_contents()
804 free (isymbuf); in elf32_crx_get_relocated_section_contents()
814 if (isymbuf != NULL in elf32_crx_get_relocated_section_contents()
815 && symtab_hdr->contents != (unsigned char *) isymbuf) in elf32_crx_get_relocated_section_contents()
816 free (isymbuf); in elf32_crx_get_relocated_section_contents()
968 Elf_Internal_Sym *isymbuf = NULL; in elf32_crx_relax_section() local
1017 if (isymbuf == NULL && symtab_hdr->sh_info != 0) in elf32_crx_relax_section()
1019 isymbuf = (Elf_Internal_Sym *) symtab_hdr->contents; in elf32_crx_relax_section()
1020 if (isymbuf == NULL) in elf32_crx_relax_section()
1021 isymbuf = bfd_elf_get_elf_syms (abfd, symtab_hdr, in elf32_crx_relax_section()
1024 if (isymbuf == NULL) in elf32_crx_relax_section()
1035 isym = isymbuf + ELF32_R_SYM (irel->r_info); in elf32_crx_relax_section()
1110 symtab_hdr->contents = (unsigned char *) isymbuf; in elf32_crx_relax_section()
1155 symtab_hdr->contents = (unsigned char *) isymbuf; in elf32_crx_relax_section()
1204 symtab_hdr->contents = (unsigned char *) isymbuf; in elf32_crx_relax_section()
1245 symtab_hdr->contents = (unsigned char *) isymbuf; in elf32_crx_relax_section()
1266 if (isymbuf != NULL in elf32_crx_relax_section()
1267 && symtab_hdr->contents != (unsigned char *) isymbuf) in elf32_crx_relax_section()
1270 free (isymbuf); in elf32_crx_relax_section()
1274 symtab_hdr->contents = (unsigned char *) isymbuf; in elf32_crx_relax_section()
1297 if (isymbuf != NULL in elf32_crx_relax_section()
1298 && symtab_hdr->contents != (unsigned char *) isymbuf) in elf32_crx_relax_section()
1299 free (isymbuf); in elf32_crx_relax_section()