Lines Matching refs:isymbuf
335 Elf_Internal_Sym *isymbuf = NULL; in elfNN_ia64_relax_section() local
450 if (isymbuf == NULL) in elfNN_ia64_relax_section()
452 isymbuf = (Elf_Internal_Sym *) symtab_hdr->contents; in elfNN_ia64_relax_section()
453 if (isymbuf == NULL) in elfNN_ia64_relax_section()
454 isymbuf = bfd_elf_get_elf_syms (abfd, symtab_hdr, in elfNN_ia64_relax_section()
457 if (isymbuf == 0) in elfNN_ia64_relax_section()
461 isym = isymbuf + ELFNN_R_SYM (irel->r_info); in elfNN_ia64_relax_section()
785 if (isymbuf != NULL in elfNN_ia64_relax_section()
786 && symtab_hdr->contents != (unsigned char *) isymbuf) in elfNN_ia64_relax_section()
789 free (isymbuf); in elfNN_ia64_relax_section()
793 symtab_hdr->contents = (unsigned char *) isymbuf; in elfNN_ia64_relax_section()
854 if (isymbuf != NULL && (unsigned char *) isymbuf != symtab_hdr->contents) in elfNN_ia64_relax_section()
855 free (isymbuf); in elfNN_ia64_relax_section()