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

/haiku-fatelf/src/bin/gdb/gdb/
H A Dhpread.c581 static pst_syms_struct *pst_syms_array = 0;
595 pst_syms_array = (pst_syms_struct *) xmalloc (20 * sizeof (pst_syms_struct));
604 xfree (pst_syms_array);
605 pst_syms_array = 0;
614 pst_syms_array = (pst_syms_struct *) xrealloc (pst_syms_array,
618 pst_syms_array[pst_syms_count - 1].start = start_sym;
619 pst_syms_array[pst_syms_count - 1].end = end_sym;
637 if (pst_syms_array[i].end <= index)
638 return (i == pst_syms_count - 1) ? 0 : pst_syms_array[
574 static pst_syms_struct *pst_syms_array = 0; variable
[all...]

Completed in 39 milliseconds