Searched refs:symshndxbuf (Results 1 – 3 of 3) sorted by relevance
6490 Elf_External_Sym_Shndx *symshndxbuf; member7682 destshndx = finfo->symshndxbuf; in elf_link_output_sym()7690 finfo->symshndxbuf = destshndx = bfd_realloc (destshndx, amt * 2); in elf_link_output_sym()9395 finfo.symshndxbuf = NULL; in bfd_elf_final_link()9673 finfo.symshndxbuf = bfd_zmalloc (amt); in bfd_elf_final_link()9674 if (finfo.symshndxbuf == NULL) in bfd_elf_final_link()10035 || (bfd_bwrite (finfo.symshndxbuf, amt, abfd) != amt)) in bfd_elf_final_link()10366 if (finfo.symshndxbuf != NULL) in bfd_elf_final_link()10367 free (finfo.symshndxbuf); in bfd_elf_final_link()10410 if (finfo.symshndxbuf != NULL) in bfd_elf_final_link()[all …]
5868 Set up a larger symshndxbuf, and write it out. Free it on5872 indices, reallocating symshndxbuf rather than writing it out.5873 (elf_link_flush_output_syms): Don't flush symshndxbuf.
273 (struct elf_final_link_info): Add locsym_shndx and symshndxbuf.