Searched refs:coff_symbol (Results 1 – 5 of 5) sorted by relevance
/toolchain/binutils/binutils-2.27/binutils/ |
D | coffgrok.h | 43 struct coff_symbol *symbol; 67 struct coff_symbol *symbol_list_head; 68 struct coff_symbol *symbol_list_tail; 116 struct coff_symbol *ref; 127 struct coff_symbol *ref; 168 struct coff_symbol * vars_head; /* Symbols. */ 169 struct coff_symbol * vars_tail; 207 struct coff_symbol struct 214 struct coff_symbol * next; argument 215 struct coff_symbol * next_in_ofile_list; /* For the ofile list. */ argument
|
D | srconv.c | 67 (struct coff_sfile *, struct coff_symbol *, struct coff_type *, int); 69 (struct coff_sfile *, struct coff_symbol *, struct coff_type *, int); 71 (struct coff_sfile *, struct coff_section *, struct coff_symbol *, int); 316 struct coff_symbol *s; in wr_un() 524 struct coff_symbol *ref; in wr_rl() 641 walk_tree_type_1 (struct coff_sfile *sfile, struct coff_symbol *symbol, in walk_tree_type_1() 724 struct coff_symbol *param; in walk_tree_type_1() 749 struct coff_symbol *member; in walk_tree_type_1() 831 struct coff_symbol *member; in walk_tree_type_1() 914 walk_tree_type (struct coff_sfile *sfile, struct coff_symbol *symbol, in walk_tree_type() [all …]
|
D | coffgrok.c | 41 static struct coff_symbol * last_function_symbol; 46 static struct coff_symbol ** tindex; 71 static struct coff_symbol * 74 return (struct coff_symbol *) (xcalloc (sizeof (struct coff_symbol), 1)); in empty_symbol() 641 struct coff_symbol *s = empty_symbol (); in do_define() 901 tindex = (struct coff_symbol **) (xcalloc (sizeof (struct coff_symbol *), rawcount)); in coff_grok()
|
D | coffdump.c | 330 dump_coff_symbol (struct coff_symbol *p) in dump_coff_symbol()
|
D | ChangeLog-9197 | 3162 * coffgrok.h (coff_symbol): New field.
|