Lines Matching refs:start_sym

612 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);
1192 int next_file_isym = find_next_file_isym (start_sym, qFD, curr_fd + 1, pxdb_header_p);
1193 int next_module_isym = find_next_module_isym (start_sym, qMD, curr_md, pxdb_header_p);
1194 int next_proc_isym = find_next_proc_isym (start_sym, qPD, curr_pd, pxdb_header_p);
1221 printf ("File psymtab indices: %x to %x\n", start_sym, end_sym);
1236 record_pst_syms (start_sym, end_sym);
1280 start_sym = CURR_MODULE_ISYM;
1282 start_sym = CURR_FILE_ISYM;
1371 if (CURR_PROC_ISYM < start_sym)
1372 start_sym = CURR_PROC_ISYM;
1394 (start_sym * sizeof (struct dntt_type_block)),
1413 if (pst_syms_count && start_sym < pst_syms_array[pst_syms_count - 1].end)
1415 end_sym = find_next_pst_start (start_sym);
1420 int next_file_isym = find_next_file_isym (start_sym, qFD, curr_fd + 1, pxdb_header_p);
1421 int next_module_isym = find_next_module_isym (start_sym, qMD, curr_md + 1, pxdb_header_p);
1422 int next_proc_isym = find_next_proc_isym (start_sym, qPD, curr_pd, pxdb_header_p);
1449 printf ("Module psymtab indices: %x to %x\n", start_sym, end_sym);
1464 record_pst_syms (start_sym, end_sym);