Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/bfd/
Delflink.c7697 Elf_External_Sym_Shndx *symshndxbuf; member
8923 = flinfo->symshndxbuf ? bfd_get_symcount (flinfo->output_bfd) : 0; in elf_link_output_symstrtab()
8958 if (flinfo->symshndxbuf) in elf_link_swap_symbols_out()
8962 flinfo->symshndxbuf = (Elf_External_Sym_Shndx *) bfd_zmalloc (amt); in elf_link_swap_symbols_out()
8963 if (flinfo->symshndxbuf == NULL) in elf_link_swap_symbols_out()
8983 (flinfo->symshndxbuf in elf_link_swap_symbols_out()
11054 if (flinfo->symshndxbuf != NULL) in elf_final_link_free()
11055 free (flinfo->symshndxbuf); in elf_final_link_free()
11136 flinfo.symshndxbuf = NULL; in bfd_elf_final_link()
11392 flinfo.symshndxbuf in bfd_elf_final_link()
[all …]
DChangeLog-20082847 symshndxbuf until it is known that the reallocation succeeded.
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-20152157 strtab. Initialize symshndxbuf to -1 when number of sections
DChangeLog-0001273 (struct elf_final_link_info): Add locsym_shndx and symshndxbuf.