/dflybsd-src/contrib/grep/lib/ |
H A D | obstack.h | 174 struct obstack /* control current object in current chunk */ struct 177 struct _obstack_chunk *chunk; /* address of current struct obstack_chunk */ argument 178 char *object_base; /* address of object we are building */ 179 char *next_free; /* where to add next char to current object */ 180 char *chunk_limit; /* address of char after current chunk */ 182 { 185 } temp; /* Temporary for some macros. */ 186 _OBSTACK_SIZE_T alignment_mask; /* Mask of alignment for each object. */ 211 /* Declare the external functions we use; they are in obstack.c. */ argument
|
/dflybsd-src/contrib/binutils-2.27/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
|
/dflybsd-src/contrib/binutils-2.34/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
|
/dflybsd-src/contrib/gcc-8.0/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
|
/dflybsd-src/contrib/gdb-7/include/ |
H A D | obstack.h | 164 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
|
/dflybsd-src/contrib/gcc-4.7/include/ |
H A D | obstack.h | 164 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
|
/dflybsd-src/contrib/gdb-7/gdb/ |
H A D | block.c | 286 struct obstack *obstack) in block_set_scope() 312 struct obstack *obstack) in block_set_using() 323 block_initialize_namespace (struct block *block, struct obstack *obstack) in block_initialize_namespace() 374 allocate_block (struct obstack *obstack) in allocate_block() 391 allocate_global_block (struct obstack *obstack) in allocate_global_block()
|
H A D | addrmap.c | 71 addrmap_create_fixed (struct addrmap *original, struct obstack *obstack) in addrmap_create_fixed() 165 addrmap_fixed_create_fixed (struct addrmap *this, struct obstack *obstack) in addrmap_fixed_create_fixed() 221 struct obstack *obstack; member 430 addrmap_mutable_create_fixed (struct addrmap *this, struct obstack *obstack) in addrmap_mutable_create_fixed() 573 addrmap_create_mutable (struct obstack *obstack) in addrmap_create_mutable()
|
H A D | cp-support.h | 59 struct obstack obstack; member
|
H A D | frame-base.c | 71 frame_base_init (struct obstack *obstack) in frame_base_init()
|
H A D | frame-unwind.c | 47 frame_unwind_init (struct obstack *obstack) in frame_unwind_init()
|
H A D | macrotab.c | 40 struct obstack *obstack; member 1052 new_macro_table (struct obstack *obstack, struct bcache *b, in new_macro_table()
|
H A D | dictionary.c | 357 dict_create_hashed (struct obstack *obstack, in dict_create_hashed() 421 dict_create_linear (struct obstack *obstack, in dict_create_linear()
|
H A D | xml-support.c | 752 struct obstack obstack; member 993 obstack_xml_printf (struct obstack *obstack, const char *format, ...) in obstack_xml_printf()
|
H A D | ui-file.c | 358 struct obstack *obstack = (struct obstack *) context; in do_ui_file_obsavestring() local 364 ui_file_obsavestring (struct ui_file *file, struct obstack *obstack, in ui_file_obsavestring()
|
H A D | bsd-uthread.c | 56 bsd_uthread_init (struct obstack *obstack) in bsd_uthread_init()
|
H A D | cp-namespace.c | 133 struct obstack *obstack) in cp_add_using_directive()
|
H A D | solib.c | 57 solib_init (struct obstack *obstack) in solib_init()
|
H A D | jv-lang.c | 217 get_java_utf8_name (struct obstack *obstack, struct value *name) in get_java_utf8_name()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | genflags.c | 34 static struct obstack obstack; variable
|
H A D | bitmap.h | 244 bitmap_obstack *obstack; /* Obstack to allocate elements from. member
|
H A D | tree-ssa-coalesce.c | 79 bitmap_obstack obstack; /* A place to allocate our bitmaps. */ member 675 bitmap_obstack obstack; /* A place to allocate our bitmaps. */ member
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | genflags.c | 35 static struct obstack obstack; variable
|
H A D | bitmap.h | 79 bitmap_obstack *obstack; /* Obstack to allocate elements from. member
|
/dflybsd-src/contrib/grep/src/ |
H A D | kwset.c | 91 struct obstack obstack; /* Obstack for node allocation. */ member
|