Searched refs:end_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)
619 pst_syms_array[pst_syms_count - 1].end = end_sym;
871 int end_sym; /* current psymtab's ending symbol index */
996 end_sym = 0;
1071 end_sym * sizeof (struct dntt_type_block),
1181 end_sym = 0;
1185 end_sym = find_next_pst_start (start_sym);
1188 if (!end_sym)
1197 end_sym = min (next_file_isym, next_module_isym);
1202 end_sym
603 record_pst_syms(int start_sym, int end_sym) argument
863 int end_sym; /* current psymtab's ending symbol index */ local
[all...]

Completed in 42 milliseconds