Home
last modified time | relevance | path

Searched defs:obstack (Results 1 – 2 of 2) sorted by relevance

/csrg-svn/contrib/gcc-2.3.3/
H A Dobstack.h153 struct obstack /* control current object in current chunk */ struct
156 struct _obstack_chunk* chunk; /* address of current struct obstack_chunk */ argument
162 struct _obstack_chunk *(*chunkfun) (); /* User's fcn to allocate a chunk. */ argument
172 /* Declare the external functions we use; they are in obstack.c. */ argument
H A Dgcc.c149 static struct obstack obstack; variable