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

12

/external/elfutils/0.153/src/
H A Darlib.h33 #include <obstack.h>
67 struct obstack symsoffob;
68 struct obstack symsnameob;
75 struct obstack longnamesob;
H A Dranlib.c41 #include <obstack.h>
H A Dld.h30 #include <obstack.h>
1071 struct obstack smem;
/external/bison/lib/
H A Dobstack.h0 /* obstack.h - object stack macros
37 them before using any obstack macros.
39 Each independent stack is represented by a 'struct obstack'.
40 Each of the obstack macros expects a pointer to such a structure
57 With obstacks, you can work differently. Use one obstack for all symbol
58 names. As you read a symbol, grow the name in the obstack gradually.
93 Exactly one object is growing in an obstack at any one time.
94 You can run one obstack per control block.
96 Because of the way we do it, you can "unwind" an obstack
150 struct obstack /* contro
149 struct obstack /* control current object in current chunk */ struct
[all...]
H A Dobstack_printf.c22 #include "obstack.h"
29 /* Grow an obstack with formatted output. Return the number of bytes
36 obstack_printf (struct obstack *obs, const char *format, ...)
47 /* Grow an obstack with formatted output. Return the number of bytes
54 obstack_vprintf (struct obstack *obs, const char *format, va_list args)
56 /* If we are close to the end of the current obstack chunk, use a
59 obstack. */
84 /* The output exceeded available obstack space or we used buf;
H A Dobstack.c0 /* obstack.c - subroutines used implicitly by object stack macros
19 # include <obstack.h>
23 # include "obstack.h"
27 incremented whenever callers compiled using an old obstack.h can no
28 longer properly call the functions in this obstack.c. */
107 struct obstack *_obstack_compat;
133 /* Initialize an obstack H for use. Specify chunk size SIZE (0 means default).
142 _obstack_begin (struct obstack *h,
189 _obstack_begin_1 (struct obstack *h, int size, int alignment,
236 /* Allocate a new current chunk for the obstack *
[all...]
H A Dstdio.in.h717 struct obstack;
718 /* Grow an obstack with formatted output. Return the number of
728 (struct obstack *obs, const char *format, ...)
732 (struct obstack *obs, const char *format, ...));
736 (struct obstack *obs, const char *format, ...)
741 (struct obstack *obs, const char *format, ...));
749 (struct obstack *obs, const char *format, va_list args)
753 (struct obstack *obs, const char *format, va_list args));
757 (struct obstack *obs, const char *format, va_list args)
762 (struct obstack *ob
[all...]
H A Dbitset.c31 #include "obstack.h"
153 bitset_obstack_alloc (struct obstack *bobstack,
190 /* Free bitset BSET allocated on obstack. */
H A Dbitset.h27 #include "obstack.h"
116 /* Create a bitset of desired type and size using an obstack. The
118 extern bitset bitset_obstack_alloc (struct obstack *bobstack,
121 /* Free bitset allocated on obstack. */
/external/compiler-rt/test/msan/
H A Dobstack.cc4 #include <obstack.h>
17 obstack obs;
33 // CHECK: #0 0x{{.*}} in main{{.*}}obstack.cc:[[@LINE-30]]
/external/bison/src/
H A DAnnotationList.h115 struct obstack *annotations_obstackp,
H A Dflex-scanner.h77 static struct obstack obstack_for_string;
H A Dgraphviz.c100 conclude_red (struct obstack *out, int source, rule_number ruleno,
120 obstack, in the caller function.) */
145 print_token (struct obstack *out, bool first, char const *tok)
166 struct obstack dout;
167 struct obstack eout;
H A Dprint_graph.c46 print_lhs (struct obstack *oout, rule *previous_rule, rule *r)
63 print_core (struct obstack *oout, state *s)
180 struct obstack node_obstack;
H A DSbitset.c34 Sbitset__new_on_obstack (Sbitset__Index nbits, struct obstack *obstackp)
H A DSbitset.h39 struct obstack *obstackp);
H A Dmuscle-tab.h35 /* An obstack dedicated to receive muscle keys and values. */
36 extern struct obstack muscle_obstack;
H A Dsystem.h159 # include <obstack.h>
H A DAnnotationList.c39 struct obstack *annotations_obstackp)
199 struct obstack
227 struct obstack
416 struct obstack *annotations_obstackp,
H A Dconflicts.c42 static struct obstack solved_conflicts_obstack;
43 static struct obstack solved_conflicts_xml_obstack;
/external/bison/darwin-lib/
H A Dstdio.h1029 struct obstack;
1030 /* Grow an obstack with formatted output. Return the number of
1040 (struct obstack *obs, const char *format, ...)
1044 (struct obstack *obs, const char *format, ...));
1048 (struct obstack *obs, const char *format, ...)
1053 (struct obstack *obs, const char *format, ...));
1061 (struct obstack *obs, const char *format, va_list args)
1065 (struct obstack *obs, const char *format, va_list args));
1069 (struct obstack *obs, const char *format, va_list args)
1074 (struct obstack *ob
[all...]
/external/bison/linux-lib/
H A Dstdio.h1029 struct obstack;
1030 /* Grow an obstack with formatted output. Return the number of
1040 (struct obstack *obs, const char *format, ...)
1044 (struct obstack *obs, const char *format, ...));
1048 (struct obstack *obs, const char *format, ...)
1053 (struct obstack *obs, const char *format, ...));
1061 (struct obstack *obs, const char *format, va_list args)
1065 (struct obstack *obs, const char *format, va_list args));
1069 (struct obstack *obs, const char *format, va_list args)
1074 (struct obstack *ob
[all...]
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_posix.cc118 #include <obstack.h>
1166 CHECK_TYPE_SIZE(obstack); variable
1167 CHECK_SIZE_AND_OFFSET(obstack, chunk_size);
1168 CHECK_SIZE_AND_OFFSET(obstack, chunk);
1169 CHECK_SIZE_AND_OFFSET(obstack, object_base);
1170 CHECK_SIZE_AND_OFFSET(obstack, next_free);
H A Dsanitizer_common_interceptors.inc4530 static void initialize_obstack(__sanitizer_obstack *obstack) {
4531 COMMON_INTERCEPTOR_INITIALIZE_RANGE(obstack, sizeof(*obstack));
4532 if (obstack->chunk)
4533 COMMON_INTERCEPTOR_INITIALIZE_RANGE(obstack->chunk,
4534 sizeof(*obstack->chunk));
4537 INTERCEPTOR(int, _obstack_begin_1, __sanitizer_obstack *obstack, int sz,
4541 COMMON_INTERCEPTOR_ENTER(ctx, _obstack_begin_1, obstack, sz, align, alloc_fn,
4543 int res = REAL(_obstack_begin_1)(obstack, sz, align, alloc_fn, free_fn);
4544 if (res) initialize_obstack(obstack);
[all...]
/external/bison/
H A DAndroid.mk115 lib/obstack.c \

Completed in 407 milliseconds

12