Searched refs:Sym_Table (Results 1 – 6 of 6) sorted by relevance
/toolchain/binutils/binutils-2.25/gprof/ |
D | symtab.h | 111 Sym_Table; typedef 113 extern Sym_Table symtab; /* The symbol table. */ 116 extern void symtab_finalize (Sym_Table *); 118 extern Sym *dbg_sym_lookup (Sym_Table *, bfd_vma); 120 extern Sym *sym_lookup (Sym_Table *, bfd_vma);
|
D | sym_ids.c | 59 (struct match *, Sym *, Sym_Table *, bfd_boolean); 62 Sym_Table syms[NUM_TABLES]; 81 static Sym_Table right_ids; 241 extend_match (struct match *m, Sym *sym, Sym_Table *tab, bfd_boolean second_pass) in extend_match() 280 Sym_Table *tab; in sym_id_parse() 375 sym_id_arc_is_present (Sym_Table *sym_tab, Sym *from, Sym *to) in sym_id_arc_is_present()
|
D | symtab.c | 31 Sym_Table symtab; 79 symtab_finalize (Sym_Table *tab) in symtab_finalize() 178 dbg_sym_lookup (Sym_Table *sym_tab, bfd_vma address) in dbg_sym_lookup() 217 sym_lookup (Sym_Table *sym_tab, bfd_vma address) in sym_lookup()
|
D | sym_ids.h | 37 extern Sym_Table syms[NUM_TABLES]; 41 extern bfd_boolean sym_id_arc_is_present (Sym_Table *, Sym *, Sym *);
|
D | corefile.c | 767 Sym_Table ltab; in core_create_line_syms()
|
D | ChangeLog-9203 | 974 * symtab.h (Sym_Table): Change len to unsigned int.
|