/openbsd/gnu/gcc/include/ |
H A D | obstack.h | 203 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 …]
|
/openbsd/gnu/lib/libiberty/include/ |
H A D | obstack.h | 203 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 …]
|
/openbsd/gnu/usr.bin/binutils-2.17/include/ |
H A D | obstack.h | 203 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 …]
|
/openbsd/gnu/lib/libiberty/src/ |
H A D | obstack.c | 433 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 D | obstacks.texi | 40 @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 …]
|
/openbsd/gnu/usr.bin/binutils/include/ |
H A D | obstack.h | 223 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 …]
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | block.c | 40 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 D | block.h | 31 struct obstack; 160 struct obstack *obstack); 166 struct obstack *obstack); 172 extern struct block *allocate_block (struct obstack *obstack);
|
H A D | cp-namespace.c | 72 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 D | dictionary.h | 36 struct obstack; 47 extern struct dictionary *dict_create_hashed (struct obstack *obstack, 63 extern struct dictionary *dict_create_linear (struct obstack *obstack,
|
H A D | cp-support.h | 34 struct obstack; 86 struct obstack *obstack); 90 struct obstack *obstack);
|
H A D | frame-unwind.c | 46 frame_unwind_init (struct obstack *obstack) in frame_unwind_init() argument 49 = OBSTACK_ZALLOC (obstack, struct frame_unwind_table); in frame_unwind_init() 52 table->list = OBSTACK_ZALLOC (obstack, struct frame_unwind_table_entry); in frame_unwind_init()
|
H A D | macrotab.c | 40 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 D | macrotab.h | 25 struct obstack; 166 struct macro_table *new_macro_table (struct obstack *obstack,
|
/openbsd/gnu/usr.bin/gcc/gcc/java/ |
H A D | mangle.c | 63 struct obstack *mangle_obstack; 71 java_mangle_decl (obstack, decl) in java_mangle_decl() argument 72 struct obstack *obstack; in java_mangle_decl() 75 init_mangling (obstack); 92 struct obstack *obstack; in java_mangle_class_field() 95 init_mangling (obstack); 104 struct obstack *obstack; in java_mangle_vtable() 107 init_mangling (obstack); 612 init_mangling (obstack) in init_mangling() argument 613 struct obstack *obstack; in init_mangling() [all …]
|
H A D | jvgenmain.c | 36 struct obstack name_obstack; 37 struct obstack *mangle_obstack = &name_obstack; 40 gcc_obstack_init (obstack) in gcc_obstack_init() argument 41 struct obstack *obstack; in gcc_obstack_init() 54 _obstack_begin (obstack, OBSTACK_CHUNK_SIZE, 0,
|
H A D | jv-scan.c | 42 void gcc_obstack_init PARAMS ((struct obstack *obstack)); 267 gcc_obstack_init (obstack) in gcc_obstack_init() argument 268 struct obstack *obstack; in gcc_obstack_init() 281 _obstack_begin (obstack, OBSTACK_CHUNK_SIZE, 0,
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
H A D | 20001203-2.c | 1 struct obstack struct 15 struct obstack type_obstack; argument 41 void _obstack_newchunk (struct obstack *o, int i); 62 struct obstack *__h = in create_array_type() 65 struct obstack *__o = (__h); in create_array_type() 72 struct obstack *__o1 = (__h); in create_array_type() 100 void _obstack_newchunk (struct obstack *o, int i) in _obstack_newchunk()
|
/openbsd/gnu/usr.bin/binutils/gas/ |
H A D | Makefile.in | 818 $(INCDIR)/obstack.h 950 dwarf2dbg.h subsegs.h $(INCDIR)/obstack.h 1183 $(INCDIR)/obstack.h 1339 subsegs.h $(INCDIR)/obstack.h 1345 subsegs.h $(INCDIR)/obstack.h 1685 $(INCDIR)/obstack.h subsegs.h 1744 $(INCDIR)/obstack.h 1858 $(INCDIR)/obstack.h subsegs.h 1895 $(INCDIR)/obstack.h subsegs.h 2029 $(INCDIR)/obstack.h [all …]
|
/openbsd/gnu/usr.bin/binutils-2.17/gas/ |
H A D | Makefile.in | 784 $(INCDIR)/obstack.h $(INCDIR)/opcode/arm.h 809 $(INCDIR)/obstack.h $(INCDIR)/safe-ctype.h \ 938 dwarf2dbg.h subsegs.h $(INCDIR)/obstack.h 1169 $(INCDIR)/obstack.h 1314 subsegs.h $(INCDIR)/obstack.h 1320 subsegs.h $(INCDIR)/obstack.h 1400 $(INCDIR)/obstack.h 1647 $(INCDIR)/obstack.h subsegs.h 1811 $(INCDIR)/obstack.h subsegs.h 1848 $(INCDIR)/obstack.h subsegs.h [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | stack.h | 31 struct obstack *obstack; member 41 struct stack_level *push_stack_level PARAMS ((struct obstack *, char *, int));
|
H A D | genflags.c | 33 static struct obstack obstack; variable 236 obstack_grow (&obstack, &insn, sizeof (rtx)); 252 obstack_init (&obstack); 284 obstack_grow (&obstack, &dummy, sizeof (rtx)); 285 insns = (rtx *) obstack_finish (&obstack);
|
H A D | read-rtl.c | 34 static char *read_string PARAMS ((struct obstack *, FILE *, int)); 35 static char *read_quoted_string PARAMS ((struct obstack *, FILE *)); 36 static char *read_braced_string PARAMS ((struct obstack *, FILE *)); 37 static void read_escape PARAMS ((struct obstack *, FILE *)); 210 struct obstack *ob; in read_escape() 265 struct obstack *ob; in read_quoted_string() 295 struct obstack *ob; in read_braced_string() 330 struct obstack *ob; in read_string() 539 static struct obstack rtl_obstack; 639 struct obstack vector_stack;
|
/openbsd/gnu/gcc/gcc/ |
H A D | genflags.c | 35 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 D | pretty-print.c | 36 ((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 …]
|