Searched refs:obstack (Results 1 - 25 of 33) sorted by relevance

12

/external/bison/src/
H A Dfiles.h52 extern struct obstack pre_prologue_obstack;
53 extern struct obstack post_prologue_obstack;
H A Dmuscle_tab.h32 /* An obstack dedicated to receive muscle keys and values. */
33 extern struct obstack muscle_obstack;
H A Dfiles.c38 struct obstack pre_prologue_obstack;
39 struct obstack post_prologue_obstack;
H A Dprint_graph.c50 print_core (struct obstack *oout, state *s)
172 struct obstack node_obstack;
H A Dsystem.h149 #include <obstack.h>
H A Dmuscle_tab.c39 /* An obstack used to create some entries. */
40 struct obstack muscle_obstack;
70 /* Initialize the muscle obstack. */
H A Dconflicts.c43 static struct obstack solved_conflicts_obstack;
H A Doutput.c44 static struct obstack format_obstack;
93 /* Build `NAME_min' and `NAME_max' in the obstack. */ \
H A Dreader.c77 struct obstack *oout =
H A DMakefile58 $(top_srcdir)/m4/obstack.m4 $(top_srcdir)/m4/onceonly.m4 \
H A Dscan-gram.l87 static struct obstack obstack_for_string;
701 | By default, grow the string obstack with the input. |
/external/elfutils/src/
H A Darlib.h32 #include <obstack.h>
58 struct obstack symsoffob;
59 struct obstack symsnameob;
66 struct obstack longnamesob;
H A Dranlib.c41 #include <obstack.h>
H A Dld.h30 #include <obstack.h>
1071 struct obstack smem;
H A Dnm.c45 #include <obstack.h>
1025 struct obstack whereob;
/external/bison/lib/
H A Dobstack.h0 /* obstack.h - object stack macros
38 them before using any obstack macros.
40 Each independent stack is represented by a `struct obstack'.
41 Each of the obstack macros expects a pointer to such a structure
58 With obstacks, you can work differently. Use one obstack for all symbol
59 names. As you read a symbol, grow the name in the obstack gradually.
94 Exactly one object is growing in an obstack at any one time.
95 You can run one obstack per control block.
97 Because of the way we do it, you can `unwind' an obstack
151 struct obstack /* contro
150 struct obstack /* control current object in current chunk */ struct
[all...]
H A Dobstack.c0 /* obstack.c - subroutines used implicitly by object stack macros
26 # include <obstack.h>
29 # include "obstack.h"
33 incremented whenever callers compiled using an old obstack.h can no
34 longer properly call the functions in this obstack.c. */
119 struct obstack *_obstack_compat;
145 /* Initialize an obstack H for use. Specify chunk size SIZE (0 means default).
154 _obstack_begin (struct obstack *h,
201 _obstack_begin_1 (struct obstack *h, int size, int alignment,
248 /* Allocate a new current chunk for the obstack *
[all...]
H A DMakefile43 malloc.c obstack.c obstack.h pipe-safer.c quote.c quote.h \
63 $(top_srcdir)/m4/obstack.m4 $(top_srcdir)/m4/onceonly.m4 \
384 include $(DEPDIR)/obstack.Po
H A Dbitset.c31 #include "obstack.h"
153 bitset_obstack_alloc (struct obstack *bobstack,
190 /* Free bitset BSET allocated on obstack. */
H A Dbitset.h26 #include "obstack.h"
115 /* Create a bitset of desired type and size using an obstack. The
117 extern bitset bitset_obstack_alloc (struct obstack *bobstack,
120 /* Free bitset allocated on obstack. */
H A Dhash.c39 # include "obstack.h"
82 struct obstack entry_stack;
/external/elfutils/libcpu/
H A Di386_parse.y38 #include <obstack.h>
610 struct obstack os;
772 static struct obstack ob;
/external/bison/build-aux/
H A DMakefile56 $(top_srcdir)/m4/obstack.m4 $(top_srcdir)/m4/onceonly.m4 \
/external/bison/data/
H A DMakefile56 $(top_srcdir)/m4/obstack.m4 $(top_srcdir)/m4/onceonly.m4 \
/external/bison/tests/
H A DMakefile55 $(top_srcdir)/m4/obstack.m4 $(top_srcdir)/m4/onceonly.m4 \

Completed in 261 milliseconds

12