Lines Matching refs:isymbuf
36 Elf_Internal_Sym * isymbuf; member
186 Elf_Internal_Sym *isymbuf = NULL; in epiphany_elf_relax_section() local
255 if (isymbuf == NULL && symtab_hdr->sh_info != 0) in epiphany_elf_relax_section()
257 isymbuf = (Elf_Internal_Sym *) symtab_hdr->contents; in epiphany_elf_relax_section()
258 if (isymbuf == NULL) in epiphany_elf_relax_section()
259 isymbuf = bfd_elf_get_elf_syms (abfd, symtab_hdr, in epiphany_elf_relax_section()
262 if (isymbuf == NULL) in epiphany_elf_relax_section()
267 misc.isymbuf = isymbuf; in epiphany_elf_relax_section()
323 if (isymbuf != NULL in epiphany_elf_relax_section()
324 && symtab_hdr->contents != (unsigned char *) isymbuf) in epiphany_elf_relax_section()
327 free (isymbuf); in epiphany_elf_relax_section()
329 symtab_hdr->contents = (unsigned char *) isymbuf; in epiphany_elf_relax_section()
351 if (isymbuf != NULL in epiphany_elf_relax_section()
352 && symtab_hdr->contents != (unsigned char *) isymbuf) in epiphany_elf_relax_section()
353 free (isymbuf); in epiphany_elf_relax_section()