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

/haiku-fatelf/src/bin/gdb/gdb/
H A Dhpread.c1190 int next_file_isym = find_next_file_isym (start_sym, qFD, curr_fd + 1, pxdb_header_p);
1194 if (next_file_isym && next_module_isym)
1197 end_sym = min (next_file_isym, next_module_isym);
1202 end_sym = max (next_file_isym, next_module_isym);
1418 int next_file_isym = find_next_file_isym (start_sym, qFD, curr_fd + 1, pxdb_header_p);
1422 if (next_file_isym && next_module_isym)
1425 end_sym = min (next_file_isym, next_module_isym);
1430 end_sym = max (next_file_isym, next_module_isym);
1182 int next_file_isym = find_next_file_isym (start_sym, qFD, curr_fd + 1, pxdb_header_p); local
1410 int next_file_isym = find_next_file_isym (start_sym, qFD, curr_fd + 1, pxdb_header_p); local

Completed in 54 milliseconds