Home | History | Annotate | Download | only in gas

Lines Matching defs:notes

62 struct obstack notes;
111 obstack_grow (&notes, name, name_length);
112 ret = (char *) obstack_finish (&notes);
140 symbolP = (symbolS *) obstack_alloc (&notes, sizeof (symbolS));
201 ret = (struct local_symbol *) obstack_alloc (&notes, sizeof *ret);
574 newsymP = (symbolS *) obstack_alloc (&notes, sizeof (*newsymP));
1928 symbol_decode = (char *) obstack_alloc (&notes, strlen (message_format) + 30);