Home
last modified time | relevance | path

Searched refs:symshndxbuf (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/binutils/bfd/
Delflink.c6490 Elf_External_Sym_Shndx *symshndxbuf; member
7682 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 …]
DChangeLog-02035868 Set up a larger symshndxbuf, and write it out. Free it on
5872 indices, reallocating symshndxbuf rather than writing it out.
5873 (elf_link_flush_output_syms): Don't flush symshndxbuf.
DChangeLog-0001273 (struct elf_final_link_info): Add locsym_shndx and symshndxbuf.