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

/freebsd-11-stable/contrib/gdb/gdb/
H A Dhpread.c612 record_pst_syms (int start_sym, int end_sym)
620 pst_syms_array[pst_syms_count - 1].start = start_sym;
872 int start_sym; /* current psymtab's starting symbol index */
997 start_sym = 0; /* Current psymtab symbol range */
1109 start_sym = CURR_FILE_ISYM;
1123 if (CURR_PROC_ISYM < start_sym)
1124 start_sym = CURR_PROC_ISYM;
1166 (start_sym * sizeof (struct dntt_type_block)),
1185 if (pst_syms_count && start_sym < pst_syms_array[pst_syms_count - 1].end)
1187 end_sym = find_next_pst_start (start_sym);
605 record_pst_syms(int start_sym, int end_sym) argument
864 int start_sym; /* current psymtab's starting symbol index */ local
[all...]

Completed in 31 milliseconds