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

/haiku-fatelf/src/bin/gdb/gdb/
H A Dhpread.c1191 int next_module_isym = find_next_module_isym (start_sym, qMD, curr_md, 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);
1419 int next_module_isym = find_next_module_isym (start_sym, qMD, curr_md + 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);
1183 int next_module_isym = find_next_module_isym (start_sym, qMD, curr_md, pxdb_header_p); local
1411 int next_module_isym = find_next_module_isym (start_sym, qMD, curr_md + 1, pxdb_header_p); local

Completed in 91 milliseconds