Searched refs:best_linetable (Results 1 – 2 of 2) sorted by relevance
2137 struct linetable *best_linetable; in find_line_symtab() local2141 best_linetable = LINETABLE (symtab); in find_line_symtab()2143 best_index = find_line_common (best_linetable, line, &exact); in find_line_symtab()2162 best = best_linetable->item[best_index].line; in find_line_symtab()2180 best_linetable = l; in find_line_symtab()2188 best_linetable = l; in find_line_symtab()
4439 struct linetable *best_linetable; in find_sal_from_funcs_and_line() local4447 best_linetable = NULL; in find_sal_from_funcs_and_line()4466 best_linetable = l; in find_sal_from_funcs_and_line()4474 best_linetable = l; in find_sal_from_funcs_and_line()4490 sals.sals[0].line = best_linetable->item[best_index].line; in find_sal_from_funcs_and_line()4491 sals.sals[0].pc = best_linetable->item[best_index].pc; in find_sal_from_funcs_and_line()