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

/freebsd-11-stable/contrib/gdb/gdb/
H A Dhpread.c583 static pst_syms_struct *pst_syms_array = 0;
597 pst_syms_array = (pst_syms_struct *) xmalloc (20 * sizeof (pst_syms_struct));
606 xfree (pst_syms_array);
607 pst_syms_array = 0;
616 pst_syms_array = (pst_syms_struct *) xrealloc (pst_syms_array,
620 pst_syms_array[pst_syms_count - 1].start = start_sym;
621 pst_syms_array[pst_syms_count - 1].end = end_sym;
639 if (pst_syms_array[i].end <= index)
640 return (i == pst_syms_count - 1) ? 0 : pst_syms_array[
576 static pst_syms_struct *pst_syms_array = 0; variable
[all...]

Completed in 118 milliseconds