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

  /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 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.old/dist/gdb/
symmisc.c 81 if (s->linetable () != NULL)
240 const struct linetable *l;
257 l = symtab->linetable ();
818 "linetable ((struct linetable *) %s)\n",
820 (symtab->linetable ()));
950 const struct linetable *linetable;
965 linetable = symtab->linetable ();
947 const struct linetable *linetable; local
    [all...]
jit.c 383 gdb::unique_xmalloc_ptr<struct linetable> linetable; member in struct:gdb_symtab
488 alloc_len = sizeof (struct linetable)
490 stab->linetable.reset (XNEWVAR (struct linetable, alloc_len));
491 stab->linetable->nitems = nlines;
494 stab->linetable->item[i].set_unrelocated_pc
496 stab->linetable->item[i].line = map[i].line;
497 stab->linetable->item[i].is_stmt = true;
541 /* Copy over the linetable entry if one was provided. *
    [all...]
symtab.h 1670 /* The order of entries in the linetable is significant. They should
1687 struct linetable
1720 const struct linetable *linetable () const
1725 void set_linetable (const struct linetable *linetable)
1727 m_linetable = linetable;
1752 const struct linetable *m_linetable;
2404 a line, go back through the linetable and find the starting PC of that
2974 according to the linetable
1685 struct linetable struct
1718 const struct linetable *linetable () const function in struct:symtab
    [all...]
symtab.c 81 static int find_line_common (const linetable *, int, int *, int);
3063 const linetable *l;
3212 l = iter_s->linetable ();
3219 (e.g. gcc -g1). (Either that or the LINETABLE is NULL;
3256 item points at the next statement. If we ran off the end of the linetable
3294 /* If another line (denoted by ITEM) is in the linetable and its
3423 If found, return the symtab that contains the linetable in which it was
3424 found, set *INDEX to the index in the linetable of the best entry
3440 const struct linetable *best_linetable;
3444 best_linetable = sym_tab->linetable ();
3815 const linetable *linetable = prologue_sal.symtab->linetable (); local
4072 const linetable *linetable = prologue_sal.symtab->linetable (); local
4178 const linetable *linetable = sal.symtab->linetable (); local
    [all...]

Completed in 40 milliseconds