Home
last modified time | relevance | path

Searched defs:obstack (Results 1 – 25 of 44) sorted by relevance

12

/dflybsd-src/contrib/grep/lib/
H A Dobstack.h174 struct obstack /* control current object in current chunk */ struct
177 struct _obstack_chunk *chunk; /* address of current struct obstack_chunk */ argument
178 char *object_base; /* address of object we are building */
179 char *next_free; /* where to add next char to current object */
180 char *chunk_limit; /* address of char after current chunk */
182 {
185 } temp; /* Temporary for some macros. */
186 _OBSTACK_SIZE_T alignment_mask; /* Mask of alignment for each object. */
211 /* Declare the external functions we use; they are in obstack.c. */ argument
/dflybsd-src/contrib/binutils-2.27/include/
H A Dobstack.h163 struct obstack /* control current object in current chunk */ struct
166 struct _obstack_chunk *chunk; /* address of current struct obstack_chunk */ argument
167 char *object_base; /* address of object we are building */
168 char *next_free; /* where to add next char to current object */
169 char *chunk_limit; /* address of char after current chunk */
171 {
174 } temp; /* Temporary for some macros. */
175 _OBSTACK_SIZE_T alignment_mask; /* Mask of alignment for each object. */
200 /* Declare the external functions we use; they are in obstack.c. */ argument
/dflybsd-src/contrib/binutils-2.34/include/
H A Dobstack.h163 struct obstack /* control current object in current chunk */ struct
166 struct _obstack_chunk *chunk; /* address of current struct obstack_chunk */ argument
167 char *object_base; /* address of object we are building */
168 char *next_free; /* where to add next char to current object */
169 char *chunk_limit; /* address of char after current chunk */
171 {
174 } temp; /* Temporary for some macros. */
175 _OBSTACK_SIZE_T alignment_mask; /* Mask of alignment for each object. */
200 /* Declare the external functions we use; they are in obstack.c. */ argument
/dflybsd-src/contrib/gcc-8.0/include/
H A Dobstack.h163 struct obstack /* control current object in current chunk */ struct
166 struct _obstack_chunk *chunk; /* address of current struct obstack_chunk */ argument
167 char *object_base; /* address of object we are building */
168 char *next_free; /* where to add next char to current object */
169 char *chunk_limit; /* address of char after current chunk */
171 {
174 } temp; /* Temporary for some macros. */
175 _OBSTACK_SIZE_T alignment_mask; /* Mask of alignment for each object. */
200 /* Declare the external functions we use; they are in obstack.c. */ argument
/dflybsd-src/contrib/gdb-7/include/
H A Dobstack.h164 struct obstack /* control current object in current chunk */ struct
167 struct _obstack_chunk *chunk; /* address of current struct obstack_chunk */ argument
176 struct _obstack_chunk *(*chunkfun) (void *, long); argument
177 void (*freefun) (void *, struct _obstack_chunk *); argument
189 /* Declare the external functions we use; they are in obstack.c. */ argument
/dflybsd-src/contrib/gcc-4.7/include/
H A Dobstack.h164 struct obstack /* control current object in current chunk */ struct
167 struct _obstack_chunk *chunk; /* address of current struct obstack_chunk */ argument
176 struct _obstack_chunk *(*chunkfun) (void *, long); argument
177 void (*freefun) (void *, struct _obstack_chunk *); argument
189 /* Declare the external functions we use; they are in obstack.c. */ argument
/dflybsd-src/contrib/gdb-7/gdb/
H A Dblock.c286 struct obstack *obstack) in block_set_scope()
312 struct obstack *obstack) in block_set_using()
323 block_initialize_namespace (struct block *block, struct obstack *obstack) in block_initialize_namespace()
374 allocate_block (struct obstack *obstack) in allocate_block()
391 allocate_global_block (struct obstack *obstack) in allocate_global_block()
H A Daddrmap.c71 addrmap_create_fixed (struct addrmap *original, struct obstack *obstack) in addrmap_create_fixed()
165 addrmap_fixed_create_fixed (struct addrmap *this, struct obstack *obstack) in addrmap_fixed_create_fixed()
221 struct obstack *obstack; member
430 addrmap_mutable_create_fixed (struct addrmap *this, struct obstack *obstack) in addrmap_mutable_create_fixed()
573 addrmap_create_mutable (struct obstack *obstack) in addrmap_create_mutable()
H A Dcp-support.h59 struct obstack obstack; member
H A Dframe-base.c71 frame_base_init (struct obstack *obstack) in frame_base_init()
H A Dframe-unwind.c47 frame_unwind_init (struct obstack *obstack) in frame_unwind_init()
H A Dmacrotab.c40 struct obstack *obstack; member
1052 new_macro_table (struct obstack *obstack, struct bcache *b, in new_macro_table()
H A Ddictionary.c357 dict_create_hashed (struct obstack *obstack, in dict_create_hashed()
421 dict_create_linear (struct obstack *obstack, in dict_create_linear()
H A Dxml-support.c752 struct obstack obstack; member
993 obstack_xml_printf (struct obstack *obstack, const char *format, ...) in obstack_xml_printf()
H A Dui-file.c358 struct obstack *obstack = (struct obstack *) context; in do_ui_file_obsavestring() local
364 ui_file_obsavestring (struct ui_file *file, struct obstack *obstack, in ui_file_obsavestring()
H A Dbsd-uthread.c56 bsd_uthread_init (struct obstack *obstack) in bsd_uthread_init()
H A Dcp-namespace.c133 struct obstack *obstack) in cp_add_using_directive()
H A Dsolib.c57 solib_init (struct obstack *obstack) in solib_init()
H A Djv-lang.c217 get_java_utf8_name (struct obstack *obstack, struct value *name) in get_java_utf8_name()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dgenflags.c34 static struct obstack obstack; variable
H A Dbitmap.h244 bitmap_obstack *obstack; /* Obstack to allocate elements from. member
H A Dtree-ssa-coalesce.c79 bitmap_obstack obstack; /* A place to allocate our bitmaps. */ member
675 bitmap_obstack obstack; /* A place to allocate our bitmaps. */ member
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dgenflags.c35 static struct obstack obstack; variable
H A Dbitmap.h79 bitmap_obstack *obstack; /* Obstack to allocate elements from. member
/dflybsd-src/contrib/grep/src/
H A Dkwset.c91 struct obstack obstack; /* Obstack for node allocation. */ member

12