Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/include/
H A Dobstack.h168 struct obstack /* control current object in current chunk */ struct
171 struct _obstack_chunk *chunk; /* address of current struct obstack_chunk */ argument
181 struct _obstack_chunk *(*chunkfun) (void *, long); argument
182 void (*freefun) (void *, struct _obstack_chunk *); argument
185 struct _obstack_chunk *(*chunkfun) (); /* User's fcn to allocate a chunk. */ argument
199 /* Declare the external functions we use; they are in obstack.c. */ argument
/freebsd-12.1/gnu/usr.bin/grep/
H A Dobstack.h161 struct obstack /* control current object in current chunk */ struct
164 struct _obstack_chunk *chunk; /* address of current struct obstack_chunk */ argument
174 struct _obstack_chunk *(*chunkfun) (void *, long); argument
175 void (*freefun) (void *, struct _obstack_chunk *); argument
178 struct _obstack_chunk *(*chunkfun) (); /* User's fcn to allocate a chunk. */ argument
192 /* Declare the external functions we use; they are in obstack.c. */ argument
H A Dkwset.c77 struct obstack obstack; /* Obstack for node allocation. */ member
/freebsd-12.1/contrib/binutils/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
/freebsd-12.1/contrib/gcclibs/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
/freebsd-12.1/contrib/gdb/gdb/
H A Dblock.c185 struct obstack *obstack) in block_set_scope()
220 struct obstack *obstack) in block_set_using()
231 block_initialize_namespace (struct block *block, struct obstack *obstack) in block_initialize_namespace()
282 allocate_block (struct obstack *obstack) in allocate_block()
H A Dcp-namespace.c128 struct obstack *obstack) in cp_finalize_namespace()
226 struct obstack *obstack) in cp_set_block_scope()
302 struct obstack *obstack) in cp_copy_usings()
H A Dmacrotab.c40 struct obstack *obstack; member
857 new_macro_table (struct obstack *obstack, in new_macro_table()
H A Ddictionary.c352 dict_create_hashed (struct obstack *obstack, in dict_create_hashed()
416 dict_create_linear (struct obstack *obstack, in dict_create_linear()
H A Djv-lang.c203 get_java_utf8_name (struct obstack *obstack, struct value *name) in get_java_utf8_name()
H A Dsymtab.h187 #define SYMBOL_INIT_DEMANGLED_NAME(symbol,obstack) \ argument
H A Dgdbarch.c74 struct obstack *obstack; member
453 struct obstack *obstack = XMALLOC (struct obstack); in gdbarch_alloc() local
558 struct obstack *obstack; in gdbarch_free() local
H A Dsymtab.c602 struct obstack *obstack) in symbol_init_demangled_name()
/freebsd-12.1/contrib/gcc/
H A Dbitmap.h76 bitmap_obstack *obstack; /* Obstack to allocate elements from. member
152 bitmap_initialize (bitmap head, bitmap_obstack *obstack) in bitmap_initialize()
H A Dgenflags.c35 static struct obstack obstack; variable
H A Dpretty-print.h85 struct obstack *obstack; member
H A Dgensupport.c44 static struct obstack obstack; variable
H A Dfunction.h55 struct obstack *obstack; member
H A Dgcc.c274 static struct obstack obstack; variable
1633 init_gcc_specs (struct obstack *obstack, const char *shared_name, in init_gcc_specs()