Home
last modified time | relevance | path

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

12345678910>>...34

/netbsd-src/external/gpl2/grep/dist/lib/
H A Dobstack.c106 struct obstack *_obstack;
153 struct obstack *h; in _obstack_begin()
211 struct obstack *h; in _obstack_begin_1()
277 struct obstack *h; in _obstack_newchunk()
342 int _obstack_allocated_p (struct obstack *h, POINTER obj);
347 struct obstack *h; in _obstack_allocated_p()
375 struct obstack *h; in _obstack_free()
409 struct obstack *h; in obstack_free()
441 struct obstack *h; in _obstack_memory_used()
491 POINTER (obstack_base) (obstack)
[all …]
H A Dobstack.h163 struct obstack /* control current object in current chunk */ struct
197 extern void _obstack_newchunk (struct obstack *, int);
198 extern void _obstack_free (struct obstack *, void *);
199 extern int _obstack_begin (struct obstack *, int, int,
201 extern int _obstack_begin_1 (struct obstack *, int, int,
204 extern int _obstack_memory_used (struct obstack *);
218 void obstack_init (struct obstack *obstack);
220 void * obstack_alloc (struct obstack *obstack, int size);
222 void * obstack_copy (struct obstack *obstack, void *address, int size);
223 void * obstack_copy0 (struct obstack *obstack, void *address, int size);
[all …]
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dobstacks.texi5 An @dfn{obstack} is a pool of memory containing a stack of objects. You
7 specified obstacks. Within each obstack, the last object allocated must
12 general: an obstack can contain any number of objects of any size. They
18 * Creating Obstacks:: How to declare an obstack in your program.
21 * Allocation in an Obstack:: Allocating objects in an obstack.
22 * Freeing Obstack Objects:: Freeing objects in an obstack.
23 * Obstack Functions:: The obstack functions are really macros.
27 * Status of an Obstack:: Inquiries about the status of an obstack.
38 file @file{obstack.h}.
39 @pindex obstack.h
[all …]
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()
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dobstacks.texi5 An @dfn{obstack} is a pool of memory containing a stack of objects. You
7 specified obstacks. Within each obstack, the last object allocated must
12 general: an obstack can contain any number of objects of any size. They
18 * Creating Obstacks:: How to declare an obstack in your program.
21 * Allocation in an Obstack:: Allocating objects in an obstack.
22 * Freeing Obstack Objects:: Freeing objects in an obstack.
23 * Obstack Functions:: The obstack functions are really macros.
27 * Status of an Obstack:: Inquiries about the status of an obstack.
38 file @file{obstack.h}.
39 @pindex obstack.h
[all …]
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()
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dobstacks.texi5 An @dfn{obstack} is a pool of memory containing a stack of objects. You
7 specified obstacks. Within each obstack, the last object allocated must
12 general: an obstack can contain any number of objects of any size. They
18 * Creating Obstacks:: How to declare an obstack in your program.
21 * Allocation in an Obstack:: Allocating objects in an obstack.
22 * Freeing Obstack Objects:: Freeing objects in an obstack.
23 * Obstack Functions:: The obstack functions are really macros.
27 * Status of an Obstack:: Inquiries about the status of an obstack.
38 file @file{obstack.h}.
39 @pindex obstack.h
[all …]
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()
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dobstacks.texi5 An @dfn{obstack} is a pool of memory containing a stack of objects. You
7 specified obstacks. Within each obstack, the last object allocated must
12 general: an obstack can contain any number of objects of any size. They
18 * Creating Obstacks:: How to declare an obstack in your program.
21 * Allocation in an Obstack:: Allocating objects in an obstack.
22 * Freeing Obstack Objects:: Freeing objects in an obstack.
23 * Obstack Functions:: The obstack functions are really macros.
27 * Status of an Obstack:: Inquiries about the status of an obstack.
38 file @file{obstack.h}.
39 @pindex obstack.h
[all …]
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()
/netbsd-src/external/gpl3/gdb.old/dist/libiberty/
H A Dobstacks.texi5 An @dfn{obstack} is a pool of memory containing a stack of objects. You
7 specified obstacks. Within each obstack, the last object allocated must
12 general: an obstack can contain any number of objects of any size. They
18 * Creating Obstacks:: How to declare an obstack in your program.
21 * Allocation in an Obstack:: Allocating objects in an obstack.
22 * Freeing Obstack Objects:: Freeing objects in an obstack.
23 * Obstack Functions:: The obstack functions are really macros.
27 * Status of an Obstack:: Inquiries about the status of an obstack.
38 file @file{obstack.h}.
39 @pindex obstack.h
[all …]
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dobstack.h150 struct obstack /* control current object in current chunk */ struct
181 extern void _obstack_newchunk (struct obstack *, int);
182 extern int _obstack_begin (struct obstack *, int, int,
184 extern int _obstack_begin_1 (struct obstack *, int, int,
187 extern int _obstack_memory_used (struct obstack *);
194 extern void __obstack_free (struct obstack *obstack, void *block);
272 ({ struct obstack const *__o = (OBSTACK); \
277 ({ struct obstack const *__o = (OBSTACK); \
282 ({ struct obstack *__o = (OBSTACK); \
290 ({ struct obstack const *__o = (OBSTACK); \
[all …]
H A Dobstack.c110 struct obstack *_obstack_compat;
144 _obstack_begin (struct obstack *h, in _obstack_begin()
191 _obstack_begin_1 (struct obstack *h, int size, int alignment, in _obstack_begin_1()
245 _obstack_newchunk (struct obstack *h, int length) in _obstack_newchunk()
319 int _obstack_allocated_p (struct obstack *h, void *obj);
322 _obstack_allocated_p (struct obstack *h, void *obj) in _obstack_allocated_p()
345 __obstack_free (struct obstack *h, void *obj) in __obstack_free()
381 _obstack_memory_used (struct obstack *h) in strong_alias()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dobstack.h150 struct obstack /* control current object in current chunk */ struct
181 extern void _obstack_newchunk (struct obstack *, int);
182 extern int _obstack_begin (struct obstack *, int, int,
184 extern int _obstack_begin_1 (struct obstack *, int, int,
187 extern int _obstack_memory_used (struct obstack *);
194 extern void __obstack_free (struct obstack *obstack, void *block);
272 ({ struct obstack const *__o = (OBSTACK); \
277 ({ struct obstack const *__o = (OBSTACK); \
282 ({ struct obstack *__o = (OBSTACK); \
290 ({ struct obstack const *__o = (OBSTACK); \
[all …]
H A Dobstack.c110 struct obstack *_obstack_compat;
144 _obstack_begin (struct obstack *h, in _obstack_begin()
191 _obstack_begin_1 (struct obstack *h, int size, int alignment, in _obstack_begin_1()
245 _obstack_newchunk (struct obstack *h, int length) in _obstack_newchunk()
319 int _obstack_allocated_p (struct obstack *h, void *obj);
322 _obstack_allocated_p (struct obstack *h, void *obj) in _obstack_allocated_p()
345 __obstack_free (struct obstack *h, void *obj) in __obstack_free()
381 _obstack_memory_used (struct obstack *h) in strong_alias()
/netbsd-src/external/gpl3/gcc.old/dist/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 …]
/netbsd-src/external/gpl3/binutils.old/dist/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 …]
/netbsd-src/external/gpl3/binutils/dist/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 …]
/netbsd-src/external/gpl3/gcc/dist/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 …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgenflags.cc34 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()
H A Dpretty-print.h85 struct obstack formatted_obstack;
89 struct obstack chunk_obstack;
93 struct obstack *obstack; variable
119 obstack_1grow (buff->obstack, '\0'); in output_buffer_formatted_text()
120 return (const char *) obstack_base (buff->obstack); in output_buffer_formatted_text()
129 obstack_grow (buff->obstack, start, length); in output_buffer_append_r()
143 struct obstack *text = buff->obstack; in output_buffer_last_position_in_text()
H A Dobstack-utils.h71 obstack_watermark (obstack *ob) : m_obstack (ob) { keep (); } in obstack_watermark()
75 operator obstack *() const { return m_obstack; }
82 obstack *m_obstack;
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
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()
H A Dpretty-print.h85 struct obstack formatted_obstack;
89 struct obstack chunk_obstack;
93 struct obstack *obstack; variable
119 obstack_1grow (buff->obstack, '\0'); in output_buffer_formatted_text()
120 return (const char *) obstack_base (buff->obstack); in output_buffer_formatted_text()
129 obstack_grow (buff->obstack, start, length); in output_buffer_append_r()
143 struct obstack *text = buff->obstack; in output_buffer_last_position_in_text()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dwrite-qt.c224 append_u8 (struct obstack *mempool, unsigned char value) in append_u8()
235 append_u16 (struct obstack *mempool, unsigned short value) in append_u16()
247 append_u32 (struct obstack *mempool, unsigned int value) in append_u32()
261 append_base_string (struct obstack *mempool, const char *string) in append_base_string()
270 append_unicode_string (struct obstack *mempool, const unsigned short *string, in append_unicode_string()
403 struct obstack hashes_pool; in write_qm()
404 struct obstack messages_pool; in write_qm()
576 struct obstack contexts_pool; in write_qm()

12345678910>>...34