Lines Matching refs:isymbuf
2569 Elf_Internal_Sym *isymbuf = NULL; in mmix_elf_relax_section() local
2676 if (isymbuf == NULL) in mmix_elf_relax_section()
2678 isymbuf = (Elf_Internal_Sym *) symtab_hdr->contents; in mmix_elf_relax_section()
2679 if (isymbuf == NULL) in mmix_elf_relax_section()
2680 isymbuf = bfd_elf_get_elf_syms (abfd, symtab_hdr, in mmix_elf_relax_section()
2683 if (isymbuf == 0) in mmix_elf_relax_section()
2687 isym = isymbuf + ELF64_R_SYM (irel->r_info); in mmix_elf_relax_section()
2853 if (isymbuf != NULL && (unsigned char *) isymbuf != symtab_hdr->contents) in mmix_elf_relax_section()
2856 free (isymbuf); in mmix_elf_relax_section()
2860 symtab_hdr->contents = (unsigned char *) isymbuf; in mmix_elf_relax_section()
2880 if (isymbuf != NULL && (unsigned char *) isymbuf != symtab_hdr->contents) in mmix_elf_relax_section()
2881 free (isymbuf); in mmix_elf_relax_section()