Searched refs:symbuf_count (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/contrib/binutils/bfd/
H A Delflink.c6502 size_t symbuf_count;
7629 if (finfo->symbuf_count > 0)
7637 amt = finfo->symbuf_count * bed->s->sizeof_sym;
7643 finfo->symbuf_count = 0;
7685 if (finfo->symbuf_count >= finfo->symbuf_size)
7691 dest = finfo->symbuf + finfo->symbuf_count * bed->s->sizeof_sym;
7710 finfo->symbuf_count += 1;
9406 finfo.symbuf_count = 0;
6492 size_t symbuf_count; member in struct:elf_final_link_info

Completed in 111 milliseconds