Searched defs:obstack (Results 1 – 7 of 7) sorted by relevance
163 struct obstack /* control current object in current chunk */ struct166 struct _obstack_chunk *chunk; /* address of current struct obstack_chunk */ argument167 char *object_base; /* address of object we are building */168 char *next_free; /* where to add next char to current object */169 char *chunk_limit; /* address of char after current chunk */171 {174 } temp; /* Temporary for some macros. */175 _OBSTACK_SIZE_T alignment_mask; /* Mask of alignment for each object. */200 /* Declare the external functions we use; they are in obstack.c. */ argument
150 struct obstack /* control current object in current chunk */ struct153 struct _obstack_chunk *chunk; /* address of current struct obstack_chunk */ argument166 struct _obstack_chunk *(*chunkfun) (void *, long); argument167 void (*freefun) (void *, struct _obstack_chunk *); argument179 /* Declare the external functions we use; they are in obstack.c. */ argument
164 struct obstack /* control current object in current chunk */ struct167 struct _obstack_chunk *chunk; /* address of current struct obstack_chunk */ argument176 struct _obstack_chunk *(*chunkfun) (void *, long); argument177 void (*freefun) (void *, struct _obstack_chunk *); argument189 /* Declare the external functions we use; they are in obstack.c. */ argument
187 bitmap_obstack *obstack; /* Obstack to allocate elements from. member
85 struct obstack *obstack; member
202 # define obstack_printf(obstack, ...) \ argument