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

/haiku-fatelf/src/bin/gdb/gdb/
H A Dhpread.c583 static int pst_syms_count = 0;
593 pst_syms_count = 0;
602 pst_syms_count = 0;
612 if (++pst_syms_count > pst_syms_size)
618 pst_syms_array[pst_syms_count - 1].start = start_sym;
619 pst_syms_array[pst_syms_count - 1].end = end_sym;
636 for (i = pst_syms_count - 1; i >= 0; i--)
638 return (i == pst_syms_count - 1) ? 0 : pst_syms_array[i + 1].start - 1;
1183 if (pst_syms_count && start_sym < pst_syms_array[pst_syms_count
576 static int pst_syms_count = 0; variable
[all...]

Completed in 97 milliseconds