Searched refs:pst_syms_size (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/gdb/gdb/
H A Dhpread.c586 static int pst_syms_size = 0;
596 pst_syms_size = 20;
605 pst_syms_size = 0;
614 if (++pst_syms_count > pst_syms_size)
617 2 * pst_syms_size * sizeof (pst_syms_struct));
618 pst_syms_size *= 2;
579 static int pst_syms_size = 0; variable

Completed in 139 milliseconds