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

  /src/external/gpl3/gdb.old/dist/gdb/
symmisc.c 82 if (s->linetable () != NULL)
241 const struct linetable *l;
258 l = symtab->linetable ();
820 "linetable ((struct linetable *) %s)\n",
822 (symtab->linetable ()));
959 const struct linetable *linetable;
974 linetable = symtab->linetable ();
956 const struct linetable *linetable; local
    [all...]
jit.c 385 gdb::unique_xmalloc_ptr<struct linetable> linetable; member in struct:gdb_symtab
490 alloc_len = sizeof (struct linetable)
492 stab->linetable.reset (XNEWVAR (struct linetable, alloc_len));
493 stab->linetable->nitems = nlines;
496 stab->linetable->item[i].set_unrelocated_pc
498 stab->linetable->item[i].line = map[i].line;
499 stab->linetable->item[i].is_stmt = true;
543 /* Copy over the linetable entry if one was provided. *
    [all...]
symtab.h 1664 /* The order of entries in the linetable is significant. They should
1681 struct linetable
1714 const struct linetable *linetable () const
1719 void set_linetable (const struct linetable *linetable)
1721 m_linetable = linetable;
1785 const struct linetable *m_linetable;
2430 a line, go back through the linetable and find the starting PC of that
2520 If found, return the symtab that contains the linetable in which it wa
1679 struct linetable struct
1712 const struct linetable *linetable () const function in struct:symtab
    [all...]
symtab.c 84 static int find_line_common (const linetable *, int, int *, int);
3106 const linetable *l;
3255 l = iter_s->linetable ();
3262 (e.g. gcc -g1). (Either that or the LINETABLE is NULL;
3299 item points at the next statement. If we ran off the end of the linetable
3337 /* If another line (denoted by ITEM) is in the linetable and its
3474 const struct linetable *best_linetable;
3478 best_linetable = sym_tab->linetable ();
3509 const struct linetable *l;
3517 l = s->linetable ();
3847 const linetable *linetable = prologue_sal.symtab->linetable (); local
4104 const linetable *linetable = prologue_sal.symtab->linetable (); local
4210 const linetable *linetable = sal.symtab->linetable (); local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
symmisc.c 82 if (s->linetable () != NULL)
241 const struct linetable *l;
258 l = symtab->linetable ();
820 "linetable ((struct linetable *) %s)\n",
822 (symtab->linetable ()));
959 const struct linetable *linetable;
974 linetable = symtab->linetable ();
956 const struct linetable *linetable; local
    [all...]
jit.c 385 gdb::unique_xmalloc_ptr<struct linetable> linetable; member in struct:gdb_symtab
490 alloc_len = sizeof (struct linetable)
492 stab->linetable.reset (XNEWVAR (struct linetable, alloc_len));
493 stab->linetable->nitems = nlines;
496 stab->linetable->item[i].set_unrelocated_pc
498 stab->linetable->item[i].line = map[i].line;
499 stab->linetable->item[i].is_stmt = true;
543 /* Copy over the linetable entry if one was provided. *
    [all...]
symtab.h 1663 /* The order of entries in the linetable is significant. They should
1680 struct linetable
1713 const struct linetable *linetable () const
1718 void set_linetable (const struct linetable *linetable)
1720 m_linetable = linetable;
1784 const struct linetable *m_linetable;
2429 a line, go back through the linetable and find the starting PC of that
2518 If found, return the symtab that contains the linetable in which it wa
1678 struct linetable struct
1711 const struct linetable *linetable () const function in struct:symtab
    [all...]
symtab.c 83 static int find_line_common (const linetable *, int, int *, int);
3104 const linetable *l;
3253 l = iter_s->linetable ();
3260 (e.g. gcc -g1). (Either that or the LINETABLE is NULL;
3297 item points at the next statement. If we ran off the end of the linetable
3335 /* If another line (denoted by ITEM) is in the linetable and its
3472 const struct linetable *best_linetable;
3476 best_linetable = sym_tab->linetable ();
3507 const struct linetable *l;
3515 l = s->linetable ();
3845 const linetable *linetable = prologue_sal.symtab->linetable (); local
4102 const linetable *linetable = prologue_sal.symtab->linetable (); local
4208 const linetable *linetable = sal.symtab->linetable (); local
    [all...]

Completed in 27 milliseconds