HomeSort by: relevance | last modified time | path
    Searched defs:best_linetable (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
symtab.c 3470 /* BEST_INDEX and BEST_LINETABLE identify the smallest linenumber > LINE
3474 const struct linetable *best_linetable;
3478 best_linetable = sym_tab->linetable ();
3480 best_index = find_line_common (best_linetable, line, &exact, 0);
3492 BEST_INDEX and BEST_LINETABLE identify the item for it. */
3496 best = best_linetable->item[best_index].line;
3524 best_linetable = l;
3532 best_linetable = l;
3467 const struct linetable *best_linetable; local
symtab.c 3470 /* BEST_INDEX and BEST_LINETABLE identify the smallest linenumber > LINE
3474 const struct linetable *best_linetable;
3478 best_linetable = sym_tab->linetable ();
3480 best_index = find_line_common (best_linetable, line, &exact, 0);
3492 BEST_INDEX and BEST_LINETABLE identify the item for it. */
3496 best = best_linetable->item[best_index].line;
3524 best_linetable = l;
3532 best_linetable = l;
3467 const struct linetable *best_linetable; local
symtab.c 3470 /* BEST_INDEX and BEST_LINETABLE identify the smallest linenumber > LINE
3474 const struct linetable *best_linetable;
3478 best_linetable = sym_tab->linetable ();
3480 best_index = find_line_common (best_linetable, line, &exact, 0);
3492 BEST_INDEX and BEST_LINETABLE identify the item for it. */
3496 best = best_linetable->item[best_index].line;
3524 best_linetable = l;
3532 best_linetable = l;
3467 const struct linetable *best_linetable; local
  /src/external/gpl3/gdb/dist/gdb/
symtab.c 3468 /* BEST_INDEX and BEST_LINETABLE identify the smallest linenumber > LINE
3472 const struct linetable *best_linetable;
3476 best_linetable = sym_tab->linetable ();
3478 best_index = find_line_common (best_linetable, line, &exact, 0);
3490 BEST_INDEX and BEST_LINETABLE identify the item for it. */
3494 best = best_linetable->item[best_index].line;
3522 best_linetable = l;
3530 best_linetable = l;
3465 const struct linetable *best_linetable; local
symtab.c 3468 /* BEST_INDEX and BEST_LINETABLE identify the smallest linenumber > LINE
3472 const struct linetable *best_linetable;
3476 best_linetable = sym_tab->linetable ();
3478 best_index = find_line_common (best_linetable, line, &exact, 0);
3490 BEST_INDEX and BEST_LINETABLE identify the item for it. */
3494 best = best_linetable->item[best_index].line;
3522 best_linetable = l;
3530 best_linetable = l;
3465 const struct linetable *best_linetable; local
symtab.c 3468 /* BEST_INDEX and BEST_LINETABLE identify the smallest linenumber > LINE
3472 const struct linetable *best_linetable;
3476 best_linetable = sym_tab->linetable ();
3478 best_index = find_line_common (best_linetable, line, &exact, 0);
3490 BEST_INDEX and BEST_LINETABLE identify the item for it. */
3494 best = best_linetable->item[best_index].line;
3522 best_linetable = l;
3530 best_linetable = l;
3465 const struct linetable *best_linetable; local

Completed in 59 milliseconds