/netbsd-src/external/gpl3/gcc.old/dist/include/ |
H A D | obstack.h | 163 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-src/external/gpl3/binutils.old/dist/include/ |
H A D | obstack.h | 163 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-src/external/gpl3/binutils/dist/include/ |
H A D | obstack.h | 163 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-src/external/gpl3/gcc/dist/include/ |
H A D | obstack.h | 163 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-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
H A D | obstack.h | 150 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-src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/ |
H A D | obstack.h | 150 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-src/external/gpl2/grep/dist/lib/ |
H A D | obstack.h | 163 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-src/external/gpl3/gcc/dist/gcc/ |
H A D | genflags.cc | 34 static struct obstack obstack; variable
|
H A D | value-range-equiv.cc | 180 bitmap_obstack *obstack) in equiv_add()
|
H A D | bitmap.h | 295 struct obstack obstack; member
|
H A D | tree-ssa-coalesce.cc | 79 bitmap_obstack obstack; /* A place to allocate our bitmaps. */ member 680 bitmap_obstack obstack; /* A place to allocate our bitmaps. */ member in live_track
|
H A D | pretty-print.h | 93 struct obstack *obstack; variable
|
H A D | lto-streamer.h | 735 struct obstack obstack; member
|
H A D | gensupport.cc | 43 static struct obstack obstack; variable
|
H A D | gcc.cc | 345 static struct obstack obstack; variable 1799 init_gcc_specs (struct obstack *obstack, const char *shared_name, in init_gcc_specs()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | genflags.c | 34 static struct obstack obstack; variable
|
H A D | bitmap.h | 295 struct obstack obstack; member
|
H A D | pretty-print.h | 93 struct obstack *obstack; variable
|
H A D | tree-ssa-coalesce.c | 79 bitmap_obstack obstack; /* A place to allocate our bitmaps. */ member
|
H A D | lto-streamer.h | 775 struct obstack obstack; member
|
H A D | gensupport.c | 43 static struct obstack obstack; variable
|
H A D | gcc.c | 315 static struct obstack obstack; variable 1671 init_gcc_specs (struct obstack *obstack, const char *shared_name, in init_gcc_specs()
|
H A D | tree-vrp.c | 219 bitmap_obstack *obstack) in equiv_add()
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgrep/ |
H A D | kwset.c | 77 struct obstack obstack; /* Obstack for node allocation. */ member
|
/netbsd-src/external/gpl2/grep/dist/src/ |
H A D | kwset.c | 77 struct obstack obstack; /* Obstack for node allocation. */ member
|