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

/haiku-fatelf/src/bin/gdb/gdb/
H A Dhpread.c610 record_pst_syms (int start_sym, int end_sym)
618 pst_syms_array[pst_syms_count - 1].start = start_sym;
870 int start_sym; /* current psymtab's starting symbol index */
995 start_sym = 0; /* Current psymtab symbol range */
1107 start_sym = CURR_FILE_ISYM;
1121 if (CURR_PROC_ISYM < start_sym)
1122 start_sym = CURR_PROC_ISYM;
1164 (start_sym * sizeof (struct dntt_type_block)),
1183 if (pst_syms_count && start_sym < pst_syms_array[pst_syms_count - 1].end)
1185 end_sym = find_next_pst_start (start_sym);
603 record_pst_syms(int start_sym, int end_sym) argument
862 int start_sym; /* current psymtab's starting symbol index */ local
[all...]

Completed in 117 milliseconds