Searched refs:coff_scope (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/binutils/binutils/ |
| H A D | coffgrok.h | 80 struct coff_scope *scope; 109 struct coff_scope *elements; 120 struct coff_scope *elements; 141 struct coff_scope *parameters; 142 struct coff_scope *code; 158 struct coff_scope struct 163 struct coff_scope *parent; /* one up */ argument 165 struct coff_scope *next; /*next along */ argument 172 struct coff_scope *list_head; /* children */ argument 173 struct coff_scope *list_tail; argument
|
| H A D | coffgrok.c | 39 static struct coff_scope *top_scope; 40 static struct coff_scope *file_scope; 70 static struct coff_scope *empty_scope (void); 80 static int do_define (int, struct coff_scope *); 83 static struct coff_scope * 86 struct coff_scope *l; in empty_scope() 87 l = (struct coff_scope *) (xcalloc (sizeof (struct coff_scope), 1)); in empty_scope() 101 struct coff_scope *n = empty_scope (); in push_scope() 536 do_define (int i, struct coff_scope *b) in do_define()
|
| H A D | coffdump.c | 42 static void dump_coff_scope (struct coff_scope *); 361 dump_coff_scope (struct coff_scope *p) in dump_coff_scope()
|
| H A D | srconv.c | 63 (struct coff_sfile *, struct coff_section *, struct coff_scope *, int, int); 64 static void wr_dps_end (struct coff_section *, struct coff_scope *, int); 73 (struct coff_section *, struct coff_sfile *, struct coff_scope *, int, int); 583 struct coff_scope *scope, int type, int nest) in wr_dps_start() 619 struct coff_scope *scope ATTRIBUTE_UNUSED, int type) in wr_dps_end() 1169 walk_tree_scope (struct coff_section *section, struct coff_sfile *sfile, struct coff_scope *scope, … in walk_tree_scope() 1172 struct coff_scope *child; in walk_tree_scope()
|