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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Diq2000-tdep.c175 struct symtab_and_line best_sal = sal; local
182 if (sal.line && sal.line <= best_sal.line)
183 best_sal = sal;
188 return best_sal;
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Diq2000-tdep.c174 struct symtab_and_line best_sal = sal; local
181 if (sal.line && sal.line <= best_sal.line)
182 best_sal = sal;
187 return best_sal;

Completed in 253 milliseconds