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

123

/haiku-fatelf/src/system/libroot/posix/glibc/libio/
H A Dobprintf.c1 /* Print output of stream to given obstack.
26 #include <obstack.h>
34 struct obstack *obstack; member in struct:_IO_obstack_file
41 struct obstack *obstack = ((struct _IO_obstack_file *) fp)->obstack; local
47 obstack_1grow (obstack, c);
50 fp->_IO_write_base = obstack_base (obstack);
51 fp->_IO_write_ptr = obstack_next_free (obstack);
64 struct obstack *obstack = ((struct _IO_obstack_file *) fp)->obstack; local
119 _IO_obstack_vprintf(struct obstack *obstack, const char *format, va_list args) argument
[all...]
H A Diolibio.h50 struct obstack;
51 extern int _IO_obstack_vprintf __P ((struct obstack *, const char *,
53 extern int _IO_obstack_printf __P ((struct obstack *, const char *, ...));
/haiku-fatelf/src/bin/coreutils/lib/
H A Dreadtokens0.h26 # include "obstack.h"
33 struct obstack o_data; /* Contains data pointed to by each tok[i]. */
34 struct obstack o_tok; /* array of pointers to tokens */
35 struct obstack o_tok_len; /* array of token lengths */
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.c0 /* obstack.c - subroutines used implicitly by object stack macros
21 # include <obstack.h>
25 # include "obstack.h"
29 incremented whenever callers compiled using an old obstack.h can no
30 longer properly call the functions in this obstack.c. */
109 struct obstack *_obstack_compat;
135 /* Initialize an obstack H for use. Specify chunk size SIZE (0 means default).
144 _obstack_begin (struct obstack *h,
191 _obstack_begin_1 (struct obstack *h, int size, int alignment,
238 /* Allocate a new current chunk for the obstack *
[all...]
/haiku-fatelf/src/system/libroot/posix/glibc/extensions/
H A Dobstack.c0 /* obstack.c - subroutines used implicitly by object stack macros
26 #include <obstack.h>
28 #include "obstack.h"
32 incremented whenever callers compiled using an old obstack.h can no
33 longer properly call the functions in this obstack.c. */
108 /* The non-GNU-C macros copy the obstack into this global variable
111 struct obstack *_obstack;
148 /* Initialize an obstack H for use. Specify chunk size SIZE (0 means default).
158 struct obstack *h;
216 struct obstack *
[all...]
H A Dobstack.h0 /* obstack.h - object stack macros
39 them before using any obstack macros.
41 Each independent stack is represented by a `struct obstack'.
42 Each of the obstack macros expects a pointer to such a structure
59 With obstacks, you can work differently. Use one obstack for all symbol
60 names. As you read a symbol, grow the name in the obstack gradually.
95 Exactly one object is growing in an obstack at any one time.
96 You can run one obstack per control block.
98 Because of the way we do it, you can `unwind' an obstack
165 struct obstack /* contro
164 struct obstack /* control current object in current chunk */ struct
[all...]
/haiku-fatelf/src/bin/gdb/libiberty/
H A Dobstack.c0 /* obstack.c - subroutines used implicitly by object stack macros
27 #include "obstack.h"
30 incremented whenever callers compiled using an old obstack.h can no
31 longer properly call the functions in this obstack.c. */
101 /* The non-GNU-C macros copy the obstack into this global variable
104 struct obstack *_obstack;
142 /* Initialize an obstack H for use. Specify chunk size SIZE (0 means default).
153 struct obstack *h;
211 struct obstack *h;
269 /* Allocate a new current chunk for the obstack *
[all...]
H A Dmakefile.vms10 OBJS=bcopy.obj,bcmp.obj,getopt.obj,obstack.obj,xexit.obj,xmalloc.obj,hex.obj,\
/haiku-fatelf/src/bin/gdb/gdb/
H A Ddictionary.h36 struct obstack;
47 extern struct dictionary *dict_create_hashed (struct obstack *obstack,
63 extern struct dictionary *dict_create_linear (struct obstack *obstack,
79 /* Free the memory used by a dictionary that's not on an obstack. (If
H A Dblock.c40 struct obstack *obstack);
185 struct obstack *obstack)
187 block_initialize_namespace (block, obstack);
220 struct obstack *obstack)
222 block_initialize_namespace (block, obstack);
231 block_initialize_namespace (struct block *block, struct obstack *obstack) argument
184 block_set_scope(struct block *block, const char *scope, struct obstack *obstack) argument
218 block_set_using(struct block *block, struct using_direct *using, struct obstack *obstack) argument
282 allocate_block(struct obstack *obstack) argument
[all...]
H A Dblock.h31 struct obstack;
160 struct obstack *obstack);
166 struct obstack *obstack);
172 extern struct block *allocate_block (struct obstack *obstack);
H A Dcp-support.h34 struct obstack;
86 struct obstack *obstack);
90 struct obstack *obstack);
H A Dframe-unwind.c46 frame_unwind_init (struct obstack *obstack) argument
49 = OBSTACK_ZALLOC (obstack, struct frame_unwind_table);
52 table->list = OBSTACK_ZALLOC (obstack, struct frame_unwind_table_entry);
H A Dmacrotab.h25 struct obstack;
166 struct macro_table *new_macro_table (struct obstack *obstack,
172 allocated on an obstack, or if it uses a bcache. */
H A Dcp-namespace.c72 struct obstack *obstack);
128 struct obstack *obstack)
133 cp_copy_usings (using_list, obstack),
134 obstack);
226 struct obstack *obstack)
238 obstack),
239 obstack);
127 cp_finalize_namespace(struct block *static_block, struct obstack *obstack) argument
224 cp_set_block_scope(const struct symbol *symbol, struct block *block, struct obstack *obstack) argument
301 cp_copy_usings(struct using_direct *using, struct obstack *obstack) argument
[all...]
H A Dframe-base.c74 frame_base_init (struct obstack *obstack) argument
77 = OBSTACK_ZALLOC (obstack, struct frame_base_table);
H A Dsymfile.h31 struct obstack;
228 obstack (and add a null character at the end in the copy). Returns
231 extern char *obsavestring (const char *, int, struct obstack *);
236 extern char *obconcat (struct obstack *obstackp, const char *, const char *,
H A Dmacrotab.c39 /* The obstack this table's data should be allocated in, or zero if
41 struct obstack *obstack;
66 in obstack, if it's non-zero, or with xmalloc otherwise. The
79 This just checks whether T has an obstack, or whether its pieces
84 if (t->obstack)
85 return obstack_alloc (t->obstack, size);
94 gdb_assert (! t->obstack);
740 living on an obstack, this isn't a happy thing.
863 new_macro_table (struct obstack *obstac
40 struct obstack *obstack; member in struct:macro_table
857 new_macro_table(struct obstack *obstack, struct bcache *b) argument
[all...]
H A Ddictionary.c352 dict_create_hashed (struct obstack *obstack, argument
360 retval = obstack_alloc (obstack, sizeof (struct dictionary));
372 buckets = obstack_alloc (obstack, nbuckets * sizeof (struct symbol *));
416 dict_create_linear (struct obstack *obstack, argument
424 retval = obstack_alloc (obstack, sizeof (struct dictionary));
435 syms = obstack_alloc (obstack, nsyms * sizeof (struct symbol *));
479 /* Free the memory used by a dictionary that's not on an obstack. (If
H A Dgdbarch.sh775 struct obstack;
1034 obstack. The memory is freed when the corresponding architecture
1095 typedef void *(gdbarch_data_pre_init_ftype) (struct obstack *obstack);
1203 printf " /* An obstack bound to the lifetime of the architecture. */\n"
1204 printf " struct obstack *obstack;\n"
1279 printf " NULL, /* The obstack. */\n"
1329 /* Create an obstack for allocating all the per-architecture memory,
1331 struct obstack *obstac
[all...]
H A Dsymtab.h31 struct obstack;
187 #define SYMBOL_INIT_DEMANGLED_NAME(symbol,obstack) \
188 (symbol_init_demangled_name (&(symbol)->ginfo, (obstack)))
190 struct obstack *obstack);
646 allocated using the same obstack as the symbol itself. */
879 partial_symtab remains around. They are allocated on an obstack,
/haiku-fatelf/src/bin/gdb/include/
H A Dobstack.h0 /* obstack.h - object stack macros
43 them before using any obstack macros.
45 Each independent stack is represented by a `struct obstack'.
46 Each of the obstack macros expects a pointer to such a structure
63 With obstacks, you can work differently. Use one obstack for all symbol
64 names. As you read a symbol, grow the name in the obstack gradually.
99 Exactly one object is growing in an obstack at any one time.
100 You can run one obstack per control block.
102 Because of the way we do it, you can `unwind' an obstack
169 struct obstack /* contro
168 struct obstack /* control current object in current chunk */ struct
[all...]
/haiku-fatelf/src/system/libroot/posix/glibc/include/
H A Dobstack.h0 /* obstack.h - object stack macros
39 them before using any obstack macros.
41 Each independent stack is represented by a `struct obstack'.
42 Each of the obstack macros expects a pointer to such a structure
59 With obstacks, you can work differently. Use one obstack for all symbol
60 names. As you read a symbol, grow the name in the obstack gradually.
95 Exactly one object is growing in an obstack at any one time.
96 You can run one obstack per control block.
98 Because of the way we do it, you can `unwind' an obstack
165 struct obstack /* contro
164 struct obstack /* control current object in current chunk */ struct
[all...]
/haiku-fatelf/src/bin/coreutils/src/
H A Ddircolors.c27 #include "obstack.h"
56 /* Accumulate in this obstack the value for the LS_COLORS environment
58 static struct obstack lsc_obstack;
233 the global obstack LSC_OBSTACK. Give a diagnostic

Completed in 227 milliseconds

123