Home
last modified time | relevance | path

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

1234

/netbsd/external/gpl3/gdb/dist/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
/netbsd/external/gpl3/binutils.old/dist/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
/netbsd/external/gpl3/binutils/dist/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
/netbsd/external/gpl3/gcc.old/dist/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
/netbsd/external/gpl3/gdb.old/dist/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
/netbsd/external/gpl3/gcc/dist/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
/netbsd/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dobstack.h150 struct obstack /* control current object in current chunk */ struct
153 struct _obstack_chunk *chunk; /* address of current struct obstack_chunk */ argument
166 struct _obstack_chunk *(*chunkfun) (void *, long); argument
167 void (*freefun) (void *, struct _obstack_chunk *); argument
179 /* Declare the external functions we use; they are in obstack.c. */ argument
/netbsd/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dobstack.h150 struct obstack /* control current object in current chunk */ struct
153 struct _obstack_chunk *chunk; /* address of current struct obstack_chunk */ argument
166 struct _obstack_chunk *(*chunkfun) (void *, long); argument
167 void (*freefun) (void *, struct _obstack_chunk *); argument
179 /* Declare the external functions we use; they are in obstack.c. */ argument
/netbsd/external/gpl2/grep/dist/lib/
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
176 struct _obstack_chunk *(*chunkfun) (void *, long); argument
177 void (*freefun) (void *, struct _obstack_chunk *); argument
180 struct _obstack_chunk *(*chunkfun) (); /* User's fcn to allocate a chunk. */ argument
194 /* Declare the external functions we use; they are in obstack.c. */ argument
/netbsd/external/gpl3/gdb/dist/gdb/
H A Dblock.c312 struct obstack *obstack) in block_set_scope()
338 struct obstack *obstack) in block_set_using()
349 block_initialize_namespace (struct block *block, struct obstack *obstack) in block_initialize_namespace()
395 allocate_block (struct obstack *obstack) in allocate_block()
405 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 *self, struct obstack *obstack) in addrmap_fixed_create_fixed()
221 struct obstack *obstack; member
430 addrmap_mutable_create_fixed (struct addrmap *self, struct obstack *obstack) in addrmap_mutable_create_fixed()
574 addrmap_create_mutable (struct obstack *obstack) in addrmap_create_mutable()
H A Dcp-support.h74 struct obstack obstack; member
H A Dnamespace.c44 struct obstack *obstack) in add_using_directive()
H A Dpsymtab.h73 struct obstack *obstack () in obstack() function
H A Di386-windows-tdep.c95 struct obstack *obstack; member
154 struct obstack obstack; in windows_core_xfer_shared_libraries() local
H A Dframe-unwind.c51 add_unwinder (struct obstack *obstack, const struct frame_unwind *unwinder, in add_unwinder()
60 frame_unwind_init (struct obstack *obstack) in frame_unwind_init()
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dblock.c312 struct obstack *obstack) in block_set_scope()
338 struct obstack *obstack) in block_set_using()
349 block_initialize_namespace (struct block *block, struct obstack *obstack) in block_initialize_namespace()
395 allocate_block (struct obstack *obstack) in allocate_block()
405 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 *self, struct obstack *obstack) in addrmap_fixed_create_fixed()
221 struct obstack *obstack; member
430 addrmap_mutable_create_fixed (struct addrmap *self, struct obstack *obstack) in addrmap_mutable_create_fixed()
574 addrmap_create_mutable (struct obstack *obstack) in addrmap_create_mutable()
H A Dcp-support.h74 struct obstack obstack; member
H A Dnamespace.c44 struct obstack *obstack) in add_using_directive()
H A Dpsymtab.h73 struct obstack *obstack () in obstack() function
H A Di386-windows-tdep.c95 struct obstack *obstack; member
154 struct obstack obstack; in windows_core_xfer_shared_libraries() local
H A Dframe-unwind.c51 add_unwinder (struct obstack *obstack, const struct frame_unwind *unwinder, in add_unwinder()
60 frame_unwind_init (struct obstack *obstack) in frame_unwind_init()
/netbsd/external/gpl3/gcc/dist/gcc/
H A Dgenflags.c34 static struct obstack obstack; variable
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dgenflags.c34 static struct obstack obstack; variable

1234