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

/haiku-fatelf/src/bin/gdb/gdb/
H A Dhpread.c584 static int pst_syms_size = 0;
594 pst_syms_size = 20;
603 pst_syms_size = 0;
612 if (++pst_syms_count > pst_syms_size)
615 2 * pst_syms_size * sizeof (pst_syms_struct));
616 pst_syms_size *= 2;
577 static int pst_syms_size = 0; variable

Completed in 22 milliseconds