Home | History | Annotate | Download | only in gprof

Lines Matching refs:Sym

38 typedef struct sym
48 const char *name; /* Name of function this sym is from. */
62 struct sym *next; /* For building chains of syms. */
63 struct sym *prev; /* For building chains of syms. */
93 struct sym *head; /* Head of cycle. */
94 struct sym *next; /* Next member of cycle. */
102 Sym;
109 Sym *base; /* First element in symbol table. */
110 Sym *limit; /* Limit = base + len. */
116 extern void sym_init (Sym *);
119 extern Sym *dbg_sym_lookup (Sym_Table *, bfd_vma);
121 extern Sym *sym_lookup (Sym_Table *, bfd_vma);
122 extern void find_call (Sym *, bfd_vma, bfd_vma);