Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/bfd/
Delflink.c7423 size_t symbuf_count; member
8357 if (flinfo->symbuf_count > 0) in elf_link_flush_output_syms()
8365 amt = flinfo->symbuf_count * bed->s->sizeof_sym; in elf_link_flush_output_syms()
8371 flinfo->symbuf_count = 0; in elf_link_flush_output_syms()
8414 if (flinfo->symbuf_count >= flinfo->symbuf_size) in elf_link_output_sym()
8420 dest = flinfo->symbuf + flinfo->symbuf_count * bed->s->sizeof_sym; in elf_link_output_sym()
8441 flinfo->symbuf_count += 1; in elf_link_output_sym()
10491 flinfo.symbuf_count = 0; in bfd_elf_final_link()