Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dhpread.c577 static int pst_syms_size = 0; variable
587 pst_syms_size = 20; in init_pst_syms()
596 pst_syms_size = 0; in clear_pst_syms()
605 if (++pst_syms_count > pst_syms_size) in record_pst_syms()
608 2 * pst_syms_size * sizeof (pst_syms_struct)); in record_pst_syms()
609 pst_syms_size *= 2; in record_pst_syms()