Home
last modified time | relevance | path

Searched refs:obstack (Results 1 – 25 of 145) sorted by relevance

123456

/freebsd-12.1/gnu/usr.bin/grep/
H A Dobstack.c491 struct obstack *obstack;
497 struct obstack *obstack;
503 struct obstack *obstack;
509 struct obstack *obstack;
515 struct obstack *obstack;
522 struct obstack *obstack;
530 struct obstack *obstack;
538 struct obstack *obstack;
545 struct obstack *obstack;
552 struct obstack *obstack;
[all …]
H A Dobstack.h216 void obstack_init (struct obstack *obstack);
218 void * obstack_alloc (struct obstack *obstack, int size);
225 void obstack_blank (struct obstack *obstack, int size);
234 void * obstack_finish (struct obstack *obstack);
236 int obstack_object_size (struct obstack *obstack);
238 int obstack_room (struct obstack *obstack);
245 void * obstack_base (struct obstack *obstack);
246 void * obstack_next_free (struct obstack *obstack);
247 int obstack_alignment_mask (struct obstack *obstack);
248 int obstack_chunk_size (struct obstack *obstack);
[all …]
/freebsd-12.1/contrib/binutils/include/
H A Dobstack.h203 void obstack_init (struct obstack *obstack);
205 void * obstack_alloc (struct obstack *obstack, int size);
212 void obstack_blank (struct obstack *obstack, int size);
221 void * obstack_finish (struct obstack *obstack);
223 int obstack_object_size (struct obstack *obstack);
225 int obstack_room (struct obstack *obstack);
232 void * obstack_base (struct obstack *obstack);
233 void * obstack_next_free (struct obstack *obstack);
234 int obstack_alignment_mask (struct obstack *obstack);
235 int obstack_chunk_size (struct obstack *obstack);
[all …]
/freebsd-12.1/contrib/gcclibs/include/
H A Dobstack.h203 void obstack_init (struct obstack *obstack);
205 void * obstack_alloc (struct obstack *obstack, int size);
212 void obstack_blank (struct obstack *obstack, int size);
221 void * obstack_finish (struct obstack *obstack);
223 int obstack_object_size (struct obstack *obstack);
225 int obstack_room (struct obstack *obstack);
232 void * obstack_base (struct obstack *obstack);
233 void * obstack_next_free (struct obstack *obstack);
234 int obstack_alignment_mask (struct obstack *obstack);
235 int obstack_chunk_size (struct obstack *obstack);
[all …]
/freebsd-12.1/contrib/gcclibs/libiberty/
H A Dobstack.c433 POINTER (obstack_base) (struct obstack *obstack)
438 POINTER (obstack_next_free) (struct obstack *obstack)
443 int (obstack_object_size) (struct obstack *obstack)
448 int (obstack_room) (struct obstack *obstack)
453 int (obstack_make_room) (struct obstack *obstack, int length)
468 void (obstack_1grow) (struct obstack *obstack, int character)
473 void (obstack_blank) (struct obstack *obstack, int length)
478 void (obstack_1grow_fast) (struct obstack *obstack, int character)
483 void (obstack_blank_fast) (struct obstack *obstack, int length)
488 POINTER (obstack_finish) (struct obstack *obstack)
[all …]
H A Dobstacks.texi40 @pindex obstack.h
42 @comment obstack.h
57 obstack structure in another obstack, but this is rarely useful.)
111 as an obstack, it must initialize the obstack by calling
114 @comment obstack.h
116 @deftypefun int obstack_init (struct obstack *@var{obstack-ptr})
139 = (struct obstack *) xmalloc (sizeof (struct obstack));
480 obstack @var{obstack-ptr}.
686 @item void obstack_init (struct obstack *@var{obstack-ptr})
739 @item int obstack_room (struct obstack *@var{obstack-ptr})
[all …]
/freebsd-12.1/contrib/binutils/libiberty/
H A Dobstack.c433 POINTER (obstack_base) (struct obstack *obstack)
438 POINTER (obstack_next_free) (struct obstack *obstack)
443 int (obstack_object_size) (struct obstack *obstack)
448 int (obstack_room) (struct obstack *obstack)
453 int (obstack_make_room) (struct obstack *obstack, int length)
468 void (obstack_1grow) (struct obstack *obstack, int character)
473 void (obstack_blank) (struct obstack *obstack, int length)
478 void (obstack_1grow_fast) (struct obstack *obstack, int character)
483 void (obstack_blank_fast) (struct obstack *obstack, int length)
488 POINTER (obstack_finish) (struct obstack *obstack)
[all …]
H A Dobstacks.texi40 @pindex obstack.h
42 @comment obstack.h
57 obstack structure in another obstack, but this is rarely useful.)
111 as an obstack, it must initialize the obstack by calling
114 @comment obstack.h
116 @deftypefun int obstack_init (struct obstack *@var{obstack-ptr})
139 = (struct obstack *) xmalloc (sizeof (struct obstack));
480 obstack @var{obstack-ptr}.
686 @item void obstack_init (struct obstack *@var{obstack-ptr})
739 @item int obstack_room (struct obstack *@var{obstack-ptr})
[all …]
/freebsd-12.1/contrib/gdb/include/
H A Dobstack.h223 void obstack_init (struct obstack *obstack);
225 void * obstack_alloc (struct obstack *obstack, int size);
232 void obstack_blank (struct obstack *obstack, int size);
241 void * obstack_finish (struct obstack *obstack);
243 int obstack_object_size (struct obstack *obstack);
245 int obstack_room (struct obstack *obstack);
252 void * obstack_base (struct obstack *obstack);
253 void * obstack_next_free (struct obstack *obstack);
254 int obstack_alignment_mask (struct obstack *obstack);
255 int obstack_chunk_size (struct obstack *obstack);
[all …]
/freebsd-12.1/contrib/gdb/gdb/
H A Dblock.c40 struct obstack *obstack);
185 struct obstack *obstack) in block_set_scope() argument
187 block_initialize_namespace (block, obstack); in block_set_scope()
220 struct obstack *obstack) in block_set_using() argument
222 block_initialize_namespace (block, obstack); in block_set_using()
231 block_initialize_namespace (struct block *block, struct obstack *obstack) in block_initialize_namespace() argument
236 = obstack_alloc (obstack, sizeof (struct block_namespace_info)); in block_initialize_namespace()
282 allocate_block (struct obstack *obstack) in allocate_block() argument
284 struct block *bl = obstack_alloc (obstack, sizeof (struct block)); in allocate_block()
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-namespace.c72 struct obstack *obstack);
128 struct obstack *obstack) in cp_finalize_namespace() argument
133 cp_copy_usings (using_list, obstack), in cp_finalize_namespace()
134 obstack); in cp_finalize_namespace()
226 struct obstack *obstack) in cp_set_block_scope() argument
238 obstack), in cp_set_block_scope()
239 obstack); in cp_set_block_scope()
256 obstack); in cp_set_block_scope()
302 struct obstack *obstack) in cp_copy_usings() argument
313 obstack); in cp_copy_usings()
[all …]
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,
H A Dcp-support.h34 struct obstack;
86 struct obstack *obstack);
90 struct obstack *obstack);
H A Dmacrotab.c40 struct obstack *obstack; member
82 if (t->obstack) in macro_alloc()
83 return obstack_alloc (t->obstack, size); in macro_alloc()
92 gdb_assert (! t->obstack); in macro_free()
857 new_macro_table (struct obstack *obstack, in new_macro_table() argument
863 if (obstack) in new_macro_table()
864 t = obstack_alloc (obstack, sizeof (*t)); in new_macro_table()
869 t->obstack = obstack; in new_macro_table()
H A Dmacrotab.h25 struct obstack;
166 struct macro_table *new_macro_table (struct obstack *obstack,
H A Ddictionary.c352 dict_create_hashed (struct obstack *obstack, in dict_create_hashed() argument
360 retval = obstack_alloc (obstack, sizeof (struct dictionary)); in dict_create_hashed()
372 buckets = obstack_alloc (obstack, nbuckets * sizeof (struct symbol *)); in dict_create_hashed()
416 dict_create_linear (struct obstack *obstack, in dict_create_linear() argument
424 retval = obstack_alloc (obstack, sizeof (struct dictionary)); in dict_create_linear()
435 syms = obstack_alloc (obstack, nsyms * sizeof (struct symbol *)); in dict_create_linear()
H A Dgdbarch.sh1156 obstack. The memory is freed when the corresponding architecture
1444 /* Create an obstack for allocating all the per-architecture memory,
1446 struct obstack *obstack = XMALLOC (struct obstack);
1447 obstack_init (obstack);
1450 current_gdbarch->obstack = obstack;
1487 /* Allocate extra space using the per-architecture obstack. */
1492 void *data = obstack_alloc (arch->obstack, size);
1507 struct obstack *obstack;
1510 obstack = arch->obstack;
1511 obstack_free (obstack, 0); /* Includes the ARCH. */
[all …]
H A Dsymfile.h31 struct obstack;
222 extern char *obsavestring (const char *, int, struct obstack *);
227 extern char *obconcat (struct obstack *obstackp, const char *, const char *,
/freebsd-12.1/contrib/binutils/gas/
H A DMakefile.in993 $(INCDIR)/obstack.h subsegs.h $(INCDIR)/obstack.h dwarf2dbg.h \
1000 $(INCDIR)/obstack.h subsegs.h $(INCDIR)/obstack.h dwarf2dbg.h \
1007 $(INCDIR)/obstack.h subsegs.h $(INCDIR)/obstack.h dwarf2dbg.h \
1224 $(INCDIR)/obstack.h $(INCDIR)/obstack.h
1305 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/obstack.h struc-symbol.h \
1329 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/obstack.h struc-symbol.h \
1363 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/obstack.h struc-symbol.h \
1369 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/obstack.h struc-symbol.h \
1387 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/obstack.h struc-symbol.h \
1406 subsegs.h $(INCDIR)/obstack.h $(INCDIR)/obstack.h struc-symbol.h \
[all …]
/freebsd-12.1/contrib/gcc/
H A Dpretty-print.c36 ((const char *) obstack_base (pp_base (PP)->buffer->obstack))
152 obstack_grow (pp->buffer->obstack, start, length); in pp_append_r()
369 buffer->obstack = &buffer->chunk_obstack; in pp_base_format()
547 buffer->obstack = &buffer->formatted_obstack; in pp_base_format()
562 gcc_assert (buffer->obstack == &buffer->formatted_obstack); in pp_base_output_formatted_text()
617 obstack_free (pp->buffer->obstack, obstack_base (pp->buffer->obstack)); in pp_base_clear_output_area()
683 pp->buffer->obstack = &pp->buffer->formatted_obstack; in pp_construct()
714 obstack_1grow (pp->buffer->obstack, '\0'); in pp_base_formatted_text()
724 struct obstack *text = pp->buffer->obstack; in pp_base_last_position_in_text()
780 obstack_1grow (pp->buffer->obstack, '\n'); in pp_base_newline()
[all …]
H A Dgenflags.c35 static struct obstack obstack; variable
228 obstack_grow (&obstack, &insn, sizeof (rtx)); in gen_insn()
240 obstack_init (&obstack); in main()
269 obstack_grow (&obstack, &dummy, sizeof (rtx)); in main()
270 insns = XOBFINISH (&obstack, rtx *); in main()
H A Dbitmap.h48 struct obstack GTY ((skip)) obstack;
76 bitmap_obstack *obstack; /* Obstack to allocate elements from. member
152 bitmap_initialize (bitmap head, bitmap_obstack *obstack) in bitmap_initialize() argument
155 head->obstack = obstack; in bitmap_initialize()
159 extern bitmap bitmap_obstack_alloc (bitmap_obstack *obstack);
H A Dgcc.c274 static struct obstack obstack; variable
1633 init_gcc_specs (struct obstack *obstack, const char *shared_name, in init_gcc_specs() argument
1749 init_gcc_specs (&obstack, in init_spec()
1778 init_gcc_specs (&obstack, in init_spec()
2564 struct obstack *ob;
4743 obstack_1grow (&obstack, c); in do_spec_1()
4867 obstack_1grow (&obstack, '-'); in do_spec_1()
5128 obstack_1grow (&obstack, 0); in do_spec_1()
5449 obstack_1grow (&obstack, c); in do_spec_1()
6215 obstack_init (&obstack); in main()
[all …]
H A Dgensupport.h24 struct obstack;
25 extern struct obstack *rtl_obstack;

123456