Home
last modified time | relevance | path

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

12345678910

/dflybsd-src/contrib/gdb-7/include/
H A Dobstack.h164 struct obstack /* control current object in current chunk */ struct
191 extern void _obstack_newchunk (struct obstack *, int);
192 extern void _obstack_free (struct obstack *, void *);
193 extern int _obstack_begin (struct obstack *, int, int,
195 extern int _obstack_begin_1 (struct obstack *, int, int,
198 extern int _obstack_memory_used (struct obstack *);
203 void obstack_init (struct obstack *obstack);
205 void * obstack_alloc (struct obstack *obstack, int size);
207 void * obstack_copy (struct obstack *obstack, void *address, int size);
208 void * obstack_copy0 (struct obstack *obstack, void *address, int size);
[all …]
/dflybsd-src/contrib/gcc-4.7/include/
H A Dobstack.h164 struct obstack /* control current object in current chunk */ struct
191 extern void _obstack_newchunk (struct obstack *, int);
192 extern void _obstack_free (struct obstack *, void *);
193 extern int _obstack_begin (struct obstack *, int, int,
195 extern int _obstack_begin_1 (struct obstack *, int, int,
198 extern int _obstack_memory_used (struct obstack *);
203 void obstack_init (struct obstack *obstack);
205 void * obstack_alloc (struct obstack *obstack, int size);
207 void * obstack_copy (struct obstack *obstack, void *address, int size);
208 void * obstack_copy0 (struct obstack *obstack, void *address, int size);
[all …]
/dflybsd-src/contrib/gcc-4.7/libiberty/
H A Dobstack.c95 struct obstack *_obstack;
142 _obstack_begin (struct obstack *h, int size, int alignment, in _obstack_begin()
186 _obstack_begin_1 (struct obstack *h, int size, int alignment, in _obstack_begin_1()
238 _obstack_newchunk (struct obstack *h, int length) in _obstack_newchunk()
301 int _obstack_allocated_p (struct obstack *h, POINTER obj);
304 _obstack_allocated_p (struct obstack *h, POINTER obj) in _obstack_allocated_p()
330 _obstack_free (struct obstack *h, POINTER obj) in _obstack_free()
362 obstack_free (struct obstack *h, POINTER obj) in obstack_free()
392 _obstack_memory_used (struct obstack *h) in _obstack_memory_used()
433 POINTER (obstack_base) (struct obstack *obstack)
[all …]
/dflybsd-src/contrib/gdb-7/libiberty/
H A Dobstack.c95 struct obstack *_obstack;
142 _obstack_begin (struct obstack *h, int size, int alignment, in _obstack_begin()
186 _obstack_begin_1 (struct obstack *h, int size, int alignment, in _obstack_begin_1()
238 _obstack_newchunk (struct obstack *h, int length) in _obstack_newchunk()
301 int _obstack_allocated_p (struct obstack *h, POINTER obj);
304 _obstack_allocated_p (struct obstack *h, POINTER obj) in _obstack_allocated_p()
330 _obstack_free (struct obstack *h, POINTER obj) in _obstack_free()
362 obstack_free (struct obstack *h, POINTER obj) in obstack_free()
392 _obstack_memory_used (struct obstack *h) in _obstack_memory_used()
433 POINTER (obstack_base) (struct obstack *obstack)
[all …]
/dflybsd-src/contrib/grep/lib/
H A Dobstack.h174 struct obstack /* control current object in current chunk */ struct
213 extern void _obstack_newchunk (struct obstack *, _OBSTACK_SIZE_T);
214 extern void _obstack_free (struct obstack *, void *);
215 extern int _obstack_begin (struct obstack *,
218 extern int _obstack_begin_1 (struct obstack *,
222 extern _OBSTACK_SIZE_T _obstack_memory_used (struct obstack *)
298 ({ struct obstack const *__o = (OBSTACK); \
305 ({ struct obstack const *__o1 = (OBSTACK); \
310 ({ struct obstack *__o = (OBSTACK); \
318 ({ struct obstack const *__o = (OBSTACK); \
[all …]
H A Dobstack.c84 call_chunkfun (struct obstack *h, size_t size) in call_chunkfun()
93 call_freefun (struct obstack *h, void *old_chunk) in call_freefun()
109 _obstack_begin_worker (struct obstack *h, in _obstack_begin_worker()
150 _obstack_begin (struct obstack *h, in _obstack_begin()
162 _obstack_begin_1 (struct obstack *h, in _obstack_begin_1()
182 _obstack_newchunk (struct obstack *h, _OBSTACK_SIZE_T length) in _obstack_newchunk()
238 int _obstack_allocated_p (struct obstack *h, void *obj) __attribute_pure__;
241 _obstack_allocated_p (struct obstack *h, void *obj) in _obstack_allocated_p()
262 _obstack_free (struct obstack *h, void *obj) in _obstack_free()
292 _obstack_memory_used (struct obstack *h) in _obstack_memory_used()
/dflybsd-src/contrib/binutils-2.27/include/
H A Dobstack.h163 struct obstack /* control current object in current chunk */ struct
202 extern void _obstack_newchunk (struct obstack *, _OBSTACK_SIZE_T);
203 extern void _obstack_free (struct obstack *, void *);
204 extern int _obstack_begin (struct obstack *,
207 extern int _obstack_begin_1 (struct obstack *,
211 extern _OBSTACK_SIZE_T _obstack_memory_used (struct obstack *)
287 ({ struct obstack const *__o = (OBSTACK); \
294 ({ struct obstack const *__o1 = (OBSTACK); \
299 ({ struct obstack *__o = (OBSTACK); \
307 ({ struct obstack const *__o = (OBSTACK); \
[all …]
/dflybsd-src/contrib/binutils-2.34/include/
H A Dobstack.h163 struct obstack /* control current object in current chunk */ struct
202 extern void _obstack_newchunk (struct obstack *, _OBSTACK_SIZE_T);
203 extern void _obstack_free (struct obstack *, void *);
204 extern int _obstack_begin (struct obstack *,
207 extern int _obstack_begin_1 (struct obstack *,
211 extern _OBSTACK_SIZE_T _obstack_memory_used (struct obstack *)
287 ({ struct obstack const *__o = (OBSTACK); \
294 ({ struct obstack const *__o1 = (OBSTACK); \
299 ({ struct obstack *__o = (OBSTACK); \
307 ({ struct obstack const *__o = (OBSTACK); \
[all …]
/dflybsd-src/contrib/gcc-8.0/include/
H A Dobstack.h163 struct obstack /* control current object in current chunk */ struct
202 extern void _obstack_newchunk (struct obstack *, _OBSTACK_SIZE_T);
203 extern void _obstack_free (struct obstack *, void *);
204 extern int _obstack_begin (struct obstack *,
207 extern int _obstack_begin_1 (struct obstack *,
211 extern _OBSTACK_SIZE_T _obstack_memory_used (struct obstack *)
287 ({ struct obstack const *__o = (OBSTACK); \
294 ({ struct obstack const *__o1 = (OBSTACK); \
299 ({ struct obstack *__o = (OBSTACK); \
307 ({ struct obstack const *__o = (OBSTACK); \
[all …]
/dflybsd-src/contrib/gdb-7/gdb/
H A Daddrmap.c42 struct obstack *obstack);
71 addrmap_create_fixed (struct addrmap *original, struct obstack *obstack) in addrmap_create_fixed() argument
73 return original->funcs->create_fixed (original, obstack); in addrmap_create_fixed()
165 addrmap_fixed_create_fixed (struct addrmap *this, struct obstack *obstack) in addrmap_fixed_create_fixed() argument
221 struct obstack *obstack; member
252 CORE_ADDR *key = obstack_alloc (map->obstack, sizeof (*key)); in allocate_key()
430 addrmap_mutable_create_fixed (struct addrmap *this, struct obstack *obstack) in addrmap_mutable_create_fixed() argument
444 fixed = obstack_alloc (obstack, in addrmap_mutable_create_fixed()
537 return obstack_alloc (map->obstack, size); in splay_obstack_alloc()
573 addrmap_create_mutable (struct obstack *obstack) in addrmap_create_mutable() argument
[all …]
H A Dblock.h31 struct obstack;
167 struct obstack *obstack);
173 struct obstack *obstack);
179 extern struct block *allocate_block (struct obstack *obstack);
181 extern struct block *allocate_global_block (struct obstack *obstack);
H A Dblock.c41 struct obstack *obstack);
286 struct obstack *obstack) in block_set_scope() argument
288 block_initialize_namespace (block, obstack); in block_set_scope()
312 struct obstack *obstack) in block_set_using() argument
314 block_initialize_namespace (block, obstack); in block_set_using()
323 block_initialize_namespace (struct block *block, struct obstack *obstack) in block_initialize_namespace() argument
328 = obstack_alloc (obstack, sizeof (struct block_namespace_info)); in block_initialize_namespace()
374 allocate_block (struct obstack *obstack) in allocate_block() argument
376 struct block *bl = obstack_alloc (obstack, sizeof (struct block)); in allocate_block()
391 allocate_global_block (struct obstack *obstack) in allocate_global_block() argument
[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 Daddrmap.h39 struct addrmap *addrmap_create_mutable (struct obstack *obstack);
88 struct obstack *obstack);
H A Dcp-support.h59 struct obstack obstack; member
190 struct obstack *obstack);
H A Dxml-support.c58 struct obstack *body;
96 scope->body = XZALLOC (struct obstack); in gdb_xml_body_text()
752 struct obstack obstack; member
797 obstack_grow (&data->obstack, output, strlen (output)); in xinclude_start_include()
828 obstack_grow (&data->obstack, s, len); in xml_xinclude_default()
867 obstack_free (&data->obstack, NULL); in xml_xinclude_cleanup()
896 obstack_init (&data->obstack); in xml_process_xincludes()
924 obstack_1grow (&data->obstack, '\0'); in xml_process_xincludes()
925 result = xstrdup (obstack_finish (&data->obstack)); in xml_process_xincludes()
993 obstack_xml_printf (struct obstack *obstack, const char *format, ...) in obstack_xml_printf() argument
[all …]
H A Dframe-unwind.c47 frame_unwind_init (struct obstack *obstack) in frame_unwind_init() argument
50 = OBSTACK_ZALLOC (obstack, struct frame_unwind_table); in frame_unwind_init()
54 table->list = OBSTACK_ZALLOC (obstack, struct frame_unwind_table_entry); in frame_unwind_init()
56 table->list->next = OBSTACK_ZALLOC (obstack, in frame_unwind_init()
/dflybsd-src/contrib/gcc-8.0/libiberty/
H A Dobstack.c89 call_chunkfun (struct obstack *h, size_t size) in call_chunkfun()
98 call_freefun (struct obstack *h, void *old_chunk) in call_freefun()
114 _obstack_begin_worker (struct obstack *h, in _obstack_begin_worker()
156 _obstack_begin (struct obstack *h, in _obstack_begin()
168 _obstack_begin_1 (struct obstack *h, in _obstack_begin_1()
188 _obstack_newchunk (struct obstack *h, _OBSTACK_SIZE_T length) in _obstack_newchunk()
244 int _obstack_allocated_p (struct obstack *h, void *obj) __attribute_pure__;
247 _obstack_allocated_p (struct obstack *h, void *obj) in _obstack_allocated_p()
268 _obstack_free (struct obstack *h, void *obj) in _obstack_free()
298 _obstack_memory_used (struct obstack *h) in _obstack_memory_used()
/dflybsd-src/contrib/binutils-2.34/libiberty/
H A Dobstack.c89 call_chunkfun (struct obstack *h, size_t size) in call_chunkfun()
98 call_freefun (struct obstack *h, void *old_chunk) in call_freefun()
114 _obstack_begin_worker (struct obstack *h, in _obstack_begin_worker()
156 _obstack_begin (struct obstack *h, in _obstack_begin()
168 _obstack_begin_1 (struct obstack *h, in _obstack_begin_1()
188 _obstack_newchunk (struct obstack *h, _OBSTACK_SIZE_T length) in _obstack_newchunk()
244 int _obstack_allocated_p (struct obstack *h, void *obj) __attribute_pure__;
247 _obstack_allocated_p (struct obstack *h, void *obj) in _obstack_allocated_p()
268 _obstack_free (struct obstack *h, void *obj) in _obstack_free()
298 _obstack_memory_used (struct obstack *h) in _obstack_memory_used()
/dflybsd-src/contrib/binutils-2.27/libiberty/
H A Dobstack.c89 call_chunkfun (struct obstack *h, size_t size) in call_chunkfun()
98 call_freefun (struct obstack *h, void *old_chunk) in call_freefun()
114 _obstack_begin_worker (struct obstack *h, in _obstack_begin_worker()
156 _obstack_begin (struct obstack *h, in _obstack_begin()
168 _obstack_begin_1 (struct obstack *h, in _obstack_begin_1()
188 _obstack_newchunk (struct obstack *h, _OBSTACK_SIZE_T length) in _obstack_newchunk()
244 int _obstack_allocated_p (struct obstack *h, void *obj) __attribute_pure__;
247 _obstack_allocated_p (struct obstack *h, void *obj) in _obstack_allocated_p()
268 _obstack_free (struct obstack *h, void *obj) in _obstack_free()
298 _obstack_memory_used (struct obstack *h) in _obstack_memory_used()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dpretty-print.h82 struct obstack formatted_obstack;
86 struct obstack chunk_obstack;
90 struct obstack *obstack; member
116 obstack_1grow (buff->obstack, '\0'); in output_buffer_formatted_text()
117 return (const char *) obstack_base (buff->obstack); in output_buffer_formatted_text()
126 obstack_grow (buff->obstack, start, length); in output_buffer_append_r()
140 struct obstack *text = buff->obstack; in output_buffer_last_position_in_text()
H A Dgenflags.c34 static struct obstack obstack; variable
197 obstack_grow (&obstack, &insn, sizeof (rtx)); in gen_insn()
208 obstack_init (&obstack); in main()
239 obstack_grow (&obstack, &dummy, sizeof (rtx)); in main()
240 insns = XOBFINISH (&obstack, rtx *); in main()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dgenflags.c35 static struct obstack obstack; variable
247 obstack_grow (&obstack, &insn, sizeof (rtx)); in gen_insn()
259 obstack_init (&obstack); in main()
288 obstack_grow (&obstack, &dummy, sizeof (rtx)); in main()
289 insns = XOBFINISH (&obstack, rtx *); in main()
H A Dpretty-print.c34 ((const char *) obstack_base (pp_base (PP)->buffer->obstack))
150 obstack_grow (pp->buffer->obstack, start, length); in pp_append_r()
365 buffer->obstack = &buffer->chunk_obstack; in pp_base_format()
527 buffer->obstack = &buffer->formatted_obstack; in pp_base_format()
542 gcc_assert (buffer->obstack == &buffer->formatted_obstack); in pp_base_output_formatted_text()
597 obstack_free (pp->buffer->obstack, obstack_base (pp->buffer->obstack)); in pp_base_clear_output_area()
663 pp->buffer->obstack = &pp->buffer->formatted_obstack; in pp_construct()
695 obstack_1grow (pp->buffer->obstack, '\0'); in pp_base_formatted_text()
705 struct obstack *text = pp->buffer->obstack; in pp_base_last_position_in_text()
761 obstack_1grow (pp->buffer->obstack, '\n'); in pp_base_newline()
[all …]
/dflybsd-src/contrib/gmp/printf/
H A Dobprintf.c39 gmp_obstack_printf (struct obstack *ob, const char *fmt, ...) in gmp_obstack_printf()
51 struct obstack *ob; in gmp_obstack_printf()
54 ob = va_arg (ap, struct obstack *); in gmp_obstack_printf()

12345678910